Recent content by goose2600

  1. G

    Missed call notification

    Helpfus as usual, thank you! I will try to get the "hangup_cause". Anyway I would like to understand why the dialplan does not continue after bridging, even setting "hangup_after_bridge=false". Do I mess something?
  2. G

    Missed call notification

    Adrian thanks, I know the email notifications for missed calls exists, but I need to send a webhook to the my home automation system. The problem is how and were to put in the dialplan the action to execute the lua script.
  3. 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...
  4. 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...
  5. G

    SOLVED Dialplan application "system" is missing

    I solved this "issue" by editing the xml dialplan
  6. G

    SOLVED ZRTP

    Solved by myself. Here is what I made in order to make zrtp to work. Edit "/etc/freeswitch/autoload_configs/switch.conf.xml" and uncomment "<param name="rtp-enable-zrtp" value="true"/>" Then, launch this commands in fs_cli: global_setvar zrtp_secure_media=true global_setvar zrtp_enrollment=true
  7. 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.
  8. G

    Docker - Initial Setup Postsql Credentials

    @Asterich if you are intressed in testing an updated fusionpbx docker container, I am using this one: https://hub.docker.com/r/antonyx/fusionpbx It is Fusionpbx 4.5.13 on Debian 10. Here is the docker-compose.yml file (first install docker-compose and eventually edit the composer file...
  9. G

    SOLVED Dialplan application "system" is missing

    Could someone try to add "bgsystem" in a dialplan to see if changes are saved? For me, after saving changes "bgsystem" is replaced with the last dial action before "bgsystem". Thank you very mutch!
  10. 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...
  11. G

    Info about call center

    @ad5ou thanks for your reply. Can you check if when receiving a call the "Tier state" is "offering" for all your agents? For me, the tier state of the extension which is not ringing keep staying on "Ready", the others are on "offering".
  12. G

    Info about call center

    Retried on a fresh installation and still cannot manage to make all call center extension to ring. Ring strategy is ring-all, all agents are available and here is the call center status while calling: Does someone can point me in the right direction in order to make all extensions to ring...
  13. G

    Info about call center

    Yes, for sure I need to rethink what I am trying to get. I just want to setup call center to make three exetension ringing, anyway just two extension are ringing and I cannot manage to find out where is the problem. Now I will try on a fresh installation.
  14. 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)...
  15. G

    SOLVED Info about ring groups

    @ad5ou I am not using a voip push servers (just receiving push notification via pushover and starting the voip client via tasker). @nktech1135 You understood correctly. So looks like using a call center queue would be the best solution. Thaks you for answering my question.