Search results

  1. N

    Join ring group by dialing a number and exit by dialing another number

    I think more variable is needed for this: 2023-10-09 15:51:10.275660 96.67% [ERR] switch_cpp.cpp:1465 [database] can not bind parameter: undefined parameter: ring_group_uuid 2023-10-09 15:51:10.275660 96.67% [ERR] mod_lua.cpp:202 /usr/share/freeswitch/scripts/app/ring_groups/index.lua:245...
  2. N

    Join ring group by dialing a number and exit by dialing another number

    Exactly, in fact before the migration to VoIP it actually had a Samsung PBX, I was successful in replicating everything except this function. Thanks for the tip, it's already a step forward.
  3. N

    Join ring group by dialing a number and exit by dialing another number

    Hi, a friend asked me if there is a solution to this: He has a voip doorbell system to which we don't have access, a guest press the doorbell button, the doorbell extension is 120, I saw that he calls a 5010 number, so I created a 5010 ring group and add some extensions, everything works...
  4. N

    I have deleted an entry from the dialplan but freeswitch continues to load it

    I wrote a dialplan entry to differentiate the ringtones between extensions by exporting a variable, I forgot to activate the continue, so I deleted it from the dialplan manager, but now if I call between extensions from the logs I see that it is still taken into consideration and the call drop...
  5. N

    SOLVED There is a way to trigger an external url from Freeswitch?

    It work like a charm!!! I really thank you so much!
  6. N

    Call back on busy

    Hi, I was wondering if there was a way on freeswitch/fusion to implement this thing: I call a number, it is busy, the system calls it back after a delay and if it is free it calls the extension and puts it in communication with the number originally called, I don't know what this thing is called...
  7. N

    SOLVED There is a way to trigger an external url from Freeswitch?

    Today i have do some attempts with anti action, now for example this code: <extension name="Test" continue="false" uuid="afb83470-e31a-4e17-8aea-3ee92d5e4239"> <condition field="destination_number" expression="1919"> <action application="curl"...
  8. N

    SOLVED There is a way to trigger an external url from Freeswitch?

    Ok very thanks! Now i have wrote this XML and working: <extension name="Test" continue="false" uuid="afb83470-e31a-4e17-8aea-3ee92d5e4239"> <condition field="destination_number" expression="1919"> <action application="curl" data="http://77.xxx.xxx.xxx:9191/relay/0?turn=on"...
  9. N

    SOLVED There is a way to trigger an external url from Freeswitch?

    Hi, thank you for information! I have created a dialplan entry like this: <extension name="Test" continue="false" uuid="afb83470-e31a-4e17-8aea-3ee92d5e4239"> <condition field="destination_number" expression="#*"> <action application="curl"...
  10. N

    SOLVED There is a way to trigger an external url from Freeswitch?

    Hi, i wish to trigger an url if from an extension if press a memory key, is possibile? I have read someting on internet about mod curl and lua but i can't understand how it work. Mi intent is to create a door opener. Example if i digit a code "101" or similar that i can assign to a memory key...
  11. N

    Server randomly stop accepting registrations until freeswitch restart.

    I have this extact problem: https://www.pbxforums.com/threads/failing-to-register-to-sip-trunks-gateway-after-some-time.6590/ My gateways cannot register with error 980: freeswitch@CentralinoC9N> sofia status Name Type Data...
  12. N

    Server randomly stop accepting registrations until freeswitch restart.

    Today happen again, server not register gateways (tryng) and not accepting extension connection until freeswitch restart, or system reboot. tail -f /var/log/syslog Jul 3 17:33:11 VoIP5 freeswitch[120565]: 2023-07-03 17:33:11.729639 94.77% [WARNING] sofia_reg.c:499 Timeout Registering...
  13. N

    Server randomly stop accepting registrations until freeswitch restart.

    I have six fusionpbx instances that have been running for months, one of them started giving me this problem: I no longer see any extensions connected to the server. All domains contained in this server no longer have extension registrations. I tried saving a log from fs_cli: nta.c:2948...
  14. N

    New fusionobx istance, trouble when i change internet provider on extensions.

    It was the first thing I deactivated, between the various attempts I also tried to reactivate it to see if it made any difference but unfortunately nothing. What I still don't understand, it is true that the customer has a natted ip, i.e. he does not have a public ip because he passes under a...
  15. N

    New fusionobx istance, trouble when i change internet provider on extensions.

    Hi, i haven't any firewall drop rule, initially i have used the router from isp, but i had this problem so i set up a mikrotik, it has only a ip lan address, a dhcp server and a masquerade on pppoe interface for clients navigation.
  16. N

    New fusionobx istance, trouble when i change internet provider on extensions.

    Above the log. I have made a new cloud server with debian 11 and last fusionpbx, i have the same problem on this. When i switch to new providers i obtain wrong call state, the strange thing is that if i switch from phone from udp to tcp it work without issues.
  17. N

    New fusionobx istance, trouble when i change internet provider on extensions.

    Hi hfoster, today i have made another attempt, i switched to new internet provider, i have rebooted the ip phones it seems autenticated to fusionpbx as usual. This log report the attempt of calling from extension 100 to 101: 2023-03-29 13:54:11.805504 98.00% [NOTICE] switch_channel.c:1123 New...
  18. N

    New fusionobx istance, trouble when i change internet provider on extensions.

    Hi how to see If it is in external context? I can see the extensions correcly autenticated to server as usual. If i switch the extensions connection to old internet provider it start to work again. In both cases i can see extensions connected. Obliviously the source ip is different.
  19. N

    New fusionobx istance, trouble when i change internet provider on extensions.

    Hi, i Will post a log a soon possibile, i have this trouble with the latest versions of fusionpbx i post anyway in the hope that is a know problem. I set up a new fusionobx istance as usual, i connect my extensions to fusionpbx server. Evetything work as expected. But If i change internet...
  20. N

    Cid names in ring groups is added multiple times

    Ok Thank you for your suggestion! I will try to do as you said.