Search results

  1. G

    Missed call notification

    I would like to send a notification when there is a missed call (ORIGINATOR_CANCEL). I adapted this lua script: https://freeswitch.org/confluence/plugins/servlet/mobile?contentId=3965148#content/view/7144600 It works from fs_cli, but not from dialpan. In order to make the scipt to work, I put...
  2. G

    SOLVED T48S-SFB (Skyper For Business)

    Hi to all, I ordered a T48S from Amazon Italy and I got a T48S-SFB (Skype For Business). Thinking it was a seller mistake, I ordered another T48S but I got a Skype For Business phone for the second time! The hardware revision is the same of other T48S phones I own (65.0.0.2.0.0.16), but the...
  3. G

    SOLVED ZRTP

    Hi, I am trying to use ZRTP on Fusionpbx. I searched in the forum but cannot find any useful information about it. I set the global_setvar zrtp_secure_media=true, but does not seems to work. Does someone could point me in the right direction? Thank you.
  4. G

    SOLVED Dialplan application "system" is missing

    I used to execute shell scripts from dialplan using the "system" application (in the dialplan web interface: Tag: "action" | Type: "system" | Data: "bashscript.sh"). Today I noticed I cannot set "system" application anymore. Also "bgsystem" is not working. They are missing from the drop down...
  5. G

    Info about call center

    Hi to all, I would like to know if adding a call center extension and regular extensions as destinations in a ring group is supposed to work. I noticed that adding a call center as destination make the other exetensions stop ringing (no matter if the ring strategy is simultaneous or enterprise)...
  6. G

    SOLVED Info about ring groups

    Hi, I am wondering if there is a way to transfer an inbound call via the ring groups as soon as an extension (which is not connected at the moment the call starts) become available. This is because I need to give to the mobile voip client the time to register after receiving a push notification...
  7. G

    SOLVED [SOLVED] Group permissions are not showing up in the group manager

    I have a problem: group permissions are not showing up in the "Group Permissions" page, I get an empty page (see attached pictures). Another problem is that I can't add members to a group: clicking on "+ Add member" just does nothing. Fusionpbx version: 4.5.13 Switch version: 1.10.2 (64bit)...
  8. G

    [SOLVED] Set codec for gateway/destination

    Hi to all, I configured a conference room but cannot receive calls because mod_g729 is only usable in passthrough mode and cannot transcode. So freeswitch end the call because cannot ask the user for a pin. I made some tests (like set "Codec Preferences" in the gateway config), but cannot find...
  9. G

    xml_cdr calls delete

    I noticed cannot delete calls from the xml_cdr app in a fresh Fusionpbx install, but in my old installation was possible. Is there a setting somewere to enable this feature? Thanks!
  10. G

    Play a message if max calls limit is reached

    In order to limit the max number of calls per doman to 1, I use put this in the "Outbount Routes" for each domain: hash ${domain_name} outbound 1 !USER_BUSY If the calls limit is reached, the user hear a busy tone but I would like to playback a message (i.e. "no channel available, please try...
  11. G

    Cidlookup from postgresql

    Hi, looks like mod_cidlookup does not search in the fusionpbx contacts database, while searching in external source (like CNAM) works. Here is the cidlookup.conf.xml: <!-- comment out sql to not setup a database (directory) lookup --> <param name="sql" value=" SELECT...
  12. G

    SOLVED Debian Buster installation

    Hi to all, is there a way to install Funsionpbx on Debian Buster? Thanks.
  13. G

    xml_cdr: no records showing up

    A couple of days ago the calls detail records stop showing in Call Detail Records app. The xml_cdr module is enabled and starts without errors (and no error related to cdr are showing up in the freeswitch logs). I also checked the xml_cdr.conf and it looks fine. Moreover, if I enable the param...
  14. G

    How to make dialplan rules for outbound calls only

    Could someone point me in the right direction to set a dialplan rule for outbound calls only?
  15. G

    Regular expression for caller_id_name

    Hi to all, I am playing with cidlookcup. I put this in dialplan (order 99): caller_id_name=${cidlookup(${caller_id_number})} It works (looking in fusionpbx contacts and from external sources), but if the caller_id_number is unknown, of course it show UNKNOWN as caller_id_name. In case of...