From grcamauer at gmail.com Thu Apr 1 01:47:24 2021 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Wed, 31 Mar 2021 22:47:24 -0300 Subject: [Freeswitch-users] Internal Interface suddenly freezes In-Reply-To: References: <40B08719-BA62-4E3F-984B-556AB40A5A91@wnt.at> <001b01d724a1$ba791130$2f6b3390$@gmail.com> <001801d7259d$db351020$919f3060$@gmail.com> <9B9FC99A-90CD-4BC5-8B52-FE407CF759DE@wnt.at> Message-ID: It would help to see your lua script to see exactly what it's doing. Guillermo On Wed, Mar 31, 2021 at 7:38 PM Stefan Kainz wrote: > Hi guys, > > Me again. > It just happened again :) > ( With extra debugging lines in my register.lua and a not found xml like > you suggested if the result is empty ) > > This time I turned up the logging to 9 while it was happening. > This is what I found: > > While its happening, a Register request causes the following to be logged: > > nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 > (CSeq 73038) > nta.c:3012 agent_recv_request() nta: REGISTER (73038) going to existing > REGISTER transaction > tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fab1c0042b0): events IN > tport.c:2864 tport_recv_event() tport_recv_event(0x7fab1c0042b0) > tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fab1c0042b0) msg > 0x7fab1d095280 from (udp/xxx.xxx.xxx.xxx:5060) has 809 bytes, veclen = 1 > tport.c:3023 tport_deliver() tport_deliver(0x7fab1c0042b0): msg > 0x7fab1d095280 (809 bytes) from udp/xxx.xxx.xxx.xxx:5060/sip next=(nil) > > And that’s it. it doesn’t even execute my register.lua anymore, I just > tries to update an existing Register transaction. > When I start an ngrep on port 5060, all I see is the register, no > unauthorised or ok response. > > While a Register Request after I restarted freeswitch and everything > worked again looks like this: > > nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 > (CSeq 37884) > nta.c:3085 agent_recv_request() nta: REGISTER (37884) going to a default > leg > nua_server.c:102 nua_stack_process_request() nua: > nua_stack_process_request: entering > nua_stack.c:899 nh_create() nua: nh_create: entering > nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering > nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering > soa.c:280 soa_clone() soa_clone(static::0x7f8514001930, 0x7f8514001130, > 0x7f85142225b0) called > soa.c:403 soa_set_params() soa_set_params(static::0x7f85141f6f70, ...) > called > nua_stack.c:271 nua_stack_event() nua(0x7f85142225b0): event i_register > 100 Trying > nua_stack.c:359 nua_application_event() nua: nua_application_event: > entering > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > 2021-03-31 23:47:11.485911 [INFO] switch_cpp.cpp:1328 register.lua: > Connect to database > ... > > The last entry “Connect to database” is already a consoleLog from my > register.lua. > From here on out everything works great again … > > So, do you think it could still be true that one request to my > register.lua holds up all subsequent requests? > > Thank you very much! > > Regards, > > > > > On 31.03.2021, at 09:16, Stefan Kainz wrote: > > Ok thanks! > > I will try to return a not found and add debug lines to the register.lua. > I will let you know If that helped. > > Regards, > Stefan > > On 30.03.2021, at 21:49, Bote Man wrote: > > And add some logging lines to the Lua script so that it can tell you what > is happening at each stage. Perhaps it is doing something that you don’t > want it to do, or not doing something that you do want it to do? > > Bote > > > *From:* FreeSWITCH-users *On > Behalf Of *Mircea Botoca-Huh > *Sent:* Tuesday, 30 March, 2021 15:21 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Internal Interface suddenly freezes > > Hi, > > If you don't wish to serve an action from your Lua script, you must return > not found. > > This is from confluence doc: > > > If your LUA application receives a request and you don't wish to serve > dialplan or like to fallback to plain XML dialplan, then you should return > the following "not found" result. > > > > > >
> > > >
> >
> > > > Best regards, > Mircea > > mar., 30 mar. 2021, 22:05 Stefan Kainz a scris: > > Hi, > > The lua script is called on a directory request. > Your know, autoload_configs, lua.conf.xml: > > > tag. > Thats no solution of course, but it looks like when the data is in the > cache the lua script doesn’t get called. > So maybe the error won’t occur as often as before … > > But, I have an idea, maybe you can confirm this. > With dialplan enabled in xml-handler-bindings, the lua script is also > called on calls, not just on registrations. > ( I think that’s necessary to authenticate the users on an outgoing call, > please correct me if im wrong ) > In the register.lua I only handle directory-requests and action==user_call. > All other requests to my register.lua are unhandled and therefore I don’t > return any xml at all. > > Maybe I get a request to my register.lua that is not a directory-request > and not a user_call and since I don’t return a xml, Sofia hangs. > > Does that sound plausible? > > Thank you in advance! > > Regards, > Stefan > > > > > On 29.03.2021, at 23:57, David Villasmil > wrote: > > That was going to be my next question: what’s lua doing and at what point? > > On Mon, 29 Mar 2021 at 16:09, Stefan Kainz wrote: > > I just found an issue on jira, where it seems someone had the same problem > I have. > https://freeswitch.org/jira/browse/FS-3328 > I don’t have mod_xml_curl enabled though. > > But knowing that sofia can handle only one register at a time and then > blocking all subsequent Registers is a good starting point … > > Regards, > > *Von:* FreeSWITCH-users *Im > Auftrag von *Bote Man > *Gesendet:* Montag, 29. März 2021 15:45 > *An:* 'FreeSWITCH Users Help' > *Betreff:* Re: [Freeswitch-users] Internal Interface suddenly freezes > > The one common element is your Lua script. > > I am certainly no expert on script writing, but I have seen a number of > problems on the mailing list over the years with scripts doing “too much” > work during critical sections of the dialplan. Perhaps there is a race > condition? > > Hope this helps. > > > --- > John Boteler > BnC Group U.S.A. > > > > *From:* FreeSWITCH-users *On > Behalf Of *Stefan Kainz > *Sent:* Monday, 29 March, 2021 07:49 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Internal Interface suddenly freezes > > Thank you for your answer! > > Hmm, I also tested it on two completely different servers ( no > virtualization ) and the problem exists on both. > Im also going to try it on a third server, also completely different, but > I cant really image that this is a hardware-thing … > > We also have many freeswitch servers in production ( Exactly the same > hardware as the server with the problem ). > The only difference is that one of those servers handles registrations, > and one doesn’t. > The one handling the registrations has the problem, the other one doesn’t. > > > Its really strange … > > Regards, > > *Von:* FreeSWITCH-users *Im > Auftrag von *David Villasmil > *Gesendet:* Montag, 29. März 2021 13:12 > *An:* FreeSWITCH Users Help > *Betreff:* Re: [Freeswitch-users] Internal Interface suddenly freezes > > That looks to be more on the hardware side than software. It’d be an > extremely coincidence those versions and all those OS have some issue > somewhere. > Change hardware. > > On Sun, 28 Mar 2021 at 09:12, Stefan Kainz wrote: > > Hi everbody, > > I have a little bit of a problem. > Im using Version 1.10.3. ( but this problem also occurs on version 1.4.18 ) > > Sometimes the internal Sofia interface just stops responding to SIP > Requests. > It sometimes happens once every day, and sometimes once a week. > It happens at completely random times, like one day in the morning, and > the next day in the middle of the night. > The freeswitch.log gives me nothing, its like the Sofia interface was > stopped. > > When I try to restart the interface with "sofia profile internal restart” > nothing happens. The fs_cli just remains stuck with that command. > > The solution is to restart the freeswitch service. > > Sometimes when I recognise it too late, for example in the middle of the > night, it seems like the problem solves itself after about 2 hours. > The profile just starts working again, without somebody doing anything. > > I have checked a variety of things, including the firewall & fail2ban, > network connection, made sure watchdog is disabled, and also tested it on > different Debian-versions and freeswitch versions. > It seems this problem occurs on every freeswitch version i have tested. > > The external-profile on the other hand, keeps working like nothing > happened. > > Both Interfaces listen on the same network-device with a public ip. > The only difference is, the internal profile uses a Lua file to handle > registrations. > > Has anybody come across anything similar? > > Any help is much appreciated! > > Regards, > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.kainz at wnt.at Thu Apr 1 06:27:07 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Thu, 1 Apr 2021 06:27:07 +0000 Subject: [Freeswitch-users] Internal Interface suddenly freezes In-Reply-To: References: <40B08719-BA62-4E3F-984B-556AB40A5A91@wnt.at> <001b01d724a1$ba791130$2f6b3390$@gmail.com> <001801d7259d$db351020$919f3060$@gmail.com> <9B9FC99A-90CD-4BC5-8B52-FE407CF759DE@wnt.at> Message-ID: <403D1F90-E893-41C0-B467-68DD878428F0@wnt.at> Hey, Ok, here it is :) Thanks, Stefan On 01.04.2021, at 03:47, Guillermo Ruiz Camauer > wrote: It would help to see your lua script to see exactly what it's doing. Guillermo On Wed, Mar 31, 2021 at 7:38 PM Stefan Kainz > wrote: Hi guys, Me again. It just happened again :) ( With extra debugging lines in my register.lua and a not found xml like you suggested if the result is empty ) This time I turned up the logging to 9 while it was happening. This is what I found: While its happening, a Register request causes the following to be logged: nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 (CSeq 73038) nta.c:3012 agent_recv_request() nta: REGISTER (73038) going to existing REGISTER transaction tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fab1c0042b0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fab1c0042b0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fab1c0042b0) msg 0x7fab1d095280 from (udp/xxx.xxx.xxx.xxx:5060) has 809 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fab1c0042b0): msg 0x7fab1d095280 (809 bytes) from udp/xxx.xxx.xxx.xxx:5060/sip next=(nil) And that’s it. it doesn’t even execute my register.lua anymore, I just tries to update an existing Register transaction. When I start an ngrep on port 5060, all I see is the register, no unauthorised or ok response. While a Register Request after I restarted freeswitch and everything worked again looks like this: nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 (CSeq 37884) nta.c:3085 agent_recv_request() nta: REGISTER (37884) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7f8514001930, 0x7f8514001130, 0x7f85142225b0) called soa.c:403 soa_set_params() soa_set_params(static::0x7f85141f6f70, ...) called nua_stack.c:271 nua_stack_event() nua(0x7f85142225b0): event i_register 100 Trying nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering 2021-03-31 23:47:11.485911 [INFO] switch_cpp.cpp:1328 register.lua: Connect to database ... The last entry “Connect to database” is already a consoleLog from my register.lua. From here on out everything works great again … So, do you think it could still be true that one request to my register.lua holds up all subsequent requests? Thank you very much! Regards, On 31.03.2021, at 09:16, Stefan Kainz > wrote: Ok thanks! I will try to return a not found and add debug lines to the register.lua. I will let you know If that helped. Regards, Stefan On 30.03.2021, at 21:49, Bote Man > wrote: And add some logging lines to the Lua script so that it can tell you what is happening at each stage. Perhaps it is doing something that you don’t want it to do, or not doing something that you do want it to do? Bote From: FreeSWITCH-users > On Behalf Of Mircea Botoca-Huh Sent: Tuesday, 30 March, 2021 15:21 To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Internal Interface suddenly freezes Hi, If you don't wish to serve an action from your Lua script, you must return not found. This is from confluence doc: If your LUA application receives a request and you don't wish to serve dialplan or like to fallback to plain XML dialplan, then you should return the following "not found" result.
Best regards, Mircea mar., 30 mar. 2021, 22:05 Stefan Kainz > a scris: Hi, The lua script is called on a directory request. Your know, autoload_configs, lua.conf.xml: tag. Thats no solution of course, but it looks like when the data is in the cache the lua script doesn’t get called. So maybe the error won’t occur as often as before … But, I have an idea, maybe you can confirm this. With dialplan enabled in xml-handler-bindings, the lua script is also called on calls, not just on registrations. ( I think that’s necessary to authenticate the users on an outgoing call, please correct me if im wrong ) In the register.lua I only handle directory-requests and action==user_call. All other requests to my register.lua are unhandled and therefore I don’t return any xml at all. Maybe I get a request to my register.lua that is not a directory-request and not a user_call and since I don’t return a xml, Sofia hangs. Does that sound plausible? Thank you in advance! Regards, Stefan On 29.03.2021, at 23:57, David Villasmil > wrote: That was going to be my next question: what’s lua doing and at what point? On Mon, 29 Mar 2021 at 16:09, Stefan Kainz > wrote: I just found an issue on jira, where it seems someone had the same problem I have. https://freeswitch.org/jira/browse/FS-3328 I don’t have mod_xml_curl enabled though. But knowing that sofia can handle only one register at a time and then blocking all subsequent Registers is a good starting point … Regards, Von: FreeSWITCH-users > Im Auftrag von Bote Man Gesendet: Montag, 29. März 2021 15:45 An: 'FreeSWITCH Users Help' > Betreff: Re: [Freeswitch-users] Internal Interface suddenly freezes The one common element is your Lua script. I am certainly no expert on script writing, but I have seen a number of problems on the mailing list over the years with scripts doing “too much” work during critical sections of the dialplan. Perhaps there is a race condition? Hope this helps. --- John Boteler BnC Group U.S.A. From: FreeSWITCH-users > On Behalf Of Stefan Kainz Sent: Monday, 29 March, 2021 07:49 To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Internal Interface suddenly freezes Thank you for your answer! Hmm, I also tested it on two completely different servers ( no virtualization ) and the problem exists on both. Im also going to try it on a third server, also completely different, but I cant really image that this is a hardware-thing … We also have many freeswitch servers in production ( Exactly the same hardware as the server with the problem ). The only difference is that one of those servers handles registrations, and one doesn’t. The one handling the registrations has the problem, the other one doesn’t. Its really strange … Regards, Von: FreeSWITCH-users > Im Auftrag von David Villasmil Gesendet: Montag, 29. März 2021 13:12 An: FreeSWITCH Users Help > Betreff: Re: [Freeswitch-users] Internal Interface suddenly freezes That looks to be more on the hardware side than software. It’d be an extremely coincidence those versions and all those OS have some issue somewhere. Change hardware. On Sun, 28 Mar 2021 at 09:12, Stefan Kainz > wrote: Hi everbody, I have a little bit of a problem. Im using Version 1.10.3. ( but this problem also occurs on version 1.4.18 ) Sometimes the internal Sofia interface just stops responding to SIP Requests. It sometimes happens once every day, and sometimes once a week. It happens at completely random times, like one day in the morning, and the next day in the middle of the night. The freeswitch.log gives me nothing, its like the Sofia interface was stopped. When I try to restart the interface with "sofia profile internal restart” nothing happens. The fs_cli just remains stuck with that command. The solution is to restart the freeswitch service. Sometimes when I recognise it too late, for example in the middle of the night, it seems like the problem solves itself after about 2 hours. The profile just starts working again, without somebody doing anything. I have checked a variety of things, including the firewall & fail2ban, network connection, made sure watchdog is disabled, and also tested it on different Debian-versions and freeswitch versions. It seems this problem occurs on every freeswitch version i have tested. The external-profile on the other hand, keeps working like nothing happened. Both Interfaces listen on the same network-device with a public ip. The only difference is, the internal profile uses a Lua file to handle registrations. Has anybody come across anything similar? Any help is much appreciated! Regards, _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Guillermo Ruiz Camauer _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: register.lua Type: application/octet-stream Size: 9695 bytes Desc: register.lua URL: From lists at telefaks.de Thu Apr 1 16:40:05 2021 From: lists at telefaks.de (Peter Steinbach) Date: Thu, 1 Apr 2021 18:40:05 +0200 Subject: [Freeswitch-users] Internal Interface suddenly freezes In-Reply-To: References: <40B08719-BA62-4E3F-984B-556AB40A5A91@wnt.at> <001b01d724a1$ba791130$2f6b3390$@gmail.com> <001801d7259d$db351020$919f3060$@gmail.com> <9B9FC99A-90CD-4BC5-8B52-FE407CF759DE@wnt.at> Message-ID: <79ef33e2-c520-c3a6-7ae2-fa425f19ac09@telefaks.de> I think, I have a similar problem with registers (and presence) via XML-Curl. Freswitch is not sending a Curl request to the server then (as we grepped on the network interface). This happens under high load with a lot of presence involved. Suddenly Freeswitch internal profile stops responding and after a while (some minutes) it responds again. During that time, no register requests are answered at all. Only a few XML-Curl requests are sent to the server, but they do not contain the user info (which are needed for registrations) and are related to mod_voicemail.c etc. My debug log looks like this tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = */xx.xxx.xxx.x:39672 tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:39672 tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not found by name */xx.xxx.xxx.x:39672 tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1065 bytes of 1065 to udp/xx.xxx.xxx.x:39672 tport.c:3521 tport_send_msg() tport_vsend returned 1065 nta.c:8348 outgoing_send() nta: sent NOTIFY (304240670) to */xx.xxx.xxx.x:39672 tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending 0x7f9997dcf880 for udp/xxx.xx.x.xxx:5060 (already 124658) nua_stack.c:569 nua_stack_signal() nua(0x7f9a0bd45ae0): recv signal r_notify nua_params.c:484 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7f9c68001b90, 0x7f9c68001390, 0x7f9a0bd45ae0) called soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) called nta.c:4446 nta_leg_tcreate() nta_leg_tcreate(0x7f9997dcd870) nta.c:2694 nta_tpn_by_url() nta: selecting scheme sip tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = udp/xx.xxx.xxx.x:58694 tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:58694 tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not found by name udp/xx.xxx.xxx.x:58694 tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1114 bytes of 1114 to udp/xx.xxx.xxx.x:58694 tport.c:3521 tport_send_msg() tport_vsend returned 1114 nta.c:8348 outgoing_send() nta: sent NOTIFY (304240671) to udp/xx.xxx.xxx.x:58694 tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending 0x7f9997dd2650 for udp/xxx.xx.x.xxx:5060 (already 124659) Looks like some event queue is stuck? /Peter Am 01.04.21 um 00:10 schrieb Stefan Kainz: > Hi guys,  > > Me again.  > It just happened again :) > ( With extra debugging lines in my register.lua and a not found xml > like you suggested if the result is empty ) > > This time I turned up the logging to 9 while it was happening. > This is what I found: > > While its happening, a Register request causes the following to be > logged:  > > nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx > SIP/2.0 (CSeq 73038) > nta.c:3012 agent_recv_request() nta: REGISTER (73038) going to > existing REGISTER transaction > tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fab1c0042b0): > events IN > tport.c:2864 tport_recv_event() tport_recv_event(0x7fab1c0042b0) > tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fab1c0042b0) msg > 0x7fab1d095280 from (udp/xxx.xxx.xxx.xxx:5060) has 809 bytes, veclen = 1 > tport.c:3023 tport_deliver() tport_deliver(0x7fab1c0042b0): msg > 0x7fab1d095280 (809 bytes) from udp/xxx.xxx.xxx.xxx:5060/sip next=(nil) > > And that’s it. it doesn’t even execute my register.lua anymore, I just > tries to update an existing Register transaction.  > When I start an ngrep on port 5060, all I see is the register, no > unauthorised or ok response. > > While a Register Request after I restarted freeswitch and everything > worked again looks like this:  > > nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx > SIP/2.0 (CSeq 37884) > nta.c:3085 agent_recv_request() nta: REGISTER (37884) going to a > default leg > nua_server.c:102 nua_stack_process_request() nua: > nua_stack_process_request: entering > nua_stack.c:899 nh_create() nua: nh_create: entering > nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering > nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: > entering > soa.c:280 soa_clone() soa_clone(static::0x7f8514001930, > 0x7f8514001130, 0x7f85142225b0) called > soa.c:403 soa_set_params() soa_set_params(static::0x7f85141f6f70, ...) > called > nua_stack.c:271 nua_stack_event() nua(0x7f85142225b0): event > i_register 100 Trying > nua_stack.c:359 nua_application_event() nua: nua_application_event: > entering > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > 2021-03-31 23:47:11.485911 [INFO] switch_cpp.cpp:1328 register.lua: > Connect to database > ... > > The last entry “Connect to database” is already a consoleLog from my > register.lua.  > From here on out everything works great again …  > > So, do you think it could still be true that one request to my > register.lua holds up all subsequent requests? > > Thank you very much! > > Regards,  > > > > >> On 31.03.2021, at 09:16, Stefan Kainz > > wrote: >> >> Ok thanks! >> >> I will try to return a not found and add debug lines to the >> register.lua.  >> I will let you know If that helped.  >> >> Regards,  >> Stefan >> >>> On 30.03.2021, at 21:49, Bote Man >> > wrote: >>> >>> And add some logging lines to the Lua script so that it can tell you >>> what is happening at each stage. Perhaps it is doing something that >>> you don’t want it to do, or not doing something that you do want it >>> to do? >>>   >>> Bote >>>   >>>   >>> *From:* FreeSWITCH-users >>> >> > *On Behalf >>> Of *Mircea Botoca-Huh >>> *Sent:* Tuesday, 30 March, 2021 15:21 >>> *To:* FreeSWITCH Users Help >> > >>> *Subject:* Re: [Freeswitch-users] Internal Interface suddenly freezes >>>   >>> Hi,  >>>   >>> If you don't wish to serve an action from your Lua script, you must >>> return not found.  >>>   >>> This is from confluence doc: >>>   >>> >>> If your LUA application receives a request and you don't wish to >>> serve dialplan or like to fallback to plain XML dialplan, then you >>> should return the following "not found" result. >>> >>> >>> >>>  
>>>     >>>  
>>>
>>>   >>>   >>> Best regards,  >>> Mircea  >>>   >>> mar., 30 mar. 2021, 22:05 Stefan Kainz >> > a scris: >>>> Hi,   >>>>   >>>> The lua script is called on a directory request.  >>>> Your know, autoload_configs, lua.conf.xml:  >>>>   >>>> >>>> tag. >>>> Thats no solution of course, but it looks like when the data is in >>>> the cache the lua script doesn’t get called.  >>>> So maybe the error won’t occur as often as before …  >>>>   >>>> But, I have an idea, maybe you can confirm this.  >>>> With dialplan enabled in xml-handler-bindings, the lua script is >>>> also called on calls, not just on registrations.  >>>> ( I think that’s necessary to authenticate the users on an outgoing >>>> call, please correct me if im wrong ) >>>> In the register.lua I only handle directory-requests and >>>> action==user_call. >>>> All other requests to my register.lua are unhandled and therefore I >>>> don’t return any xml at all.  >>>>   >>>> Maybe I get a request to my register.lua that is not a >>>> directory-request and not a user_call and since I don’t return a >>>> xml, Sofia hangs. >>>>   >>>> Does that sound plausible? >>>>   >>>> Thank you in advance! >>>>   >>>> Regards,  >>>> Stefan >>>>   >>>>   >>>> >>>> >>>>> On 29.03.2021, at 23:57, David Villasmil >>>>> >>>> > wrote: >>>>>   >>>>> That was going to be my next question: what’s lua doing and at >>>>> what point? >>>>>   >>>>> On Mon, 29 Mar 2021 at 16:09, Stefan Kainz >>>> > wrote: >>>>>> I just found an issue on jira, where it seems someone had the >>>>>> same problem I have.  >>>>>> https://freeswitch.org/jira/browse/FS-3328 >>>>>> I don’t have mod_xml_curl enabled though.  >>>>>>   >>>>>> But knowing that sofia can handle only one register at a time and >>>>>> then blocking all subsequent Registers is a good starting point …  >>>>>>   >>>>>> Regards,  >>>>>>   >>>>>> *Von:* FreeSWITCH-users >>>>>> >>>>> > *Im >>>>>> Auftrag von *Bote Man >>>>>> *Gesendet:* Montag, 29. März 2021 15:45 >>>>>> *An:* 'FreeSWITCH Users Help' >>>>>> >>>>> > >>>>>> *Betreff:* Re: [Freeswitch-users] Internal Interface suddenly freezes >>>>>>   >>>>>> The one common element is your Lua script. >>>>>>   >>>>>> I am certainly no expert on script writing, but I have seen a >>>>>> number of problems on the mailing list over the years with >>>>>> scripts doing “too much” work during critical sections of the >>>>>> dialplan. Perhaps there is a race condition? >>>>>>   >>>>>> Hope this helps. >>>>>>   >>>>>>   >>>>>> ---  >>>>>> John Boteler  >>>>>> BnC Group U.S.A.  >>>>>>   >>>>>>   >>>>>>   >>>>>> *From:* FreeSWITCH-users >>>>>> >>>>> > *On >>>>>> Behalf Of *Stefan Kainz >>>>>> *Sent:* Monday, 29 March, 2021 07:49 >>>>>> *To:* FreeSWITCH Users Help >>>>>> >>>>> > >>>>>> *Subject:* Re: [Freeswitch-users] Internal Interface suddenly freezes >>>>>>   >>>>>> Thank you for your answer! >>>>>>   >>>>>> Hmm, I also tested it on two completely different servers ( no >>>>>> virtualization ) and the problem exists on both.  >>>>>> Im also going to try it on a third server, also completely >>>>>> different, but I cant really image that this is a hardware-thing …  >>>>>>   >>>>>> We also have many freeswitch servers in production ( Exactly the >>>>>> same hardware as the server with the problem ).  >>>>>> The only difference is that one of those servers handles >>>>>> registrations, and one doesn’t. >>>>>> The one handling the registrations has the problem, the other one >>>>>> doesn’t.  >>>>>>   >>>>>> Its really strange …  >>>>>>   >>>>>> Regards, >>>>>>   >>>>>> *Von:* FreeSWITCH-users >>>>>> >>>>> > *Im >>>>>> Auftrag von *David Villasmil >>>>>> *Gesendet:* Montag, 29. März 2021 13:12 >>>>>> *An:* FreeSWITCH Users Help >>>>>> >>>>> > >>>>>> *Betreff:* Re: [Freeswitch-users] Internal Interface suddenly freezes >>>>>>   >>>>>> That looks to be more on the hardware side than software. It’d be >>>>>> an extremely coincidence those versions and all those OS have >>>>>> some issue somewhere. >>>>>> Change hardware.  >>>>>>   >>>>>> On Sun, 28 Mar 2021 at 09:12, Stefan Kainz >>>>> > wrote: >>>>>>> Hi everbody,  >>>>>>> >>>>>>> I have a little bit of a problem.  >>>>>>> Im using Version 1.10.3. ( but this problem also occurs on >>>>>>> version 1.4.18 ) >>>>>>> >>>>>>> Sometimes the internal Sofia interface just stops responding to >>>>>>> SIP Requests.  >>>>>>> It sometimes happens once every day, and sometimes once a week.  >>>>>>> It happens at completely random times, like one day in the >>>>>>> morning, and the next day in the middle of the night.  >>>>>>> The freeswitch.log gives me nothing, its like the Sofia >>>>>>> interface was stopped.  >>>>>>> >>>>>>> When I try to restart the interface with "sofia profile internal >>>>>>> restart” nothing happens. The fs_cli just remains stuck with >>>>>>> that command. >>>>>>> >>>>>>> The solution is to restart the freeswitch service. >>>>>>> >>>>>>> Sometimes when I recognise it too late, for example in the >>>>>>> middle of the night, it seems like the problem solves itself >>>>>>> after about 2 hours.  >>>>>>> The profile just starts working again, without somebody doing >>>>>>> anything. >>>>>>> >>>>>>> I have checked a variety of things, including the firewall & >>>>>>> fail2ban, network connection, made sure watchdog is disabled, >>>>>>> and also tested it on different Debian-versions and freeswitch >>>>>>> versions.  >>>>>>> It seems this problem occurs on every freeswitch version i have >>>>>>> tested.  >>>>>>> >>>>>>> The external-profile on the other hand, keeps working like >>>>>>> nothing happened.  >>>>>>> >>>>>>> Both Interfaces listen on the same network-device with a public ip.  >>>>>>> The only difference is, the internal profile uses a Lua file to >>>>>>> handle registrations.   >>>>>>> >>>>>>> Has anybody come across anything similar?  >>>>>>> >>>>>>> Any help is much appreciated! >>>>>>> >>>>>>> Regards,  >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by >>>>>>> SignalWire https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>> PSTN services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real >>>>>>> time https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> --  >>>>>> Regards, >>>>>>   >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> >>>>>> phone: +34669448337 >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by >>>>>> SignalWire https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>> PSTN services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real >>>>>> time https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> --  >>>>> Regards, >>>>>   >>>>> David Villasmil  >>>>> email: david.villasmil.work at gmail.com >>>>> >>>>> phone: +34669448337 >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by >>>>> SignalWire https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>> PSTN services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real >>>>> time https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>>   >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by >>>> SignalWire https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real >>>> time https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire >>> https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.kainz at wnt.at Thu Apr 1 19:54:08 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Thu, 1 Apr 2021 19:54:08 +0000 Subject: [Freeswitch-users] Internal Interface suddenly freezes In-Reply-To: <79ef33e2-c520-c3a6-7ae2-fa425f19ac09@telefaks.de> References: <40B08719-BA62-4E3F-984B-556AB40A5A91@wnt.at> <001b01d724a1$ba791130$2f6b3390$@gmail.com> <001801d7259d$db351020$919f3060$@gmail.com> <9B9FC99A-90CD-4BC5-8B52-FE407CF759DE@wnt.at> <79ef33e2-c520-c3a6-7ae2-fa425f19ac09@telefaks.de> Message-ID: <6FB80E70-9257-4C78-BC73-5D0390F02D55@wnt.at> Hey, I also thought of the load at first, but I set up a new server with only about 20 extensions on it. So it looks like its not because of the load … The concurrent calls never exceed 10. Its strange … im thinking of rewriting my register.lua from ground up, and get rid of things I don’t need. Regards, Stefan On 01.04.2021, at 18:40, Peter Steinbach > wrote: I think, I have a similar problem with registers (and presence) via XML-Curl. Freswitch is not sending a Curl request to the server then (as we grepped on the network interface). This happens under high load with a lot of presence involved. Suddenly Freeswitch internal profile stops responding and after a while (some minutes) it responds again. During that time, no register requests are answered at all. Only a few XML-Curl requests are sent to the server, but they do not contain the user info (which are needed for registrations) and are related to mod_voicemail.c etc. My debug log looks like this tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = */xx.xxx.xxx.x:39672 tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:39672 tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not found by name */xx.xxx.xxx.x:39672 tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1065 bytes of 1065 to udp/xx.xxx.xxx.x:39672 tport.c:3521 tport_send_msg() tport_vsend returned 1065 nta.c:8348 outgoing_send() nta: sent NOTIFY (304240670) to */xx.xxx.xxx.x:39672 tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending 0x7f9997dcf880 for udp/xxx.xx.x.xxx:5060 (already 124658) nua_stack.c:569 nua_stack_signal() nua(0x7f9a0bd45ae0): recv signal r_notify nua_params.c:484 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7f9c68001b90, 0x7f9c68001390, 0x7f9a0bd45ae0) called soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) called nta.c:4446 nta_leg_tcreate() nta_leg_tcreate(0x7f9997dcd870) nta.c:2694 nta_tpn_by_url() nta: selecting scheme sip tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = udp/xx.xxx.xxx.x:58694 tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:58694 tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not found by name udp/xx.xxx.xxx.x:58694 tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1114 bytes of 1114 to udp/xx.xxx.xxx.x:58694 tport.c:3521 tport_send_msg() tport_vsend returned 1114 nta.c:8348 outgoing_send() nta: sent NOTIFY (304240671) to udp/xx.xxx.xxx.x:58694 tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending 0x7f9997dd2650 for udp/xxx.xx.x.xxx:5060 (already 124659) Looks like some event queue is stuck? /Peter Am 01.04.21 um 00:10 schrieb Stefan Kainz: Hi guys, Me again. It just happened again :) ( With extra debugging lines in my register.lua and a not found xml like you suggested if the result is empty ) This time I turned up the logging to 9 while it was happening. This is what I found: While its happening, a Register request causes the following to be logged: nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 (CSeq 73038) nta.c:3012 agent_recv_request() nta: REGISTER (73038) going to existing REGISTER transaction tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fab1c0042b0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fab1c0042b0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fab1c0042b0) msg 0x7fab1d095280 from (udp/xxx.xxx.xxx.xxx:5060) has 809 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fab1c0042b0): msg 0x7fab1d095280 (809 bytes) from udp/xxx.xxx.xxx.xxx:5060/sip next=(nil) And that’s it. it doesn’t even execute my register.lua anymore, I just tries to update an existing Register transaction. When I start an ngrep on port 5060, all I see is the register, no unauthorised or ok response. While a Register Request after I restarted freeswitch and everything worked again looks like this: nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 (CSeq 37884) nta.c:3085 agent_recv_request() nta: REGISTER (37884) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7f8514001930, 0x7f8514001130, 0x7f85142225b0) called soa.c:403 soa_set_params() soa_set_params(static::0x7f85141f6f70, ...) called nua_stack.c:271 nua_stack_event() nua(0x7f85142225b0): event i_register 100 Trying nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering 2021-03-31 23:47:11.485911 [INFO] switch_cpp.cpp:1328 register.lua: Connect to database ... The last entry “Connect to database” is already a consoleLog from my register.lua. From here on out everything works great again … So, do you think it could still be true that one request to my register.lua holds up all subsequent requests? Thank you very much! Regards, On 31.03.2021, at 09:16, Stefan Kainz > wrote: Ok thanks! I will try to return a not found and add debug lines to the register.lua. I will let you know If that helped. Regards, Stefan On 30.03.2021, at 21:49, Bote Man > wrote: And add some logging lines to the Lua script so that it can tell you what is happening at each stage. Perhaps it is doing something that you don’t want it to do, or not doing something that you do want it to do? Bote From: FreeSWITCH-users > On Behalf Of Mircea Botoca-Huh Sent: Tuesday, 30 March, 2021 15:21 To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Internal Interface suddenly freezes Hi, If you don't wish to serve an action from your Lua script, you must return not found. This is from confluence doc: If your LUA application receives a request and you don't wish to serve dialplan or like to fallback to plain XML dialplan, then you should return the following "not found" result.
Best regards, Mircea mar., 30 mar. 2021, 22:05 Stefan Kainz > a scris: Hi, The lua script is called on a directory request. Your know, autoload_configs, lua.conf.xml: tag. Thats no solution of course, but it looks like when the data is in the cache the lua script doesn’t get called. So maybe the error won’t occur as often as before … But, I have an idea, maybe you can confirm this. With dialplan enabled in xml-handler-bindings, the lua script is also called on calls, not just on registrations. ( I think that’s necessary to authenticate the users on an outgoing call, please correct me if im wrong ) In the register.lua I only handle directory-requests and action==user_call. All other requests to my register.lua are unhandled and therefore I don’t return any xml at all. Maybe I get a request to my register.lua that is not a directory-request and not a user_call and since I don’t return a xml, Sofia hangs. Does that sound plausible? Thank you in advance! Regards, Stefan On 29.03.2021, at 23:57, David Villasmil > wrote: That was going to be my next question: what’s lua doing and at what point? On Mon, 29 Mar 2021 at 16:09, Stefan Kainz > wrote: I just found an issue on jira, where it seems someone had the same problem I have. https://freeswitch.org/jira/browse/FS-3328 I don’t have mod_xml_curl enabled though. But knowing that sofia can handle only one register at a time and then blocking all subsequent Registers is a good starting point … Regards, Von: FreeSWITCH-users > Im Auftrag von Bote Man Gesendet: Montag, 29. März 2021 15:45 An: 'FreeSWITCH Users Help' > Betreff: Re: [Freeswitch-users] Internal Interface suddenly freezes The one common element is your Lua script. I am certainly no expert on script writing, but I have seen a number of problems on the mailing list over the years with scripts doing “too much” work during critical sections of the dialplan. Perhaps there is a race condition? Hope this helps. --- John Boteler BnC Group U.S.A. From: FreeSWITCH-users > On Behalf Of Stefan Kainz Sent: Monday, 29 March, 2021 07:49 To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Internal Interface suddenly freezes Thank you for your answer! Hmm, I also tested it on two completely different servers ( no virtualization ) and the problem exists on both. Im also going to try it on a third server, also completely different, but I cant really image that this is a hardware-thing … We also have many freeswitch servers in production ( Exactly the same hardware as the server with the problem ). The only difference is that one of those servers handles registrations, and one doesn’t. The one handling the registrations has the problem, the other one doesn’t. Its really strange … Regards, Von: FreeSWITCH-users > Im Auftrag von David Villasmil Gesendet: Montag, 29. März 2021 13:12 An: FreeSWITCH Users Help > Betreff: Re: [Freeswitch-users] Internal Interface suddenly freezes That looks to be more on the hardware side than software. It’d be an extremely coincidence those versions and all those OS have some issue somewhere. Change hardware. On Sun, 28 Mar 2021 at 09:12, Stefan Kainz > wrote: Hi everbody, I have a little bit of a problem. Im using Version 1.10.3. ( but this problem also occurs on version 1.4.18 ) Sometimes the internal Sofia interface just stops responding to SIP Requests. It sometimes happens once every day, and sometimes once a week. It happens at completely random times, like one day in the morning, and the next day in the middle of the night. The freeswitch.log gives me nothing, its like the Sofia interface was stopped. When I try to restart the interface with "sofia profile internal restart” nothing happens. The fs_cli just remains stuck with that command. The solution is to restart the freeswitch service. Sometimes when I recognise it too late, for example in the middle of the night, it seems like the problem solves itself after about 2 hours. The profile just starts working again, without somebody doing anything. I have checked a variety of things, including the firewall & fail2ban, network connection, made sure watchdog is disabled, and also tested it on different Debian-versions and freeswitch versions. It seems this problem occurs on every freeswitch version i have tested. The external-profile on the other hand, keeps working like nothing happened. Both Interfaces listen on the same network-device with a public ip. The only difference is, the internal profile uses a Lua file to handle registrations. Has anybody come across anything similar? Any help is much appreciated! Regards, _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From schoch+freeswitch.org at xwin32.com Wed Apr 7 05:41:07 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Tue, 6 Apr 2021 22:41:07 -0700 Subject: [Freeswitch-users] Send call to different place on busy vs no answer Message-ID: I'm setting up a pbx. Incoming calls to the main number will ring on 3 "front desk" phones. If all phones are busy, I want to play a message saying: "All operators are busy. Please call back in a few minutes or send email." However, if the call rings for 20 seconds with no answer, it should transfer to voicemail. My dialplan has: The last application should be to do one thing (play a message) if the bridge failed because all phones were busy, and do something else (transfer to voicemail) if there was no answer after 20 seconds. Is this something that can be done in the dialplan? If not, do I use a script? -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: From grcamauer at gmail.com Wed Apr 7 14:43:19 2021 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Wed, 7 Apr 2021 11:43:19 -0300 Subject: [Freeswitch-users] Lyra Codec Message-ID: <237B386F-414F-46E9-8FE7-B9CF701AB0A1@gmail.com> This looks like an interesting development in voice codecs: https://m.slashdot.org/story/383876 3 kbps for decent voice quality. Guillermo Sent from my iPhone -------------- next part -------------- An HTML attachment was scrubbed... URL: From dragos at freeswitch.org Wed Apr 7 15:26:53 2021 From: dragos at freeswitch.org (Dragos Oancea) Date: Wed, 7 Apr 2021 18:26:53 +0300 Subject: [Freeswitch-users] Lyra Codec In-Reply-To: <237B386F-414F-46E9-8FE7-B9CF701AB0A1@gmail.com> References: <237B386F-414F-46E9-8FE7-B9CF701AB0A1@gmail.com> Message-ID: Yes, there was an interesting discussion on the freetel-codec2 mailing list: https://sourceforge.net/p/freetel/mailman/message/37229056/ . On Wed, Apr 7, 2021 at 5:44 PM Guillermo Ruiz Camauer wrote: > This looks like an interesting development in voice codecs: > https://m.slashdot.org/story/383876 > > 3 kbps for decent voice quality. > > Guillermo > > Sent from my iPhone > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin at pattersong.co.uk Wed Apr 7 09:26:07 2021 From: martin at pattersong.co.uk (Martin Paterson) Date: Wed, 7 Apr 2021 10:26:07 +0100 Subject: [Freeswitch-users] Send call to different place on busy vs no answer In-Reply-To: References: Message-ID: Steven, You can check the originate_disposition variable to get the result of the bridge, then based on that run the voicemail app or play the message. It is possible to do this in the dialplan, something like: wrote: > > I'm setting up a pbx. Incoming calls to the main number will ring on 3 "front desk" phones. If all phones are busy, I want to play a message saying: > "All operators are busy. Please call back in a few minutes or send email." > > However, if the call rings for 20 seconds with no answer, it should transfer to voicemail. > > My dialplan has: > > > > > > > > The last application should be to do one thing (play a message) if the bridge failed because all phones were busy, and do something else (transfer to voicemail) if there was no answer after 20 seconds. > > Is this something that can be done in the dialplan? If not, do I use a script? > > -- > Steve > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From don.dawson at joon.us Wed Apr 7 14:11:03 2021 From: don.dawson at joon.us (Don Dawson) Date: Wed, 7 Apr 2021 09:11:03 -0500 Subject: [Freeswitch-users] Send call to different place on busy vs no answer In-Reply-To: References: Message-ID: Query the sip_dialogs database table to see if all are on calls. On Wed, Apr 7, 2021, 12:41 AM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > I'm setting up a pbx. Incoming calls to the main number will ring on 3 > "front desk" phones. If all phones are busy, I want to play a message > saying: > "All operators are busy. Please call back in a few minutes or send email." > > However, if the call rings for 20 seconds with no answer, it should > transfer to voicemail. > > My dialplan has: > > > > > > > > The last application should be to do one thing (play a message) if the > bridge failed because all phones were busy, and do something else (transfer > to voicemail) if there was no answer after 20 seconds. > > Is this something that can be done in the dialplan? If not, do I use a > script? > > -- > Steve > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Wed Apr 7 19:12:23 2021 From: mario_fs at mgtech.com (mario_fs) Date: Wed, 7 Apr 2021 12:12:23 -0700 Subject: [Freeswitch-users] Anyone else get junked email this week? Message-ID: Just curious, did anyone else notice flood of junk mails to your address used for the freeswitch mailing list? My email is ONLY used for this emailing list and nowhere else, it is secure on a Mac. None other of my 50+ email addresses get junk. For the second time, I got 9 junk emails to this address today. I am just wondering if anyone else gets these. Yes you can setup and filter only for this list, but then people on this list I who may want to contact me can’t if there not on a list. Mario G From brian at freeswitch.com Wed Apr 7 19:58:08 2021 From: brian at freeswitch.com (Brian West) Date: Wed, 7 Apr 2021 14:58:08 -0500 Subject: [Freeswitch-users] Anyone else get junked email this week? In-Reply-To: References: Message-ID: I can't tell, I get so much as it is. :P On Wed, Apr 7, 2021 at 2:44 PM mario_fs wrote: > Just curious, did anyone else notice flood of junk mails to your address > used for the freeswitch mailing list? > > My email is ONLY used for this emailing list and nowhere else, it is > secure on a Mac. None other of my 50+ email addresses get junk. For the > second time, I got 9 junk emails to this address today. I am just wondering > if anyone else gets these. Yes you can setup and filter only for this list, > but then people on this list I who may want to contact me can’t if there > not on a list. > Mario G > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From cong.wang.itsherpa at gmail.com Fri Apr 9 03:02:10 2021 From: cong.wang.itsherpa at gmail.com (=?utf-8?B?546L6IGh?=) Date: Fri, 9 Apr 2021 12:02:10 +0900 Subject: [Freeswitch-users] FreeSWITCH didn't send any rtp packages to callee in ipv6 calls Message-ID: Hi all, We’re preparing to upgrade our fs server for ipv6 supporting, but it is not going well on test. The test proceeded on FreeSWITCH 1.10.6 and LinphoneSDK 4.5.0, under IPv6Only networks. As the result, the callee couldn’t hear any voice from caller, while caller works fine. The tcpdump showed that freeswitch didn’t send any rtp packages to callee, like this: [2001::14] is FreeSWITCH, [240d::68ae] is the caller, and [240d::b342] is the callee, which missed the rtp stream from server. We tried to exchange the device of caller and callee, but result didn’t change (callee couldn’t hear any voice from caller). FreeSWITCH Console also showed no error and RTP port is set correctly. Environment: FreeSWITCH Version 1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit (git 1ff9d0a 2021-03-25 13:16:09Z 64bit) Linphone iOS 4.4.0 with Linphone SDK 4.5.0 / iOS 13.7 Any suggestion would be appreciated. Regards. —————————————————— 王聡 cong.wang.itsherpa at gmail.com 〒810−0073 福岡市中央区舞鶴2-3-6 赤坂プライムビル 2F 株式会社アイティーシェルパ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PastedGraphic-1.png Type: image/png Size: 26107 bytes Desc: not available URL: From mike at freeswitch.org Fri Apr 9 15:04:37 2021 From: mike at freeswitch.org (Mike Jerris) Date: Fri, 9 Apr 2021 09:04:37 -0600 Subject: [Freeswitch-users] FreeSWITCH didn't send any rtp packages to callee in ipv6 calls In-Reply-To: References: Message-ID: <885E9A54-CAA2-4B27-ACEF-73865CA20D7B@freeswitch.org> Look at the logs and the media addresses being negotiated. > On Apr 8, 2021, at 9:02 PM, 王聡 wrote: > > Hi all, > > We’re preparing to upgrade our fs server for ipv6 supporting, but it is not going well on test. > > The test proceeded on FreeSWITCH 1.10.6 and LinphoneSDK 4.5.0, under IPv6Only networks. > As the result, the callee couldn’t hear any voice from caller, while caller works fine. > The tcpdump showed that freeswitch didn’t send any rtp packages to callee, like this: > > > > [2001::14] is FreeSWITCH, [240d::68ae] is the caller, and [240d::b342] is the callee, which missed the rtp stream from server. > We tried to exchange the device of caller and callee, but result didn’t change (callee couldn’t hear any voice from caller). > FreeSWITCH Console also showed no error and RTP port is set correctly. > > Environment: > FreeSWITCH Version 1.10.6-release+git~20210325T131609Z~1ff9d0a60e~64bit (git 1ff9d0a 2021-03-25 13:16:09Z 64bit) > Linphone iOS 4.4.0 with Linphone SDK 4.5.0 / iOS 13.7 > > Any suggestion would be appreciated. From schoch+freeswitch.org at xwin32.com Fri Apr 9 19:12:30 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 9 Apr 2021 12:12:30 -0700 Subject: [Freeswitch-users] Send call to different place on busy vs no answer In-Reply-To: References: Message-ID: As I understand the XML dialplan, when a matching condition is found, it builds up a list of actions and executes them in order. So I assume my list of actions would be to bridge to the phones, then transfer to another extension which would look at the ${originate_dispostion}: Like: ... Set timeouts ... Does that look like what I need? -- Steve On Wed, Apr 7, 2021 at 9:18 AM Martin Paterson wrote: > Steven, > > You can check the originate_disposition variable to get the result of > the bridge, then based on that run the voicemail app or play the > message. It is possible to do this in the dialplan, something like: > > > but I find any logic even slightly more complex than 'if this do that' > in the XML is unreadable because of having to worry about > require-nested, break and inline and reach for the lua: > if session:ready() then > originate_disposition = session:getVariable("originate_disposition") > if originate_disposition == 'USER_BUSY' then > play message > else if originate_disposition == 'ALLOTTED_TIMEOUT' then > do voicemail > else > session:consoleLog("INFO", "unhandled disposition" .. > tostring(originate_disposition) .. "\n") > .. do something sensible (like voicemail) > end > > Martin. > > Martin Paterson, Pattersong Music > Reduced orchestrations of G&S > > On Wed, 7 Apr 2021 at 06:41, Steven Schoch > wrote: > > > > I'm setting up a pbx. Incoming calls to the main number will ring on 3 > "front desk" phones. If all phones are busy, I want to play a message > saying: > > "All operators are busy. Please call back in a few minutes or send > email." > > > > However, if the call rings for 20 seconds with no answer, it should > transfer to voicemail. > > > > My dialplan has: > > > > > > > > > > > > > > > > The last application should be to do one thing (play a message) if the > bridge failed because all phones were busy, and do something else (transfer > to voicemail) if there was no answer after 20 seconds. > > > > Is this something that can be done in the dialplan? If not, do I use a > script? > > > > -- > > Steve > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From william at williamcollsassoc.ca Sat Apr 10 22:12:32 2021 From: william at williamcollsassoc.ca (William Colls) Date: Sat, 10 Apr 2021 18:12:32 -0400 Subject: [Freeswitch-users] Pathing Problem? Message-ID: I am trying to build a the latest production version from source. Everything looks OK when I I do the bootstrap/configure/make/make install for freeswitch, sandsp, and sofia-sip sequence, but when I try to start freeswitch I get an error:  error while loading shared libraries: libspandsp.so.3: cannot open shared object file: No such file or directory The file does exist in /usr/local/lib., owned by freeswitch:freeswitch as a link to libspandsp.so.3.0.0 also owned by freeswitch:freeswitch. Building on a Pine64-LTS, with Arbian's implementation of Debian Buster. Any suggestions greatly appreciated. Thanks for your time. William From don.dawson at joon.us Sat Apr 10 22:23:35 2021 From: don.dawson at joon.us (Don Dawson) Date: Sat, 10 Apr 2021 17:23:35 -0500 Subject: [Freeswitch-users] Pathing Problem? In-Reply-To: References: Message-ID: Run: ldconfig *Don Dawson* Vice President / *Joon* / 407 792-3132 <+14077923132> x488 / joon.us The world is your office. On Sat, Apr 10, 2021 at 5:13 PM William Colls wrote: > I am trying to build a the latest production version from source. > Everything looks OK when I I do the bootstrap/configure/make/make > install for freeswitch, sandsp, and sofia-sip sequence, but when I try > to start freeswitch I get an error: > > error while loading shared libraries: libspandsp.so.3: cannot open > shared object file: No such file or directory > > The file does exist in /usr/local/lib., owned by freeswitch:freeswitch > as a link to libspandsp.so.3.0.0 also owned by freeswitch:freeswitch. > > Building on a Pine64-LTS, with Arbian's implementation of Debian Buster. > > Any suggestions greatly appreciated. > > Thanks for your time. > > William > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From william at williamcollsassoc.ca Sun Apr 11 03:48:13 2021 From: william at williamcollsassoc.ca (William Colls) Date: Sat, 10 Apr 2021 23:48:13 -0400 Subject: [Freeswitch-users] Pathing Problem? In-Reply-To: References: Message-ID: <9b6a20c1-4bac-54e9-8c67-f3533f8dda7d@williamcollsassoc.ca> Thanks. That seems to fix the problem. On 2021-04-10 6:23 p.m., Don Dawson wrote: > Run: > ldconfig > > *Don Dawson* Vice President / *Joon* / 407 792-3132 >  x488 / joon.us > > > The world is your office. > > > > > On Sat, Apr 10, 2021 at 5:13 PM William Colls > > > wrote: > > I am trying to build a the latest production version from source. > Everything looks OK when I I do the bootstrap/configure/make/make > install for freeswitch, sandsp, and sofia-sip sequence, but when I > try > to start freeswitch I get an error: > >   error while loading shared libraries: libspandsp.so.3: cannot open > shared object file: No such file or directory > > The file does exist in /usr/local/lib., owned by > freeswitch:freeswitch > as a link to libspandsp.so.3.0.0 also owned by freeswitch:freeswitch. > > Building on a Pine64-LTS, with Arbian's implementation of Debian > Buster. > > Any suggestions greatly appreciated. > > Thanks for your time. > > William > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and > PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From amit.k.chaudhuri at gmail.com Sun Apr 11 09:20:57 2021 From: amit.k.chaudhuri at gmail.com (Amit Chaudhuri) Date: Sun, 11 Apr 2021 10:20:57 +0100 Subject: [Freeswitch-users] Pathing Problem? In-Reply-To: References: Message-ID: I would try and use strace to see where the system is looking when it tries the start up. Something along the lines of: strace -o tracefile Then if you look at the contents of tracefile in an editor...... You should see lots of lines but use a search to locate the attempts to locate the files of interest. You may find it is looking everywhere except where the file exists? You might also want to see whether rpath has been used when building; it may be it is expected to be in a specific location and your instance may have been configured to run from elsewhere. On Sat, 10 Apr 2021 at 23:54, William Colls wrote: > > I am trying to build a the latest production version from source. > Everything looks OK when I I do the bootstrap/configure/make/make > install for freeswitch, sandsp, and sofia-sip sequence, but when I try > to start freeswitch I get an error: > > error while loading shared libraries: libspandsp.so.3: cannot open > shared object file: No such file or directory > > The file does exist in /usr/local/lib., owned by freeswitch:freeswitch > as a link to libspandsp.so.3.0.0 also owned by freeswitch:freeswitch. > > Building on a Pine64-LTS, with Arbian's implementation of Debian Buster. > > Any suggestions greatly appreciated. > > Thanks for your time. > > William > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From mayamatakeshi at gmail.com Mon Apr 12 23:33:00 2021 From: mayamatakeshi at gmail.com (mayamatakeshi) Date: Tue, 13 Apr 2021 08:33:00 +0900 Subject: [Freeswitch-users] Using both builtin and online grammars with play_and_detect_speech Message-ID: I know it is possible to start play_and_detect_speech using multiple builtin grammars like this: builtin:speech/transcribe\nbuiltin:dtmf/digits And I know it is possible to specify an inline grammar like this (for hints): inline:... But would it be possible to use both a builtin grammar and an inline grammar? I tried like this but it didn't work: builtin:dtmf/digits\ninline:... Was anyone able to use something like this? -------------- next part -------------- An HTML attachment was scrubbed... URL: From schoch+freeswitch.org at xwin32.com Wed Apr 14 00:47:01 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Tue, 13 Apr 2021 17:47:01 -0700 Subject: [Freeswitch-users] Why doesn't this call get answered? Message-ID: This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). I can make a call from the phones to outside numbers. I can make a call from the HT801 to local phones. But I can't call from the HT801 to outside numbers. The last important thing that happens in the failed call is this: 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/ entering state [calling][0] The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this: Local SDP: v=0 o=FreeSWITCH 1618335260 1618335261 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 25104 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 a=sendrecv When it tries to call from the HT801 to an outside number, it does this: Local SDP: v=0 o=FreeSWITCH 1618327543 1618327544 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 32552 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 a=sendrecv Is that why it doesn't answer? If so, how do I change it? I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now. -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: From botelist at gmail.com Wed Apr 14 18:13:37 2021 From: botelist at gmail.com (Bote Man) Date: Wed, 14 Apr 2021 14:13:37 -0400 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: Message-ID: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> I am absolutely no expert on SDP, but that SDP line that begins a=fmtp:102 useinbandfec=1… looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission. It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems. You might have to resort to siptrace logging between FS and your carrier. sofia profile external siptrace on <== or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream. Hope this helps. --- John Boteler BnC Group U.S.A. From: FreeSWITCH-users On Behalf Of Steven Schoch Sent: Tuesday, 13 April, 2021 20:47 To: freeswitch-users Subject: [Freeswitch-users] Why doesn't this call get answered? This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). I can make a call from the phones to outside numbers. I can make a call from the HT801 to local phones. But I can't call from the HT801 to outside numbers. The last important thing that happens in the failed call is this: 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/ entering state [calling][0] The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this: Local SDP: v=0 o=FreeSWITCH 1618335260 1618335261 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 25104 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 a=sendrecv When it tries to call from the HT801 to an outside number, it does this: Local SDP: v=0 o=FreeSWITCH 1618327543 1618327544 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 32552 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 a=sendrecv Is that why it doesn't answer? If so, how do I change it? I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now. -- Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Apr 14 19:07:15 2021 From: brian at freeswitch.com (Brian West) Date: Wed, 14 Apr 2021 14:07:15 -0500 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: That's the FMTP for OPUS. Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken. /b On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: > I am absolutely no expert on SDP, but that SDP line that begins > > a=fmtp:102 useinbandfec=1… > > looks to me like it’s trying to set up a video call. I saw this behavior > with the newer Polycom VVX501 before I beat those eager beavers into > submission. > > > It also looks like the Grandstream is offering a lot more codecs which you > might prefer to trim down to only those necessary to get the job done. > Sometimes additional codecs or codecs listed in the “wrong” sequence can > cause mystery problems. > > > > You might have to resort to siptrace logging between FS and your carrier. > > sofia profile external siptrace on ç or whatever profile handles your > provider; or maybe internal to snoop what’s going on between FS and your > Grandstream. > > > > Hope this helps. > > > > > > --- > > John Boteler > > BnC Group U.S.A. > > > > > > > > > > *From:* FreeSWITCH-users *On > Behalf Of *Steven Schoch > *Sent:* Tuesday, 13 April, 2021 20:47 > *To:* freeswitch-users > *Subject:* [Freeswitch-users] Why doesn't this call get answered? > > > > This office has a bunch of Polycom SoundPoint IP 320 phones, and a single > Grandstream HT801 (connected to a FAX machine for outgoing FAXes). > > > > I can make a call from the phones to outside numbers. > > I can make a call from the HT801 to local phones. > > But I can't call from the HT801 to outside numbers. > > > > The last important thing that happens in the failed call is this: > > 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel > sofia/external/ entering state [calling][0] > > > > The difference between the work and not work seems to be this: When I call > from a phone to an outside number, it does this: > > > > Local SDP: > v=0 > o=FreeSWITCH 1618335260 1618335261 IN IP4 > s=FreeSWITCH > c=IN IP4 > t=0 0 > m=audio 25104 RTP/AVP 0 8 101 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > > > When it tries to call from the HT801 to an outside number, it does this: > > > > Local SDP: > > v=0 > o=FreeSWITCH 1618327543 1618327544 IN IP4 > s=FreeSWITCH > c=IN IP4 > t=0 0 > m=audio 32552 RTP/AVP 0 8 102 9 101 103 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:102 opus/48000/2 > a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; > ptime=20; minptime=10; maxptime=40; stereo=1 > a=rtpmap:9 G722/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:103 telephone-event/48000 > a=fmtp:103 0-16 > a=ptime:20 > a=sendrecv > > > > Is that why it doesn't answer? If so, how do I change it? > > > > I should mention that when I tried this at home, it worked, but when I > attempted to install it here at the bookstore, it didn't. The Comcast > router at my home is a little different; they use a Netgear router here; > and I may have upgraded Freeswitch between the time it worked and now. > > > > -- > > Steve > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villaume at sewan.fr Tue Apr 13 15:59:54 2021 From: david.villaume at sewan.fr (David VILLAUME) Date: Tue, 13 Apr 2021 15:59:54 +0000 Subject: [Freeswitch-users] Forking with one leg using a redirect server. Message-ID: Hello, We are having troubles with following scenario : Freeswitch receives an incoming call and forks to one user (B1) and a sip redirect-server (B2). If the contact inside the redirect (B2) is local, the leg B1 is is cancelled when the 302 reaches the server. d521d2f2-9c69-11eb-aec3-b7e8effe21d8 2021-04-13 17:06:27.569223 [NOTICE] sofia.c:6506 Hangup sofia/external/+33123456789 [CS_CONSUME_MEDIA] [REDIRECTION_TO_NEW_DESTINATION] d521c17c-9c69-11eb-aebe-b7e8effe21d8 2021-04-13 17:06:27.589224 [NOTICE] switch_ivr_originate.c:3601 Hangup sofia/internal-centrex/internaluser at 172.16.33.40:5062 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] This occurs even if manual mode. Does anyone have idea about how to avoid this cancel ? Regards, David -------------- next part -------------- An HTML attachment was scrubbed... URL: From schoch+freeswitch.org at xwin32.com Wed Apr 14 21:10:54 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Wed, 14 Apr 2021 14:10:54 -0700 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: Calls to the Polycom are not broken - that works. To summarize: Analog telephone -> HT801 -> Freeswitch -> Polycom SoundPoint works. Polycom SoundPaint -> Freeswitch -> Flowroute -> mobile phone (or any PSTN number) works. Analog telephone -> HT801 -> Freeswitch -> Flowroute -> any PSTN number fails. As John pointed out, it could be the Grandstream codecs are causing Flowroute to ignore the call. I will have to try siptrace. -- Steve On Wed, Apr 14, 2021 at 12:43 PM Brian West wrote: > That's the FMTP for OPUS. Chances are that invite breaks the Polycom, > what does the SDP look like coming back from that invite? I'll be you, it's > broken. > > /b > > > On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: > >> I am absolutely no expert on SDP, but that SDP line that begins >> >> a=fmtp:102 useinbandfec=1… >> >> looks to me like it’s trying to set up a video call. I saw this behavior >> with the newer Polycom VVX501 before I beat those eager beavers into >> submission. >> >> >> It also looks like the Grandstream is offering a lot more codecs which >> you might prefer to trim down to only those necessary to get the job done. >> Sometimes additional codecs or codecs listed in the “wrong” sequence can >> cause mystery problems. >> >> >> >> You might have to resort to siptrace logging between FS and your carrier. >> >> sofia profile external siptrace on ç or whatever profile handles your >> provider; or maybe internal to snoop what’s going on between FS and your >> Grandstream. >> >> >> >> Hope this helps. >> >> >> >> >> >> --- >> >> John Boteler >> >> BnC Group U.S.A. >> >> >> >> >> >> >> >> >> >> *From:* FreeSWITCH-users *On >> Behalf Of *Steven Schoch >> *Sent:* Tuesday, 13 April, 2021 20:47 >> *To:* freeswitch-users >> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >> >> >> >> This office has a bunch of Polycom SoundPoint IP 320 phones, and a single >> Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >> >> >> >> I can make a call from the phones to outside numbers. >> >> I can make a call from the HT801 to local phones. >> >> But I can't call from the HT801 to outside numbers. >> >> >> >> The last important thing that happens in the failed call is this: >> >> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >> sofia/external/ entering state [calling][0] >> >> >> >> The difference between the work and not work seems to be this: When I >> call from a phone to an outside number, it does this: >> >> >> >> Local SDP: >> v=0 >> o=FreeSWITCH 1618335260 1618335261 IN IP4 >> s=FreeSWITCH >> c=IN IP4 >> t=0 0 >> m=audio 25104 RTP/AVP 0 8 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> >> >> >> When it tries to call from the HT801 to an outside number, it does this: >> >> >> >> Local SDP: >> >> v=0 >> o=FreeSWITCH 1618327543 1618327544 IN IP4 >> s=FreeSWITCH >> c=IN IP4 >> t=0 0 >> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:102 opus/48000/2 >> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >> a=rtpmap:9 G722/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=rtpmap:103 telephone-event/48000 >> a=fmtp:103 0-16 >> a=ptime:20 >> a=sendrecv >> >> >> >> Is that why it doesn't answer? If so, how do I change it? >> >> >> >> I should mention that when I tried this at home, it worked, but when I >> attempted to install it here at the bookstore, it didn't. The Comcast >> router at my home is a little different; they use a Netgear router here; >> and I may have upgraded Freeswitch between the time it worked and now. >> >> >> >> -- >> >> Steve >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From schoch+freeswitch.org at xwin32.com Thu Apr 15 01:19:42 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Wed, 14 Apr 2021 18:19:42 -0700 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: The sip trace is attached. It seems to show that it sends INVITE messages, but never gets a response. However, when it sends an OPTIONS message, it does get a response. When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds. It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it? I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well. -- Steve On Wed, Apr 14, 2021 at 12:43 PM Brian West wrote: > That's the FMTP for OPUS. Chances are that invite breaks the Polycom, > what does the SDP look like coming back from that invite? I'll be you, it's > broken. > > /b > > > On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: > >> I am absolutely no expert on SDP, but that SDP line that begins >> >> a=fmtp:102 useinbandfec=1… >> >> looks to me like it’s trying to set up a video call. I saw this behavior >> with the newer Polycom VVX501 before I beat those eager beavers into >> submission. >> >> >> It also looks like the Grandstream is offering a lot more codecs which >> you might prefer to trim down to only those necessary to get the job done. >> Sometimes additional codecs or codecs listed in the “wrong” sequence can >> cause mystery problems. >> >> >> >> You might have to resort to siptrace logging between FS and your carrier. >> >> sofia profile external siptrace on ç or whatever profile handles your >> provider; or maybe internal to snoop what’s going on between FS and your >> Grandstream. >> >> >> >> Hope this helps. >> >> >> >> >> >> --- >> >> John Boteler >> >> BnC Group U.S.A. >> >> >> >> >> >> >> >> >> >> *From:* FreeSWITCH-users *On >> Behalf Of *Steven Schoch >> *Sent:* Tuesday, 13 April, 2021 20:47 >> *To:* freeswitch-users >> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >> >> >> >> This office has a bunch of Polycom SoundPoint IP 320 phones, and a single >> Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >> >> >> >> I can make a call from the phones to outside numbers. >> >> I can make a call from the HT801 to local phones. >> >> But I can't call from the HT801 to outside numbers. >> >> >> >> The last important thing that happens in the failed call is this: >> >> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >> sofia/external/ entering state [calling][0] >> >> >> >> The difference between the work and not work seems to be this: When I >> call from a phone to an outside number, it does this: >> >> >> >> Local SDP: >> v=0 >> o=FreeSWITCH 1618335260 1618335261 IN IP4 >> s=FreeSWITCH >> c=IN IP4 >> t=0 0 >> m=audio 25104 RTP/AVP 0 8 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> >> >> >> When it tries to call from the HT801 to an outside number, it does this: >> >> >> >> Local SDP: >> >> v=0 >> o=FreeSWITCH 1618327543 1618327544 IN IP4 >> s=FreeSWITCH >> c=IN IP4 >> t=0 0 >> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:102 opus/48000/2 >> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >> a=rtpmap:9 G722/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=rtpmap:103 telephone-event/48000 >> a=fmtp:103 0-16 >> a=ptime:20 >> a=sendrecv >> >> >> >> Is that why it doesn't answer? If so, how do I change it? >> >> >> >> I should mention that when I tried this at home, it worked, but when I >> attempted to install it here at the bookstore, it didn't. The Comcast >> router at my home is a little different; they use a Netgear router here; >> and I may have upgraded Freeswitch between the time it worked and now. >> >> >> >> -- >> >> Steve >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- 2021-04-14 15:59:12.541007 [NOTICE] switch_channel.c:1118 New Channel sofia/phone/331 at 192.168.3.2 [350c616b-0b55-4283-94d6-34110d174993] 2021-04-14 15:59:12.541007 [DEBUG] switch_core_state_machine.c:585 (sofia/phone/331 at 192.168.3.2) Running State Change CS_NEW (Cur 1 Tot 40) 2021-04-14 15:59:12.541007 [INFO] sofia.c:10362 sofia/phone/331 at 192.168.3.2 receiving invite from 192.168.3.106:5060 version: 1.10.6 -release-18-1ff9d0a60e 64bit call-id: 913219790-5060-5 at BJC.BGI.D.BAG 2021-04-14 15:59:12.541007 [DEBUG] sofia.c:10456 verifying acl "domains" for ip/port 192.168.3.106:0. 2021-04-14 15:59:12.541007 [DEBUG] switch_core_state_machine.c:604 (sofia/phone/331 at 192.168.3.2) State NEW 2021-04-14 15:59:12.541007 [DEBUG] sofia.c:2447 detaching session 350c616b-0b55-4283-94d6-34110d174993 2021-04-14 15:59:12.560832 [DEBUG] sofia.c:2562 Re-attaching to session 350c616b-0b55-4283-94d6-34110d174993 2021-04-14 15:59:12.560832 [INFO] sofia.c:10362 sofia/phone/331 at 192.168.3.2 receiving invite from 192.168.3.106:5060 version: 1.10.6 -release-18-1ff9d0a60e 64bit call-id: 913219790-5060-5 at BJC.BGI.D.BAG 2021-04-14 15:59:12.560832 [DEBUG] sofia.c:10456 verifying acl "domains" for ip/port 192.168.3.106:0. 2021-04-14 15:59:12.560832 [DEBUG] sofia.c:7406 Channel sofia/phone/331 at 192.168.3.2 entering state [received][100] 2021-04-14 15:59:12.560832 [DEBUG] sofia.c:7416 Remote SDP: v=0 o=331 8000 8000 IN IP4 192.168.3.106 s=SIP Call c=IN IP4 192.168.3.106 t=0 0 m=audio 5004 RTP/AVP 0 8 4 18 2 97 123 9 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:4 G723/8000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:2 G726-32/8000 a=rtpmap:97 iLBC/8000 a=fmtp:97 mode=20 a=rtpmap:123 opus/48000/2 a=fmtp:123 maxplaybackrate=16000 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16,32-36,54 a=ptime:20 2021-04-14 15:59:12.560832 [DEBUG] sofia.c:7819 (sofia/phone/331 at 192.168.3.2) State Change CS_NEW -> CS_INIT 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:585 (sofia/phone/331 at 192.168.3.2) Running State Change CS_INIT (Cur 1 Tot 40) 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:628 (sofia/phone/331 at 192.168.3.2) State INIT 2021-04-14 15:59:12.560832 [DEBUG] mod_sofia.c:93 sofia/phone/331 at 192.168.3.2 SOFIA INIT 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:40 sofia/phone/331 at 192.168.3.2 Standard INIT 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:48 (sofia/phone/331 at 192.168.3.2) State Change CS_INIT -> CS_ROUTING 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:628 (sofia/phone/331 at 192.168.3.2) State INIT going to sleep 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:585 (sofia/phone/331 at 192.168.3.2) Running State Change CS_ROUTING (Cur 1 Tot 40) 2021-04-14 15:59:12.560832 [DEBUG] switch_channel.c:2332 (sofia/phone/331 at 192.168.3.2) Callstate Change DOWN -> RINGING 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:644 (sofia/phone/331 at 192.168.3.2) State ROUTING 2021-04-14 15:59:12.560832 [DEBUG] mod_sofia.c:154 sofia/phone/331 at 192.168.3.2 SOFIA ROUTING 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:236 sofia/phone/331 at 192.168.3.2 Standard ROUTING 2021-04-14 15:59:12.560832 [INFO] mod_dialplan_xml.c:637 Processing Fax Machine <331>->1 in context default Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->unloop] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->open_hours] continue=true Dialplan: sofia/phone/331 at 192.168.3.2 Date/Time Match (PASS) [open_hours] break=on-true Dialplan: sofia/phone/331 at 192.168.3.2 Action set(open=true) INLINE EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 set(open=true) 2021-04-14 15:59:12.560832 [DEBUG] mod_dptools.c:1685 SET sofia/phone/331 at 192.168.3.2 [open]=[true] Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->holiday_hours] continue=true Dialplan: sofia/phone/331 at 192.168.3.2 Date/TimeMatch (FAIL) [holiday_hours] break=on-true Dialplan: sofia/phone/331 at 192.168.3.2 Date/TimeMatch (FAIL) [holiday_hours] break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->global-intercept] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [global-intercept] destination_number(1) =~ /^886$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->group-intercept] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [group-intercept] destination_number(1) =~ /^\*8$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->intercept-ext] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [intercept-ext] destination_number(1) =~ /^\*\*(\d+)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->redial] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [redial] destination_number(1) =~ /^(redial|870)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->global] continue=true Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [global] ${call_debug}(false) =~ /^true$/ break=never Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [global] ${default_password}() =~ /^1234$/ break=never Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [global] ${rtp_has_crypto}() =~ /^(AEAD_AES_256_GCM_8|AEAD_AES_128_GCM_8|AES_CM_256_HMAC_SHA1_80|AES_CM_192_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_80|AES_CM_256_HMAC_SHA1_32|AES_CM_192_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_32|AES_CM_128_NULL_AUTH)$/ break=never Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [global] ${endpoint_disposition}(DELAYED NEGOTIATION) =~ /^(DELAYED NEGOTIATION)/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [global] ${switch_r_sdp}(v=0 o=331 8000 8000 IN IP4 192.168.3.106 s=SIP Call c=IN IP4 192.168.3.106 t=0 0 m=audio 5004 RTP/AVP 0 8 4 18 2 97 123 9 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:4 G723/8000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:2 G726-32/8000 a=rtpmap:97 iLBC/8000 a=fmtp:97 mode=20 a=rtpmap:123 opus/48000/2 a=fmtp:123 maxplaybackrate=16000 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16,32-36,54 a=ptime:20 ) =~ /(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)/ break=never Dialplan: sofia/phone/331 at 192.168.3.2 Absolute Condition [global] Dialplan: sofia/phone/331 at 192.168.3.2 Action hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) Dialplan: sofia/phone/331 at 192.168.3.2 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) Dialplan: sofia/phone/331 at 192.168.3.2 Action hash(insert/${domain_name}-last_dial/global/${uuid}) Dialplan: sofia/phone/331 at 192.168.3.2 Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->snom-demo-2] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [snom-demo-2] destination_number(1) =~ /^9001$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->snom-demo-1] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [snom-demo-1] destination_number(1) =~ /^9000$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->eavesdrop] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [eavesdrop] destination_number(1) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->eavesdrop] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [eavesdrop] destination_number(1) =~ /^779$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->paging-with-chime] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [paging-with-chime] destination_number(1) =~ /^321$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->call_return] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [call_return] destination_number(1) =~ /^\*69$|^869$|^lcr$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->main_cid] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [main_cid] destination_number(1) =~ /^\*61(.......*)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->del-group] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [del-group] destination_number(1) =~ /^80(\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->add-group] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [add-group] destination_number(1) =~ /^81(\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->call-group-simo] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [call-group-simo] destination_number(1) =~ /^82(\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->call-group-order] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [call-group-order] destination_number(1) =~ /^83(\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->extension-intercom] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [extension-intercom] destination_number(1) =~ /^8(3[012][0-9])$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->Local_Extension] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [Local_Extension] ${alert_info}() =~ /^$/ break=never Dialplan: sofia/phone/331 at 192.168.3.2 Action export(alert_info=internal) Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [Local_Extension] destination_number(1) =~ /^(3[012][0-9])$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->Direct_Voicemail] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [Direct_Voicemail] destination_number(1) =~ /^5([0-2][0-9])$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->Local_Extension_Skinny] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [Local_Extension_Skinny] destination_number(1) =~ /^(11[01][0-9])$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->group_dial_sales] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [group_dial_sales] destination_number(1) =~ /^2000$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->group_dial_support] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [group_dial_support] destination_number(1) =~ /^2001$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->group_dial_billing] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [group_dial_billing] destination_number(1) =~ /^2002$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->main_did] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [main_did] destination_number(1) =~ /^(main_did|0)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->did_message] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [did_message] destination_number(1) =~ /^(did_message|0)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->operator] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [operator] destination_number(1) =~ /^(operator|0)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->vmain] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [vmain] destination_number(1) =~ /^vmain$|^\*86$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->sip_uri] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [sip_uri] destination_number(1) =~ /^sip:(.*)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->nb_conferences] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [nb_conferences] destination_number(1) =~ /^(30\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->wb_conferences] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [wb_conferences] destination_number(1) =~ /^(31\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->uwb_conferences] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [uwb_conferences] destination_number(1) =~ /^(32\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->cdquality_conferences] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [cdquality_conferences] destination_number(1) =~ /^(33\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->cdquality_stereo_conferences] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [cdquality_stereo_conferences] destination_number(1) =~ /^(35\d{2}).*?-screen$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->conference-canvases] continue=true Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [conference-canvases] destination_number(1) =~ /(35\d{2})-canvas-(\d+)/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->conf mod] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [conf mod] destination_number(1) =~ /^6070-moderator$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->cdquality_conferences] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [cdquality_conferences] destination_number(1) =~ /^(35\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->cdquality_conferences_720] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [cdquality_conferences_720] destination_number(1) =~ /^(36\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->cdquality_conferences_480] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [cdquality_conferences_480] destination_number(1) =~ /^(37\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->cdquality_conferences_320] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [cdquality_conferences_320] destination_number(1) =~ /^(38\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->freeswitch_public_conf_via_sip] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [freeswitch_public_conf_via_sip] destination_number(1) =~ /^9(888|8888|1616|3232)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->mad_boss_intercom] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [mad_boss_intercom] destination_number(1) =~ /^0911$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->mad_boss_intercom] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [mad_boss_intercom] destination_number(1) =~ /^0912$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->mad_boss] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [mad_boss] destination_number(1) =~ /^0913$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->ivr_demo] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [ivr_demo] destination_number(1) =~ /^5000$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->dynamic_conference] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [dynamic_conference] destination_number(1) =~ /^5001$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->rtp_multicast_page] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [rtp_multicast_page] destination_number(1) =~ /^pagegroup$|^7243$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->park] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [park] destination_number(1) =~ /^5900$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->unpark] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [unpark] destination_number(1) =~ /^5901$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->valet_park] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [valet_park] destination_number(1) =~ /^(6000)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->valet_park] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [valet_park] destination_number(1) =~ /^((?!6000)60\d{2})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->park] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [park] source(mod_sofia) =~ /mod_sofia/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [park] destination_number(1) =~ /park\+(\d+)/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->unpark] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [unpark] source(mod_sofia) =~ /mod_sofia/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [unpark] destination_number(1) =~ /^parking$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->park] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [park] source(mod_sofia) =~ /mod_sofia/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [park] destination_number(1) =~ /callpark/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->unpark] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [unpark] source(mod_sofia) =~ /mod_sofia/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [unpark] destination_number(1) =~ /pickup/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->wait] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [wait] destination_number(1) =~ /^wait$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->fax_receive] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [fax_receive] destination_number(1) =~ /^9178$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->fax_transmit] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [fax_transmit] destination_number(1) =~ /^9179$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->ringback_180] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [ringback_180] destination_number(1) =~ /^9180$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->ringback_183_uk_ring] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [ringback_183_uk_ring] destination_number(1) =~ /^9181$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->ringback_183_music_ring] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [ringback_183_music_ring] destination_number(1) =~ /^9182$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->ringback_post_answer_uk_ring] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [ringback_post_answer_uk_ring] destination_number(1) =~ /^9183$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->ringback_post_answer_music] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [ringback_post_answer_music] destination_number(1) =~ /^9184$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->ClueCon] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [ClueCon] destination_number(1) =~ /^9191$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->show_info] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [show_info] destination_number(1) =~ /^9192$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->video_record] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [video_record] destination_number(1) =~ /^9193$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->video_playback] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [video_playback] destination_number(1) =~ /^9194$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->delay_echo] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [delay_echo] destination_number(1) =~ /^9195$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->echo] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [echo] destination_number(1) =~ /^9196$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->milliwatt] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [milliwatt] destination_number(1) =~ /^9197$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->tone_stream] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [tone_stream] destination_number(1) =~ /^9198$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->zrtp_enrollement] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [zrtp_enrollement] destination_number(1) =~ /^9787$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->hold_music] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [hold_music] destination_number(1) =~ /^9664$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->laugh break] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [laugh break] destination_number(1) =~ /^9386$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->101] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [101] destination_number(1) =~ /^101$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->pizza_demo] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [pizza_demo] destination_number(1) =~ /^(pizza|74992)$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->Talking Clock Time] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [Talking Clock Time] destination_number(1) =~ /^9170$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->Talking Clock Date] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [Talking Clock Date] destination_number(1) =~ /^9171$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->Talking Clock Date and Time] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (FAIL) [Talking Clock Date and Time] destination_number(1) =~ /^9172$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 parsing [default->domestic] continue=false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [domestic] ${toll_allow}(domestic,international,local) =~ /domestic/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 Regex (PASS) [domestic] destination_number(1) =~ /^9?\+?1?(\d{10})$/ break=on-false Dialplan: sofia/phone/331 at 192.168.3.2 Action set(effective_caller_id_number=${outbound_caller_id_number}) Dialplan: sofia/phone/331 at 192.168.3.2 Action set(effective_caller_id_name=${outbound_caller_id_name}) Dialplan: sofia/phone/331 at 192.168.3.2 Action set(effective_callee_id_number=1) Dialplan: sofia/phone/331 at 192.168.3.2 Action set(effective_callee_id_name=${cidlookup(1)}) Dialplan: sofia/phone/331 at 192.168.3.2 Action set(ignore_display_updates=true) Dialplan: sofia/phone/331 at 192.168.3.2 Action bridge(sofia/gateway/${default_gateway}/1) 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:287 (sofia/phone/331 at 192.168.3.2) State Change CS_ROUTING -> CS_EXECUTE 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:644 (sofia/phone/331 at 192.168.3.2) State ROUTING going to sleep 2021-04-14 15:59:12.560832 [DEBUG] switch_core_state_machine.c:585 (sofia/phone/331 at 192.168.3.2) Running State Change CS_EXECUTE (Cur 1 Tot 40) 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:651 (sofia/phone/331 at 192.168.3.2) State EXECUTE 2021-04-14 15:59:12.580787 [DEBUG] mod_sofia.c:209 sofia/phone/331 at 192.168.3.2 SOFIA EXECUTE 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:329 sofia/phone/331 at 192.168.3.2 Standard EXECUTE EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 hash(insert/eastwest-spymap/331/350c616b-0b55-4283-94d6-34110d174993) EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 hash(insert/eastwest-last_dial/331/1) EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 hash(insert/eastwest-last_dial/global/350c616b-0b55-4283-94d6-34110d174993) EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 export(RFC2822_DATE=Wed, 14 Apr 2021 15:59:12 -0700) 2021-04-14 15:59:12.580787 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 14 Apr 2021 15:59:12 -0700] EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 export(alert_info=internal) 2021-04-14 15:59:12.580787 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [alert_info]=[internal] EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 set(effective_caller_id_number=1) 2021-04-14 15:59:12.580787 [DEBUG] mod_dptools.c:1685 SET sofia/phone/331 at 192.168.3.2 [effective_caller_id_number]=[1] EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 set(effective_caller_id_name=East West Fax) 2021-04-14 15:59:12.580787 [DEBUG] mod_dptools.c:1685 SET sofia/phone/331 at 192.168.3.2 [effective_caller_id_name]=[East West Fax] EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 set(effective_callee_id_number=1) 2021-04-14 15:59:12.580787 [DEBUG] mod_dptools.c:1685 SET sofia/phone/331 at 192.168.3.2 [effective_callee_id_number]=[1] EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 set(effective_callee_id_name=SUNNYVALE, CA) 2021-04-14 15:59:12.580787 [DEBUG] mod_dptools.c:1685 SET sofia/phone/331 at 192.168.3.2 [effective_callee_id_name]=[SUNNYVALE, CA] EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 set(ignore_display_updates=true) 2021-04-14 15:59:12.580787 [DEBUG] mod_dptools.c:1685 SET sofia/phone/331 at 192.168.3.2 [ignore_display_updates]=[true] EXECUTE [depth=0] sofia/phone/331 at 192.168.3.2 bridge(sofia/gateway/flowroute/1) 2021-04-14 15:59:12.580787 [DEBUG] switch_channel.c:1264 sofia/phone/331 at 192.168.3.2 EXPORTING[export_vars] [RFC2822_DATE]=[Wed, 14 Apr 2021 15:59:12 -0700] to event 2021-04-14 15:59:12.580787 [DEBUG] switch_channel.c:1264 sofia/phone/331 at 192.168.3.2 EXPORTING[export_vars] [alert_info]=[internal] to event 2021-04-14 15:59:12.580787 [DEBUG] switch_ivr_originate.c:2272 Parsing global variables 2021-04-14 15:59:12.580787 [NOTICE] switch_channel.c:1118 New Channel sofia/external/1 [e59824db-e99f-49eb-ae80-285c21f19d39] 2021-04-14 15:59:12.580787 [DEBUG] mod_sofia.c:5102 (sofia/external/1) State Change CS_NEW -> CS_INIT 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:585 (sofia/external/1) Running State Change CS_INIT (Cur 2 Tot 41) 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:628 (sofia/external/1) State INIT 2021-04-14 15:59:12.580787 [DEBUG] mod_sofia.c:93 sofia/external/1 SOFIA INIT 2021-04-14 15:59:12.580787 [INFO] sofia_glue.c:1621 sofia/external/1 sending invite call-id: (null) 2021-04-14 15:59:12.580787 [DEBUG] sofia_glue.c:1624 sofia/external/1 sending invite version: 1.10.6 -release-18-1ff9d0a60e 64bit Local SDP: v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 a=sendrecv 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:40 sofia/external/1 Standard INIT 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:48 (sofia/external/1) State Change CS_INIT -> CS_ROUTING 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:628 (sofia/external/1) State INIT going to sleep 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:585 (sofia/external/1) Running State Change CS_ROUTING (Cur 2 Tot 41) 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:644 (sofia/external/1) State ROUTING 2021-04-14 15:59:12.580787 [DEBUG] mod_sofia.c:154 sofia/external/1 SOFIA ROUTING 2021-04-14 15:59:12.580787 [DEBUG] switch_ivr_originate.c:67 (sofia/external/1) State Change CS_ROUTING -> CS_CONSUME_MEDIA 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:644 (sofia/external/1) State ROUTING going to sleep 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:585 (sofia/external/1) Running State Change CS_CONSUME_MEDIA (Cur 2 Tot 41) 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:663 (sofia/external/1) State CONSUME_MEDIA send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:12.585438: ------------------------------------------------------------------------ INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm Max-Forwards: 69 From: "East West Fax" @>;tag=c99SXeSa6mSSQ To: @us-west-or.sip.flowroute.com> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b CSeq: 34666784 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 477 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 2021-04-14 15:59:12.580787 [DEBUG] switch_core_state_machine.c:663 (sofia/external/1) State CONSUME_MEDIA going to sleep 2021-04-14 15:59:12.580787 [DEBUG] sofia.c:7406 Channel sofia/external/1 entering state [calling][0] send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:13.585507: ------------------------------------------------------------------------ INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm Max-Forwards: 69 From: "East West Fax" @>;tag=c99SXeSa6mSSQ To: @us-west-or.sip.flowroute.com> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b CSeq: 34666784 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 477 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:15.586508: ------------------------------------------------------------------------ INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm Max-Forwards: 69 From: "East West Fax" @>;tag=c99SXeSa6mSSQ To: @us-west-or.sip.flowroute.com> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b CSeq: 34666784 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 477 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:19.587156: ------------------------------------------------------------------------ INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm Max-Forwards: 69 From: "East West Fax" @>;tag=c99SXeSa6mSSQ To: @us-west-or.sip.flowroute.com> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b CSeq: 34666784 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 477 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:27.587021: ------------------------------------------------------------------------ INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm Max-Forwards: 69 From: "East West Fax" @>;tag=c99SXeSa6mSSQ To: @us-west-or.sip.flowroute.com> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b CSeq: 34666784 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 477 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 send 582 bytes to udp/[34.210.91.114]:5060 at 15:59:27.736742: ------------------------------------------------------------------------ OPTIONS sip:us-west-or.sip.flowroute.com;transport=udp SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKeX39t9yQB7rZB Max-Forwards: 70 From: ;tag=eUvB14tH065ye To: Call-ID: e7cd185c-1817-123a-9b91-10e7c6b0315b CSeq: 34628365 OPTIONS User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Length: 0 recv 422 bytes from udp/[34.210.91.114]:5060 at 15:59:27.793329: ------------------------------------------------------------------------ SIP/2.0 200 OK Via: SIP/2.0/UDP :5089;rport=5089;branch=z9hG4bKeX39t9yQB7rZB;received= From: ;tag=eUvB14tH065ye To: ;tag=bf8638324618dc61059d4c604476fea1.670a0cb3 Call-ID: e7cd185c-1817-123a-9b91-10e7c6b0315b CSeq: 34628365 OPTIONS Accept: */* Accept-Encoding: Accept-Language: en Supported: timer Content-Length: 0 send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:43.586631: ------------------------------------------------------------------------ INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm Max-Forwards: 69 From: "East West Fax" @>;tag=c99SXeSa6mSSQ To: @us-west-or.sip.flowroute.com> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b CSeq: 34666784 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 477 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 send 1509 bytes to udp/[147.75.60.161]:5060 at 15:59:44.584671: ------------------------------------------------------------------------ INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm Max-Forwards: 69 From: "East West Fax" @>;tag=c99SXeSa6mSSQ To: @us-west-or.sip.flowroute.com> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b CSeq: 34666784 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 477 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 freeswitch at pbx> sofia profile external siptrace off From s.kainz at wnt.at Thu Apr 15 07:04:33 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Thu, 15 Apr 2021 07:04:33 +0000 Subject: [Freeswitch-users] Internal Interface suddenly freezes In-Reply-To: <6FB80E70-9257-4C78-BC73-5D0390F02D55@wnt.at> References: <40B08719-BA62-4E3F-984B-556AB40A5A91@wnt.at> <001b01d724a1$ba791130$2f6b3390$@gmail.com> <001801d7259d$db351020$919f3060$@gmail.com> <9B9FC99A-90CD-4BC5-8B52-FE407CF759DE@wnt.at> <79ef33e2-c520-c3a6-7ae2-fa425f19ac09@telefaks.de> <6FB80E70-9257-4C78-BC73-5D0390F02D55@wnt.at> Message-ID: Hey guys, Its still happening. I tried to set cacheable=true to reduce the calls to my register.lua. ( In case It was the register.lua causing all of this ) But it seems like that’s not helping too. The internal interface freezes about as much as often as before… I guess my register.lua I sent doesn’t have any obvious mistakes too … Is it possible that some failed database-connection doesn’t get re-established, and that’s holding up the whole registration-queue? Does anybody know where I could set freeswitch-db-reestablish timeouts? :D Or does that even exist? Regards, Stefan On 01.04.2021, at 21:54, Stefan Kainz > wrote: Hey, I also thought of the load at first, but I set up a new server with only about 20 extensions on it. So it looks like its not because of the load … The concurrent calls never exceed 10. Its strange … im thinking of rewriting my register.lua from ground up, and get rid of things I don’t need. Regards, Stefan On 01.04.2021, at 18:40, Peter Steinbach > wrote: I think, I have a similar problem with registers (and presence) via XML-Curl. Freswitch is not sending a Curl request to the server then (as we grepped on the network interface). This happens under high load with a lot of presence involved. Suddenly Freeswitch internal profile stops responding and after a while (some minutes) it responds again. During that time, no register requests are answered at all. Only a few XML-Curl requests are sent to the server, but they do not contain the user info (which are needed for registrations) and are related to mod_voicemail.c etc. My debug log looks like this tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = */xx.xxx.xxx.x:39672 tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:39672 tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not found by name */xx.xxx.xxx.x:39672 tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1065 bytes of 1065 to udp/xx.xxx.xxx.x:39672 tport.c:3521 tport_send_msg() tport_vsend returned 1065 nta.c:8348 outgoing_send() nta: sent NOTIFY (304240670) to */xx.xxx.xxx.x:39672 tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending 0x7f9997dcf880 for udp/xxx.xx.x.xxx:5060 (already 124658) nua_stack.c:569 nua_stack_signal() nua(0x7f9a0bd45ae0): recv signal r_notify nua_params.c:484 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7f9c68001b90, 0x7f9c68001390, 0x7f9a0bd45ae0) called soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) called nta.c:4446 nta_leg_tcreate() nta_leg_tcreate(0x7f9997dcd870) nta.c:2694 nta_tpn_by_url() nta: selecting scheme sip tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = udp/xx.xxx.xxx.x:58694 tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:58694 tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not found by name udp/xx.xxx.xxx.x:58694 tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1114 bytes of 1114 to udp/xx.xxx.xxx.x:58694 tport.c:3521 tport_send_msg() tport_vsend returned 1114 nta.c:8348 outgoing_send() nta: sent NOTIFY (304240671) to udp/xx.xxx.xxx.x:58694 tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending 0x7f9997dd2650 for udp/xxx.xx.x.xxx:5060 (already 124659) Looks like some event queue is stuck? /Peter Am 01.04.21 um 00:10 schrieb Stefan Kainz: Hi guys, Me again. It just happened again :) ( With extra debugging lines in my register.lua and a not found xml like you suggested if the result is empty ) This time I turned up the logging to 9 while it was happening. This is what I found: While its happening, a Register request causes the following to be logged: nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 (CSeq 73038) nta.c:3012 agent_recv_request() nta: REGISTER (73038) going to existing REGISTER transaction tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fab1c0042b0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fab1c0042b0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fab1c0042b0) msg 0x7fab1d095280 from (udp/xxx.xxx.xxx.xxx:5060) has 809 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fab1c0042b0): msg 0x7fab1d095280 (809 bytes) from udp/xxx.xxx.xxx.xxx:5060/sip next=(nil) And that’s it. it doesn’t even execute my register.lua anymore, I just tries to update an existing Register transaction. When I start an ngrep on port 5060, all I see is the register, no unauthorised or ok response. While a Register Request after I restarted freeswitch and everything worked again looks like this: nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 (CSeq 37884) nta.c:3085 agent_recv_request() nta: REGISTER (37884) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7f8514001930, 0x7f8514001130, 0x7f85142225b0) called soa.c:403 soa_set_params() soa_set_params(static::0x7f85141f6f70, ...) called nua_stack.c:271 nua_stack_event() nua(0x7f85142225b0): event i_register 100 Trying nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering 2021-03-31 23:47:11.485911 [INFO] switch_cpp.cpp:1328 register.lua: Connect to database ... The last entry “Connect to database” is already a consoleLog from my register.lua. From here on out everything works great again … So, do you think it could still be true that one request to my register.lua holds up all subsequent requests? Thank you very much! Regards, On 31.03.2021, at 09:16, Stefan Kainz > wrote: Ok thanks! I will try to return a not found and add debug lines to the register.lua. I will let you know If that helped. Regards, Stefan On 30.03.2021, at 21:49, Bote Man > wrote: And add some logging lines to the Lua script so that it can tell you what is happening at each stage. Perhaps it is doing something that you don’t want it to do, or not doing something that you do want it to do? Bote From: FreeSWITCH-users > On Behalf Of Mircea Botoca-Huh Sent: Tuesday, 30 March, 2021 15:21 To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Internal Interface suddenly freezes Hi, If you don't wish to serve an action from your Lua script, you must return not found. This is from confluence doc: If your LUA application receives a request and you don't wish to serve dialplan or like to fallback to plain XML dialplan, then you should return the following "not found" result.
Best regards, Mircea mar., 30 mar. 2021, 22:05 Stefan Kainz > a scris: Hi, The lua script is called on a directory request. Your know, autoload_configs, lua.conf.xml: tag. Thats no solution of course, but it looks like when the data is in the cache the lua script doesn’t get called. So maybe the error won’t occur as often as before … But, I have an idea, maybe you can confirm this. With dialplan enabled in xml-handler-bindings, the lua script is also called on calls, not just on registrations. ( I think that’s necessary to authenticate the users on an outgoing call, please correct me if im wrong ) In the register.lua I only handle directory-requests and action==user_call. All other requests to my register.lua are unhandled and therefore I don’t return any xml at all. Maybe I get a request to my register.lua that is not a directory-request and not a user_call and since I don’t return a xml, Sofia hangs. Does that sound plausible? Thank you in advance! Regards, Stefan On 29.03.2021, at 23:57, David Villasmil > wrote: That was going to be my next question: what’s lua doing and at what point? On Mon, 29 Mar 2021 at 16:09, Stefan Kainz > wrote: I just found an issue on jira, where it seems someone had the same problem I have. https://freeswitch.org/jira/browse/FS-3328 I don’t have mod_xml_curl enabled though. But knowing that sofia can handle only one register at a time and then blocking all subsequent Registers is a good starting point … Regards, Von: FreeSWITCH-users > Im Auftrag von Bote Man Gesendet: Montag, 29. März 2021 15:45 An: 'FreeSWITCH Users Help' > Betreff: Re: [Freeswitch-users] Internal Interface suddenly freezes The one common element is your Lua script. I am certainly no expert on script writing, but I have seen a number of problems on the mailing list over the years with scripts doing “too much” work during critical sections of the dialplan. Perhaps there is a race condition? Hope this helps. --- John Boteler BnC Group U.S.A. From: FreeSWITCH-users > On Behalf Of Stefan Kainz Sent: Monday, 29 March, 2021 07:49 To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Internal Interface suddenly freezes Thank you for your answer! Hmm, I also tested it on two completely different servers ( no virtualization ) and the problem exists on both. Im also going to try it on a third server, also completely different, but I cant really image that this is a hardware-thing … We also have many freeswitch servers in production ( Exactly the same hardware as the server with the problem ). The only difference is that one of those servers handles registrations, and one doesn’t. The one handling the registrations has the problem, the other one doesn’t. Its really strange … Regards, Von: FreeSWITCH-users > Im Auftrag von David Villasmil Gesendet: Montag, 29. März 2021 13:12 An: FreeSWITCH Users Help > Betreff: Re: [Freeswitch-users] Internal Interface suddenly freezes That looks to be more on the hardware side than software. It’d be an extremely coincidence those versions and all those OS have some issue somewhere. Change hardware. On Sun, 28 Mar 2021 at 09:12, Stefan Kainz > wrote: Hi everbody, I have a little bit of a problem. Im using Version 1.10.3. ( but this problem also occurs on version 1.4.18 ) Sometimes the internal Sofia interface just stops responding to SIP Requests. It sometimes happens once every day, and sometimes once a week. It happens at completely random times, like one day in the morning, and the next day in the middle of the night. The freeswitch.log gives me nothing, its like the Sofia interface was stopped. When I try to restart the interface with "sofia profile internal restart” nothing happens. The fs_cli just remains stuck with that command. The solution is to restart the freeswitch service. Sometimes when I recognise it too late, for example in the middle of the night, it seems like the problem solves itself after about 2 hours. The profile just starts working again, without somebody doing anything. I have checked a variety of things, including the firewall & fail2ban, network connection, made sure watchdog is disabled, and also tested it on different Debian-versions and freeswitch versions. It seems this problem occurs on every freeswitch version i have tested. The external-profile on the other hand, keeps working like nothing happened. Both Interfaces listen on the same network-device with a public ip. The only difference is, the internal profile uses a Lua file to handle registrations. Has anybody come across anything similar? Any help is much appreciated! Regards, _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Thu Apr 15 09:23:11 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Thu, 15 Apr 2021 11:23:11 +0200 Subject: [Freeswitch-users] Internal Interface suddenly freezes In-Reply-To: References: <40B08719-BA62-4E3F-984B-556AB40A5A91@wnt.at> <001b01d724a1$ba791130$2f6b3390$@gmail.com> <001801d7259d$db351020$919f3060$@gmail.com> <9B9FC99A-90CD-4BC5-8B52-FE407CF759DE@wnt.at> <79ef33e2-c520-c3a6-7ae2-fa425f19ac09@telefaks.de> <6FB80E70-9257-4C78-BC73-5D0390F02D55@wnt.at> Message-ID: What happens if you don’t connect to a db and authorize everything? (I hoping you’re not in a production system) On Thu, 15 Apr 2021 at 09:05, Stefan Kainz wrote: > Hey guys, > > Its still happening. > I tried to set cacheable=true to reduce the calls to my register.lua. ( In > case It was the register.lua causing all of this ) > But it seems like that’s not helping too. The internal interface freezes > about as much as often as before… > > I guess my register.lua I sent doesn’t have any obvious mistakes too … > > Is it possible that some failed database-connection doesn’t get > re-established, and that’s holding up the whole registration-queue? > Does anybody know where I could set freeswitch-db-reestablish timeouts? :D > Or does that even exist? > > Regards, > Stefan > > On 01.04.2021, at 21:54, Stefan Kainz wrote: > > Hey, > > I also thought of the load at first, but I set up a new server with only > about 20 extensions on it. > So it looks like its not because of the load … The concurrent calls never > exceed 10. > > Its strange … im thinking of rewriting my register.lua from ground up, and > get rid of things I don’t need. > > Regards, > Stefan > > On 01.04.2021, at 18:40, Peter Steinbach wrote: > > I think, I have a similar problem with registers (and presence) via > XML-Curl. Freswitch is not sending a Curl request to the server then (as we > grepped on the network interface). > > This happens under high load with a lot of presence involved. Suddenly > Freeswitch internal profile stops responding and after a while (some > minutes) it responds again. During that time, no register requests are > answered at all. Only a few XML-Curl requests are sent to the server, but > they do not contain the user info (which are needed for registrations) and > are related to mod_voicemail.c etc. > > My debug log looks like this > > tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = > */xx.xxx.xxx.x:39672 > tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:39672 > tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not > found by name */xx.xxx.xxx.x:39672 > tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1065 bytes of 1065 > to udp/xx.xxx.xxx.x:39672 > tport.c:3521 tport_send_msg() tport_vsend returned 1065 > nta.c:8348 outgoing_send() nta: sent NOTIFY (304240670) to > */xx.xxx.xxx.x:39672 > tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending > 0x7f9997dcf880 for udp/xxx.xx.x.xxx:5060 (already 124658) > nua_stack.c:569 nua_stack_signal() nua(0x7f9a0bd45ae0): recv signal > r_notify > nua_params.c:484 nua_stack_set_params() nua: nua_stack_set_params: entering > soa.c:280 soa_clone() soa_clone(static::0x7f9c68001b90, 0x7f9c68001390, > 0x7f9a0bd45ae0) called > soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) > called > soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) > called > nta.c:4446 nta_leg_tcreate() nta_leg_tcreate(0x7f9997dcd870) > nta.c:2694 nta_tpn_by_url() nta: selecting scheme sip > tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = > udp/xx.xxx.xxx.x:58694 > tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:58694 > tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not > found by name udp/xx.xxx.xxx.x:58694 > tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1114 bytes of 1114 > to udp/xx.xxx.xxx.x:58694 > tport.c:3521 tport_send_msg() tport_vsend returned 1114 > nta.c:8348 outgoing_send() nta: sent NOTIFY (304240671) to > udp/xx.xxx.xxx.x:58694 > tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending > 0x7f9997dd2650 for udp/xxx.xx.x.xxx:5060 (already 124659) > Looks like some event queue is stuck? > > /Peter > > > Am 01.04.21 um 00:10 schrieb Stefan Kainz: > > Hi guys, > > Me again. > It just happened again :) > ( With extra debugging lines in my register.lua and a not found xml like > you suggested if the result is empty ) > > This time I turned up the logging to 9 while it was happening. > This is what I found: > > While its happening, a Register request causes the following to be logged: > > nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 > (CSeq 73038) > nta.c:3012 agent_recv_request() nta: REGISTER (73038) going to existing > REGISTER transaction > tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fab1c0042b0): events IN > tport.c:2864 tport_recv_event() tport_recv_event(0x7fab1c0042b0) > tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fab1c0042b0) msg > 0x7fab1d095280 from (udp/xxx.xxx.xxx.xxx:5060) has 809 bytes, veclen = 1 > tport.c:3023 tport_deliver() tport_deliver(0x7fab1c0042b0): msg > 0x7fab1d095280 (809 bytes) from udp/xxx.xxx.xxx.xxx:5060/sip next=(nil) > > And that’s it. it doesn’t even execute my register.lua anymore, I just > tries to update an existing Register transaction. > When I start an ngrep on port 5060, all I see is the register, no > unauthorised or ok response. > > While a Register Request after I restarted freeswitch and everything > worked again looks like this: > > nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 > (CSeq 37884) > nta.c:3085 agent_recv_request() nta: REGISTER (37884) going to a default > leg > nua_server.c:102 nua_stack_process_request() nua: > nua_stack_process_request: entering > nua_stack.c:899 nh_create() nua: nh_create: entering > nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering > nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering > soa.c:280 soa_clone() soa_clone(static::0x7f8514001930, 0x7f8514001130, > 0x7f85142225b0) called > soa.c:403 soa_set_params() soa_set_params(static::0x7f85141f6f70, ...) > called > nua_stack.c:271 nua_stack_event() nua(0x7f85142225b0): event i_register > 100 Trying > nua_stack.c:359 nua_application_event() nua: nua_application_event: > entering > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > 2021-03-31 23:47:11.485911 [INFO] switch_cpp.cpp:1328 register.lua: > Connect to database > ... > > The last entry “Connect to database” is already a consoleLog from my > register.lua. > From here on out everything works great again … > > So, do you think it could still be true that one request to my > register.lua holds up all subsequent requests? > > Thank you very much! > > Regards, > > > > > On 31.03.2021, at 09:16, Stefan Kainz wrote: > > Ok thanks! > > I will try to return a not found and add debug lines to the register.lua. > I will let you know If that helped. > > Regards, > Stefan > > On 30.03.2021, at 21:49, Bote Man wrote: > > And add some logging lines to the Lua script so that it can tell you what > is happening at each stage. Perhaps it is doing something that you don’t > want it to do, or not doing something that you do want it to do? > > Bote > > > *From:* FreeSWITCH-users *On > Behalf Of *Mircea Botoca-Huh > *Sent:* Tuesday, 30 March, 2021 15:21 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Internal Interface suddenly freezes > > Hi, > > If you don't wish to serve an action from your Lua script, you must return > not found. > > This is from confluence doc: > > > If your LUA application receives a request and you don't wish to serve > dialplan or like to fallback to plain XML dialplan, then you should return > the following "not found" result. > > > > > >
> > > >
> >
> > > > Best regards, > Mircea > > mar., 30 mar. 2021, 22:05 Stefan Kainz a scris: > > Hi, > > The lua script is called on a directory request. > Your know, autoload_configs, lua.conf.xml: > > > tag. > Thats no solution of course, but it looks like when the data is in the > cache the lua script doesn’t get called. > So maybe the error won’t occur as often as before … > > But, I have an idea, maybe you can confirm this. > With dialplan enabled in xml-handler-bindings, the lua script is also > called on calls, not just on registrations. > ( I think that’s necessary to authenticate the users on an outgoing call, > please correct me if im wrong ) > In the register.lua I only handle directory-requests and action==user_call. > All other requests to my register.lua are unhandled and therefore I don’t > return any xml at all. > > Maybe I get a request to my register.lua that is not a directory-request > and not a user_call and since I don’t return a xml, Sofia hangs. > > Does that sound plausible? > > Thank you in advance! > > Regards, > Stefan > > > > > On 29.03.2021, at 23:57, David Villasmil > wrote: > > That was going to be my next question: what’s lua doing and at what point? > > On Mon, 29 Mar 2021 at 16:09, Stefan Kainz wrote: > > I just found an issue on jira, where it seems someone had the same problem > I have. > https://freeswitch.org/jira/browse/FS-3328 > I don’t have mod_xml_curl enabled though. > > But knowing that sofia can handle only one register at a time and then > blocking all subsequent Registers is a good starting point … > > Regards, > > *Von:* FreeSWITCH-users *Im > Auftrag von *Bote Man > *Gesendet:* Montag, 29. März 2021 15:45 > *An:* 'FreeSWITCH Users Help' > *Betreff:* Re: [Freeswitch-users] Internal Interface suddenly freezes > > The one common element is your Lua script. > > I am certainly no expert on script writing, but I have seen a number of > problems on the mailing list over the years with scripts doing “too much” > work during critical sections of the dialplan. Perhaps there is a race > condition? > > Hope this helps. > > > --- > John Boteler > BnC Group U.S.A. > > > > *From:* FreeSWITCH-users *On > Behalf Of *Stefan Kainz > *Sent:* Monday, 29 March, 2021 07:49 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Internal Interface suddenly freezes > > Thank you for your answer! > > Hmm, I also tested it on two completely different servers ( no > virtualization ) and the problem exists on both. > Im also going to try it on a third server, also completely different, but > I cant really image that this is a hardware-thing … > > We also have many freeswitch servers in production ( Exactly the same > hardware as the server with the problem ). > The only difference is that one of those servers handles registrations, > and one doesn’t. > The one handling the registrations has the problem, the other one doesn’t. > > > Its really strange … > > Regards, > > *Von:* FreeSWITCH-users *Im > Auftrag von *David Villasmil > *Gesendet:* Montag, 29. März 2021 13:12 > *An:* FreeSWITCH Users Help > *Betreff:* Re: [Freeswitch-users] Internal Interface suddenly freezes > > That looks to be more on the hardware side than software. It’d be an > extremely coincidence those versions and all those OS have some issue > somewhere. > Change hardware. > > On Sun, 28 Mar 2021 at 09:12, Stefan Kainz wrote: > > Hi everbody, > > I have a little bit of a problem. > Im using Version 1.10.3. ( but this problem also occurs on version 1.4.18 ) > > Sometimes the internal Sofia interface just stops responding to SIP > Requests. > It sometimes happens once every day, and sometimes once a week. > It happens at completely random times, like one day in the morning, and > the next day in the middle of the night. > The freeswitch.log gives me nothing, its like the Sofia interface was > stopped. > > When I try to restart the interface with "sofia profile internal restart” > nothing happens. The fs_cli just remains stuck with that command. > > The solution is to restart the freeswitch service. > > Sometimes when I recognise it too late, for example in the middle of the > night, it seems like the problem solves itself after about 2 hours. > The profile just starts working again, without somebody doing anything. > > I have checked a variety of things, including the firewall & fail2ban, > network connection, made sure watchdog is disabled, and also tested it on > different Debian-versions and freeswitch versions. > It seems this problem occurs on every freeswitch version i have tested. > > The external-profile on the other hand, keeps working like nothing > happened. > > Both Interfaces listen on the same network-device with a public ip. > The only difference is, the internal profile uses a Lua file to handle > registrations. > > Has anybody come across anything similar? > > Any help is much appreciated! > > Regards, > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.kainz at wnt.at Thu Apr 15 10:37:04 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Thu, 15 Apr 2021 10:37:04 +0000 Subject: [Freeswitch-users] Internal Interface suddenly freezes In-Reply-To: References: <40B08719-BA62-4E3F-984B-556AB40A5A91@wnt.at> <001b01d724a1$ba791130$2f6b3390$@gmail.com> <001801d7259d$db351020$919f3060$@gmail.com> <9B9FC99A-90CD-4BC5-8B52-FE407CF759DE@wnt.at> <79ef33e2-c520-c3a6-7ae2-fa425f19ac09@telefaks.de> <6FB80E70-9257-4C78-BC73-5D0390F02D55@wnt.at> Message-ID: Hi David, Sadly this happens on a production system. But by now I have two other dev-servers suffering the same issue. Good idea, im actually in the process of testing a system with the database on the same host, in case it really is the database-connection. But I think you mean enabling accept-blind-reg right? so that the register.lua isn’t even executed. I will try that. But if there really is a connection-issue with the database, I expect another issue to arise, since I also need the db connection for incoming and outgoing calls as well as the freeswitch-core database. But lets see. It can take a while, because this happens in completely random intervals, but I’ll let you know. Thank you very much, Regards On 15.04.2021, at 11:23, David Villasmil > wrote: What happens if you don’t connect to a db and authorize everything? (I hoping you’re not in a production system) On Thu, 15 Apr 2021 at 09:05, Stefan Kainz > wrote: Hey guys, Its still happening. I tried to set cacheable=true to reduce the calls to my register.lua. ( In case It was the register.lua causing all of this ) But it seems like that’s not helping too. The internal interface freezes about as much as often as before… I guess my register.lua I sent doesn’t have any obvious mistakes too … Is it possible that some failed database-connection doesn’t get re-established, and that’s holding up the whole registration-queue? Does anybody know where I could set freeswitch-db-reestablish timeouts? :D Or does that even exist? Regards, Stefan On 01.04.2021, at 21:54, Stefan Kainz > wrote: Hey, I also thought of the load at first, but I set up a new server with only about 20 extensions on it. So it looks like its not because of the load … The concurrent calls never exceed 10. Its strange … im thinking of rewriting my register.lua from ground up, and get rid of things I don’t need. Regards, Stefan On 01.04.2021, at 18:40, Peter Steinbach > wrote: I think, I have a similar problem with registers (and presence) via XML-Curl. Freswitch is not sending a Curl request to the server then (as we grepped on the network interface). This happens under high load with a lot of presence involved. Suddenly Freeswitch internal profile stops responding and after a while (some minutes) it responds again. During that time, no register requests are answered at all. Only a few XML-Curl requests are sent to the server, but they do not contain the user info (which are needed for registrations) and are related to mod_voicemail.c etc. My debug log looks like this tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = */xx.xxx.xxx.x:39672 tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:39672 tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not found by name */xx.xxx.xxx.x:39672 tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1065 bytes of 1065 to udp/xx.xxx.xxx.x:39672 tport.c:3521 tport_send_msg() tport_vsend returned 1065 nta.c:8348 outgoing_send() nta: sent NOTIFY (304240670) to */xx.xxx.xxx.x:39672 tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending 0x7f9997dcf880 for udp/xxx.xx.x.xxx:5060 (already 124658) nua_stack.c:569 nua_stack_signal() nua(0x7f9a0bd45ae0): recv signal r_notify nua_params.c:484 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7f9c68001b90, 0x7f9c68001390, 0x7f9a0bd45ae0) called soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) called nta.c:4446 nta_leg_tcreate() nta_leg_tcreate(0x7f9997dcd870) nta.c:2694 nta_tpn_by_url() nta: selecting scheme sip tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = udp/xx.xxx.xxx.x:58694 tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:58694 tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not found by name udp/xx.xxx.xxx.x:58694 tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1114 bytes of 1114 to udp/xx.xxx.xxx.x:58694 tport.c:3521 tport_send_msg() tport_vsend returned 1114 nta.c:8348 outgoing_send() nta: sent NOTIFY (304240671) to udp/xx.xxx.xxx.x:58694 tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending 0x7f9997dd2650 for udp/xxx.xx.x.xxx:5060 (already 124659) Looks like some event queue is stuck? /Peter Am 01.04.21 um 00:10 schrieb Stefan Kainz: Hi guys, Me again. It just happened again :) ( With extra debugging lines in my register.lua and a not found xml like you suggested if the result is empty ) This time I turned up the logging to 9 while it was happening. This is what I found: While its happening, a Register request causes the following to be logged: nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 (CSeq 73038) nta.c:3012 agent_recv_request() nta: REGISTER (73038) going to existing REGISTER transaction tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fab1c0042b0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fab1c0042b0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fab1c0042b0) msg 0x7fab1d095280 from (udp/xxx.xxx.xxx.xxx:5060) has 809 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fab1c0042b0): msg 0x7fab1d095280 (809 bytes) from udp/xxx.xxx.xxx.xxx:5060/sip next=(nil) And that’s it. it doesn’t even execute my register.lua anymore, I just tries to update an existing Register transaction. When I start an ngrep on port 5060, all I see is the register, no unauthorised or ok response. While a Register Request after I restarted freeswitch and everything worked again looks like this: nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 (CSeq 37884) nta.c:3085 agent_recv_request() nta: REGISTER (37884) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7f8514001930, 0x7f8514001130, 0x7f85142225b0) called soa.c:403 soa_set_params() soa_set_params(static::0x7f85141f6f70, ...) called nua_stack.c:271 nua_stack_event() nua(0x7f85142225b0): event i_register 100 Trying nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering 2021-03-31 23:47:11.485911 [INFO] switch_cpp.cpp:1328 register.lua: Connect to database ... The last entry “Connect to database” is already a consoleLog from my register.lua. From here on out everything works great again … So, do you think it could still be true that one request to my register.lua holds up all subsequent requests? Thank you very much! Regards, On 31.03.2021, at 09:16, Stefan Kainz > wrote: Ok thanks! I will try to return a not found and add debug lines to the register.lua. I will let you know If that helped. Regards, Stefan On 30.03.2021, at 21:49, Bote Man > wrote: And add some logging lines to the Lua script so that it can tell you what is happening at each stage. Perhaps it is doing something that you don’t want it to do, or not doing something that you do want it to do? Bote From: FreeSWITCH-users > On Behalf Of Mircea Botoca-Huh Sent: Tuesday, 30 March, 2021 15:21 To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Internal Interface suddenly freezes Hi, If you don't wish to serve an action from your Lua script, you must return not found. This is from confluence doc: If your LUA application receives a request and you don't wish to serve dialplan or like to fallback to plain XML dialplan, then you should return the following "not found" result.
Best regards, Mircea mar., 30 mar. 2021, 22:05 Stefan Kainz > a scris: Hi, The lua script is called on a directory request. Your know, autoload_configs, lua.conf.xml: tag. Thats no solution of course, but it looks like when the data is in the cache the lua script doesn’t get called. So maybe the error won’t occur as often as before … But, I have an idea, maybe you can confirm this. With dialplan enabled in xml-handler-bindings, the lua script is also called on calls, not just on registrations. ( I think that’s necessary to authenticate the users on an outgoing call, please correct me if im wrong ) In the register.lua I only handle directory-requests and action==user_call. All other requests to my register.lua are unhandled and therefore I don’t return any xml at all. Maybe I get a request to my register.lua that is not a directory-request and not a user_call and since I don’t return a xml, Sofia hangs. Does that sound plausible? Thank you in advance! Regards, Stefan On 29.03.2021, at 23:57, David Villasmil > wrote: That was going to be my next question: what’s lua doing and at what point? On Mon, 29 Mar 2021 at 16:09, Stefan Kainz > wrote: I just found an issue on jira, where it seems someone had the same problem I have. https://freeswitch.org/jira/browse/FS-3328 I don’t have mod_xml_curl enabled though. But knowing that sofia can handle only one register at a time and then blocking all subsequent Registers is a good starting point … Regards, Von: FreeSWITCH-users > Im Auftrag von Bote Man Gesendet: Montag, 29. März 2021 15:45 An: 'FreeSWITCH Users Help' > Betreff: Re: [Freeswitch-users] Internal Interface suddenly freezes The one common element is your Lua script. I am certainly no expert on script writing, but I have seen a number of problems on the mailing list over the years with scripts doing “too much” work during critical sections of the dialplan. Perhaps there is a race condition? Hope this helps. --- John Boteler BnC Group U.S.A. From: FreeSWITCH-users > On Behalf Of Stefan Kainz Sent: Monday, 29 March, 2021 07:49 To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Internal Interface suddenly freezes Thank you for your answer! Hmm, I also tested it on two completely different servers ( no virtualization ) and the problem exists on both. Im also going to try it on a third server, also completely different, but I cant really image that this is a hardware-thing … We also have many freeswitch servers in production ( Exactly the same hardware as the server with the problem ). The only difference is that one of those servers handles registrations, and one doesn’t. The one handling the registrations has the problem, the other one doesn’t. Its really strange … Regards, Von: FreeSWITCH-users > Im Auftrag von David Villasmil Gesendet: Montag, 29. März 2021 13:12 An: FreeSWITCH Users Help > Betreff: Re: [Freeswitch-users] Internal Interface suddenly freezes That looks to be more on the hardware side than software. It’d be an extremely coincidence those versions and all those OS have some issue somewhere. Change hardware. On Sun, 28 Mar 2021 at 09:12, Stefan Kainz > wrote: Hi everbody, I have a little bit of a problem. Im using Version 1.10.3. ( but this problem also occurs on version 1.4.18 ) Sometimes the internal Sofia interface just stops responding to SIP Requests. It sometimes happens once every day, and sometimes once a week. It happens at completely random times, like one day in the morning, and the next day in the middle of the night. The freeswitch.log gives me nothing, its like the Sofia interface was stopped. When I try to restart the interface with "sofia profile internal restart” nothing happens. The fs_cli just remains stuck with that command. The solution is to restart the freeswitch service. Sometimes when I recognise it too late, for example in the middle of the night, it seems like the problem solves itself after about 2 hours. The profile just starts working again, without somebody doing anything. I have checked a variety of things, including the firewall & fail2ban, network connection, made sure watchdog is disabled, and also tested it on different Debian-versions and freeswitch versions. It seems this problem occurs on every freeswitch version i have tested. The external-profile on the other hand, keeps working like nothing happened. Both Interfaces listen on the same network-device with a public ip. The only difference is, the internal profile uses a Lua file to handle registrations. Has anybody come across anything similar? Any help is much appreciated! Regards, _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Thu Apr 15 13:03:48 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Thu, 15 Apr 2021 15:03:48 +0200 Subject: [Freeswitch-users] Internal Interface suddenly freezes In-Reply-To: References: <40B08719-BA62-4E3F-984B-556AB40A5A91@wnt.at> <001b01d724a1$ba791130$2f6b3390$@gmail.com> <001801d7259d$db351020$919f3060$@gmail.com> <9B9FC99A-90CD-4BC5-8B52-FE407CF759DE@wnt.at> <79ef33e2-c520-c3a6-7ae2-fa425f19ac09@telefaks.de> <6FB80E70-9257-4C78-BC73-5D0390F02D55@wnt.at> Message-ID: No, I mean in your lua, don’t connect to any db and just accept all registrations. If you still see it, then there’s something in your lua. If you don’t, it’s the db (connection or otherwise) On Thu, 15 Apr 2021 at 12:37, Stefan Kainz wrote: > Hi David, > > Sadly this happens on a production system. But by now I have two other > dev-servers suffering the same issue. > Good idea, im actually in the process of testing a system with the > database on the same host, in case it really is the database-connection. > > But I think you mean enabling accept-blind-reg right? so that the > register.lua isn’t even executed. > I will try that. But if there really is a connection-issue with the > database, I expect another issue to arise, since I also need the db > connection for incoming and outgoing calls as well as the freeswitch-core > database. > > But lets see. > It can take a while, because this happens in completely random intervals, > but I’ll let you know. > > Thank you very much, > Regards > > > On 15.04.2021, at 11:23, David Villasmil > wrote: > > What happens if you don’t connect to a db and authorize everything? (I > hoping you’re not in a production system) > > On Thu, 15 Apr 2021 at 09:05, Stefan Kainz wrote: > >> Hey guys, >> >> Its still happening. >> I tried to set cacheable=true to reduce the calls to my register.lua. ( >> In case It was the register.lua causing all of this ) >> But it seems like that’s not helping too. The internal interface freezes >> about as much as often as before… >> >> I guess my register.lua I sent doesn’t have any obvious mistakes too … >> >> Is it possible that some failed database-connection doesn’t get >> re-established, and that’s holding up the whole registration-queue? >> Does anybody know where I could set freeswitch-db-reestablish timeouts? :D >> Or does that even exist? >> >> Regards, >> Stefan >> >> On 01.04.2021, at 21:54, Stefan Kainz wrote: >> >> Hey, >> >> I also thought of the load at first, but I set up a new server with only >> about 20 extensions on it. >> So it looks like its not because of the load … The concurrent calls never >> exceed 10. >> >> Its strange … im thinking of rewriting my register.lua from ground up, >> and get rid of things I don’t need. >> >> Regards, >> Stefan >> >> On 01.04.2021, at 18:40, Peter Steinbach wrote: >> >> I think, I have a similar problem with registers (and presence) via >> XML-Curl. Freswitch is not sending a Curl request to the server then (as we >> grepped on the network interface). >> >> This happens under high load with a lot of presence involved. Suddenly >> Freeswitch internal profile stops responding and after a while (some >> minutes) it responds again. During that time, no register requests are >> answered at all. Only a few XML-Curl requests are sent to the server, but >> they do not contain the user info (which are needed for registrations) and >> are related to mod_voicemail.c etc. >> >> My debug log looks like this >> >> tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = >> */xx.xxx.xxx.x:39672 >> tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:39672 >> tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not >> found by name */xx.xxx.xxx.x:39672 >> tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1065 bytes of >> 1065 to udp/xx.xxx.xxx.x:39672 >> tport.c:3521 tport_send_msg() tport_vsend returned 1065 >> nta.c:8348 outgoing_send() nta: sent NOTIFY (304240670) to >> */xx.xxx.xxx.x:39672 >> tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending >> 0x7f9997dcf880 for udp/xxx.xx.x.xxx:5060 (already 124658) >> nua_stack.c:569 nua_stack_signal() nua(0x7f9a0bd45ae0): recv signal >> r_notify >> nua_params.c:484 nua_stack_set_params() nua: nua_stack_set_params: >> entering >> soa.c:280 soa_clone() soa_clone(static::0x7f9c68001b90, 0x7f9c68001390, >> 0x7f9a0bd45ae0) called >> soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) >> called >> soa.c:403 soa_set_params() soa_set_params(static::0x7f9997dd1c90, ...) >> called >> nta.c:4446 nta_leg_tcreate() nta_leg_tcreate(0x7f9997dcd870) >> nta.c:2694 nta_tpn_by_url() nta: selecting scheme sip >> tport.c:3286 tport_tsend() tport_tsend(0x7f9c68005470) tpn = >> udp/xx.xxx.xxx.x:58694 >> tport.c:4075 tport_resolve() tport_resolve addrinfo = xx.xxx.xxx.x:58694 >> tport.c:4709 tport_by_addrinfo() tport_by_addrinfo(0x7f9c68005470): not >> found by name udp/xx.xxx.xxx.x:58694 >> tport.c:3623 tport_vsend() tport_vsend(0x7f9c68005470): 1114 bytes of >> 1114 to udp/xx.xxx.xxx.x:58694 >> tport.c:3521 tport_send_msg() tport_vsend returned 1114 >> nta.c:8348 outgoing_send() nta: sent NOTIFY (304240671) to >> udp/xx.xxx.xxx.x:58694 >> tport.c:4189 tport_pend() tport_pend(0x7f9c68005470): pending >> 0x7f9997dd2650 for udp/xxx.xx.x.xxx:5060 (already 124659) >> Looks like some event queue is stuck? >> >> /Peter >> >> >> Am 01.04.21 um 00:10 schrieb Stefan Kainz: >> >> Hi guys, >> >> Me again. >> It just happened again :) >> ( With extra debugging lines in my register.lua and a not found xml like >> you suggested if the result is empty ) >> >> This time I turned up the logging to 9 while it was happening. >> This is what I found: >> >> While its happening, a Register request causes the following to be >> logged: >> >> nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 >> (CSeq 73038) >> nta.c:3012 agent_recv_request() nta: REGISTER (73038) going to existing >> REGISTER transaction >> tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fab1c0042b0): events >> IN >> tport.c:2864 tport_recv_event() tport_recv_event(0x7fab1c0042b0) >> tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fab1c0042b0) msg >> 0x7fab1d095280 from (udp/xxx.xxx.xxx.xxx:5060) has 809 bytes, veclen = 1 >> tport.c:3023 tport_deliver() tport_deliver(0x7fab1c0042b0): msg >> 0x7fab1d095280 (809 bytes) from udp/xxx.xxx.xxx.xxx:5060/sip next=(nil) >> >> And that’s it. it doesn’t even execute my register.lua anymore, I just >> tries to update an existing Register transaction. >> When I start an ngrep on port 5060, all I see is the register, no >> unauthorised or ok response. >> >> While a Register Request after I restarted freeswitch and everything >> worked again looks like this: >> >> nta.c:2880 agent_recv_request() nta: received REGISTER sip:xxxxx SIP/2.0 >> (CSeq 37884) >> nta.c:3085 agent_recv_request() nta: REGISTER (37884) going to a default >> leg >> nua_server.c:102 nua_stack_process_request() nua: >> nua_stack_process_request: entering >> nua_stack.c:899 nh_create() nua: nh_create: entering >> nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering >> nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: >> entering >> soa.c:280 soa_clone() soa_clone(static::0x7f8514001930, 0x7f8514001130, >> 0x7f85142225b0) called >> soa.c:403 soa_set_params() soa_set_params(static::0x7f85141f6f70, ...) >> called >> nua_stack.c:271 nua_stack_event() nua(0x7f85142225b0): event i_register >> 100 Trying >> nua_stack.c:359 nua_application_event() nua: nua_application_event: >> entering >> nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering >> 2021-03-31 23:47:11.485911 [INFO] switch_cpp.cpp:1328 register.lua: >> Connect to database >> ... >> >> The last entry “Connect to database” is already a consoleLog from my >> register.lua. >> From here on out everything works great again … >> >> So, do you think it could still be true that one request to my >> register.lua holds up all subsequent requests? >> >> Thank you very much! >> >> Regards, >> >> >> >> >> On 31.03.2021, at 09:16, Stefan Kainz wrote: >> >> Ok thanks! >> >> I will try to return a not found and add debug lines to the register.lua. >> I will let you know If that helped. >> >> Regards, >> Stefan >> >> On 30.03.2021, at 21:49, Bote Man wrote: >> >> And add some logging lines to the Lua script so that it can tell you what >> is happening at each stage. Perhaps it is doing something that you don’t >> want it to do, or not doing something that you do want it to do? >> >> Bote >> >> >> *From:* FreeSWITCH-users *On >> Behalf Of *Mircea Botoca-Huh >> *Sent:* Tuesday, 30 March, 2021 15:21 >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] Internal Interface suddenly freezes >> >> Hi, >> >> If you don't wish to serve an action from your Lua script, you must >> return not found. >> >> This is from confluence doc: >> >> >> If your LUA application receives a request and you don't wish to serve >> dialplan or like to fallback to plain XML dialplan, then you should return >> the following "not found" result. >> >> >> >> >> >>
>> >> >> >>
>> >>
>> >> >> >> Best regards, >> Mircea >> >> mar., 30 mar. 2021, 22:05 Stefan Kainz a scris: >> >> Hi, >> >> The lua script is called on a directory request. >> Your know, autoload_configs, lua.conf.xml: >> >> >> tag. >> Thats no solution of course, but it looks like when the data is in the >> cache the lua script doesn’t get called. >> So maybe the error won’t occur as often as before … >> >> But, I have an idea, maybe you can confirm this. >> With dialplan enabled in xml-handler-bindings, the lua script is also >> called on calls, not just on registrations. >> ( I think that’s necessary to authenticate the users on an outgoing call, >> please correct me if im wrong ) >> In the register.lua I only handle directory-requests and >> action==user_call. >> All other requests to my register.lua are unhandled and therefore I don’t >> return any xml at all. >> >> Maybe I get a request to my register.lua that is not a directory-request >> and not a user_call and since I don’t return a xml, Sofia hangs. >> >> Does that sound plausible? >> >> Thank you in advance! >> >> Regards, >> Stefan >> >> >> >> >> On 29.03.2021, at 23:57, David Villasmil >> wrote: >> >> That was going to be my next question: what’s lua doing and at what point? >> >> On Mon, 29 Mar 2021 at 16:09, Stefan Kainz wrote: >> >> I just found an issue on jira, where it seems someone had the same >> problem I have. >> https://freeswitch.org/jira/browse/FS-3328 >> I don’t have mod_xml_curl enabled though. >> >> But knowing that sofia can handle only one register at a time and then >> blocking all subsequent Registers is a good starting point … >> >> Regards, >> >> *Von:* FreeSWITCH-users *Im >> Auftrag von *Bote Man >> *Gesendet:* Montag, 29. März 2021 15:45 >> *An:* 'FreeSWITCH Users Help' >> *Betreff:* Re: [Freeswitch-users] Internal Interface suddenly freezes >> >> The one common element is your Lua script. >> >> I am certainly no expert on script writing, but I have seen a number of >> problems on the mailing list over the years with scripts doing “too much” >> work during critical sections of the dialplan. Perhaps there is a race >> condition? >> >> Hope this helps. >> >> >> --- >> John Boteler >> BnC Group U.S.A. >> >> >> >> *From:* FreeSWITCH-users *On >> Behalf Of *Stefan Kainz >> *Sent:* Monday, 29 March, 2021 07:49 >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] Internal Interface suddenly freezes >> >> Thank you for your answer! >> >> Hmm, I also tested it on two completely different servers ( no >> virtualization ) and the problem exists on both. >> Im also going to try it on a third server, also completely different, but >> I cant really image that this is a hardware-thing … >> >> We also have many freeswitch servers in production ( Exactly the same >> hardware as the server with the problem ). >> The only difference is that one of those servers handles registrations, >> and one doesn’t. >> The one handling the registrations has the problem, the other one doesn’t. >> >> >> Its really strange … >> >> Regards, >> >> *Von:* FreeSWITCH-users *Im >> Auftrag von *David Villasmil >> *Gesendet:* Montag, 29. März 2021 13:12 >> *An:* FreeSWITCH Users Help >> *Betreff:* Re: [Freeswitch-users] Internal Interface suddenly freezes >> >> That looks to be more on the hardware side than software. It’d be an >> extremely coincidence those versions and all those OS have some issue >> somewhere. >> Change hardware. >> >> On Sun, 28 Mar 2021 at 09:12, Stefan Kainz wrote: >> >> Hi everbody, >> >> I have a little bit of a problem. >> Im using Version 1.10.3. ( but this problem also occurs on version 1.4.18 >> ) >> >> Sometimes the internal Sofia interface just stops responding to SIP >> Requests. >> It sometimes happens once every day, and sometimes once a week. >> It happens at completely random times, like one day in the morning, and >> the next day in the middle of the night. >> The freeswitch.log gives me nothing, its like the Sofia interface was >> stopped. >> >> When I try to restart the interface with "sofia profile internal restart” >> nothing happens. The fs_cli just remains stuck with that command. >> >> The solution is to restart the freeswitch service. >> >> Sometimes when I recognise it too late, for example in the middle of the >> night, it seems like the problem solves itself after about 2 hours. >> The profile just starts working again, without somebody doing anything. >> >> I have checked a variety of things, including the firewall & fail2ban, >> network connection, made sure watchdog is disabled, and also tested it on >> different Debian-versions and freeswitch versions. >> It seems this problem occurs on every freeswitch version i have tested. >> >> The external-profile on the other hand, keeps working like nothing >> happened. >> >> Both Interfaces listen on the same network-device with a public ip. >> The only difference is, the internal profile uses a Lua file to handle >> registrations. >> >> Has anybody come across anything similar? >> >> Any help is much appreciated! >> >> Regards, >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time https://signalwire.community >> >> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >> >> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com >> >> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandelgrosso at gmail.com Thu Apr 15 16:05:42 2021 From: ryandelgrosso at gmail.com (Ryan Delgrosso) Date: Thu, 15 Apr 2021 09:05:42 -0700 Subject: [Freeswitch-users] Send_Info not supported Message-ID: <5484800e-2032-13df-90ea-ba1b42026148@gmail.com> Hi All, When using the uuid_send_info or uuid_send_message methods to send in-dialog messaging I get an OK then a message that the method is not supported. Example:     freeswitch at fs9.domain.com> uuid_send_info fe044b54-f880-448a-89dc-c7d4db2d2399 test     +OK Success     2021-04-15 15:52:33.282468 [DEBUG] mod_sofia.c:1908 sofia/webrtc/15729 at domain.com send_info is not supported. The invite that established the session has the following allow/supported headers:     Allow: ACK,CANCEL,INVITE,MESSAGE,BYE,OPTIONS,INFO,NOTIFY,REFER     Supported: outbound What am i missing here? What is Sofia looking for to permit this? Thanks much -Ryan From schoch+freeswitch.org at xwin32.com Fri Apr 16 17:07:46 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 16 Apr 2021 10:07:46 -0700 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.) INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm Max-Forwards: 69 From: "East West Fax" @>;tag=c99SXeSa6mSSQ To: @us-west-or.sip.flowroute.com> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b CSeq: 34666784 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 477 P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618413436 1618413437 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 27716 RTP/AVP 0 8 102 9 101 103 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:102 opus/48000/2 a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 a=rtpmap:9 G722/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:103 telephone-event/48000 a=fmtp:103 0-16 a=ptime:20 -- Steve On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > The sip trace is attached. > It seems to show that it sends INVITE messages, but never gets a response. > However, when it sends an OPTIONS message, it does get a response. > When calling from a different extension (using a Polycom instead of a > Grandstream ATA), the INVITE gets answered and the call proceeds. > > It seems that there is something "wrong" with this INVITE that makes > Flowroute ignore it. What could that be, and how do I fix it? > > I may have enough data here to ask Flowroute directly, so I'm going to > give that a try as well. > > -- > Steve > > On Wed, Apr 14, 2021 at 12:43 PM Brian West wrote: > >> That's the FMTP for OPUS. Chances are that invite breaks the Polycom, >> what does the SDP look like coming back from that invite? I'll be you, it's >> broken. >> >> /b >> >> >> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >> >>> I am absolutely no expert on SDP, but that SDP line that begins >>> >>> a=fmtp:102 useinbandfec=1… >>> >>> looks to me like it’s trying to set up a video call. I saw this behavior >>> with the newer Polycom VVX501 before I beat those eager beavers into >>> submission. >>> >>> >>> It also looks like the Grandstream is offering a lot more codecs which >>> you might prefer to trim down to only those necessary to get the job done. >>> Sometimes additional codecs or codecs listed in the “wrong” sequence can >>> cause mystery problems. >>> >>> >>> >>> You might have to resort to siptrace logging between FS and your carrier. >>> >>> sofia profile external siptrace on ç or whatever profile handles your >>> provider; or maybe internal to snoop what’s going on between FS and your >>> Grandstream. >>> >>> >>> >>> Hope this helps. >>> >>> >>> >>> >>> >>> --- >>> >>> John Boteler >>> >>> BnC Group U.S.A. >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> *From:* FreeSWITCH-users >>> *On Behalf Of *Steven Schoch >>> *Sent:* Tuesday, 13 April, 2021 20:47 >>> *To:* freeswitch-users >>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>> >>> >>> >>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>> >>> >>> >>> I can make a call from the phones to outside numbers. >>> >>> I can make a call from the HT801 to local phones. >>> >>> But I can't call from the HT801 to outside numbers. >>> >>> >>> >>> The last important thing that happens in the failed call is this: >>> >>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>> sofia/external/ entering state [calling][0] >>> >>> >>> >>> The difference between the work and not work seems to be this: When I >>> call from a phone to an outside number, it does this: >>> >>> >>> >>> Local SDP: >>> v=0 >>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>> s=FreeSWITCH >>> c=IN IP4 >>> t=0 0 >>> m=audio 25104 RTP/AVP 0 8 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> a=sendrecv >>> >>> >>> >>> When it tries to call from the HT801 to an outside number, it does this: >>> >>> >>> >>> Local SDP: >>> >>> v=0 >>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>> s=FreeSWITCH >>> c=IN IP4 >>> t=0 0 >>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:102 opus/48000/2 >>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>> a=rtpmap:9 G722/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=rtpmap:103 telephone-event/48000 >>> a=fmtp:103 0-16 >>> a=ptime:20 >>> a=sendrecv >>> >>> >>> >>> Is that why it doesn't answer? If so, how do I change it? >>> >>> >>> >>> I should mention that when I tried this at home, it worked, but when I >>> attempted to install it here at the bookstore, it didn't. The Comcast >>> router at my home is a little different; they use a Netgear router here; >>> and I may have upgraded Freeswitch between the time it worked and now. >>> >>> >>> >>> -- >>> >>> Steve >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From schoch+freeswitch.org at xwin32.com Fri Apr 16 18:48:29 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 16 Apr 2021 11:48:29 -0700 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well: send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622: ------------------------------------------------------------------------ INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKXDQ05vU1NB3yD Max-Forwards: 69 From: "East West Bookshop" @>;tag=gymQS2XU0H79e To: @us-west-or.sip.flowroute.com> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b CSeq: 34745353 INVITE Contact: :5089;transport=udp;gw=flowroute> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 244 X-FS-Support: update_display,send_info Alert-Info: Remote-Party-ID: "East West Bookshop" @>;party=calling;screen=yes;privacy=off v=0 o=FreeSWITCH 1618573488 1618573489 IN IP4 s=FreeSWITCH c=IN IP4 t=0 0 m=audio 24802 RTP/AVP 0 8 101 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288: ------------------------------------------------------------------------ SIP/2.0 100 Trying Via: SIP/2.0/UDP :5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received= From: "East West Bookshop" @>;tag=gymQS2XU0H79e To: @us-west-or.sip.flowroute.com> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b CSeq: 34745353 INVITE Content-Length: 0 -- Steve On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > I hate to be needy, but does anyone see any reason why I get no answer to > this invite? (I haven't yet generated an invite that works. I guess that > will be my next task.) > > INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 > Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm > Max-Forwards: 69 > From: "East West Fax" @>;tag=c99SXeSa6mSSQ > To: @us-west-or.sip.flowroute.com> > Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b > CSeq: 34666784 INVITE > Contact: :5089;transport=udp;gw=flowroute> > User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY > Supported: timer, path, replaces > Allow-Events: talk, hold, conference, refer > Content-Type: application/sdp > Content-Disposition: session > Content-Length: 477 > P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F > P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 > X-FS-Support: update_display,send_info > Alert-Info: > Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off > > v=0 > o=FreeSWITCH 1618413436 1618413437 IN IP4 > s=FreeSWITCH > c=IN IP4 > t=0 0 > m=audio 27716 RTP/AVP 0 8 102 9 101 103 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:102 opus/48000/2 > a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 > a=rtpmap:9 G722/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=rtpmap:103 telephone-event/48000 > a=fmtp:103 0-16 > a=ptime:20 > > > -- > Steve > > On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch < > schoch+freeswitch.org at xwin32.com> wrote: > >> The sip trace is attached. >> It seems to show that it sends INVITE messages, but never gets a response. >> However, when it sends an OPTIONS message, it does get a response. >> When calling from a different extension (using a Polycom instead of a >> Grandstream ATA), the INVITE gets answered and the call proceeds. >> >> It seems that there is something "wrong" with this INVITE that makes >> Flowroute ignore it. What could that be, and how do I fix it? >> >> I may have enough data here to ask Flowroute directly, so I'm going to >> give that a try as well. >> >> -- >> Steve >> >> On Wed, Apr 14, 2021 at 12:43 PM Brian West wrote: >> >>> That's the FMTP for OPUS. Chances are that invite breaks the Polycom, >>> what does the SDP look like coming back from that invite? I'll be you, it's >>> broken. >>> >>> /b >>> >>> >>> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >>> >>>> I am absolutely no expert on SDP, but that SDP line that begins >>>> >>>> a=fmtp:102 useinbandfec=1… >>>> >>>> looks to me like it’s trying to set up a video call. I saw this >>>> behavior with the newer Polycom VVX501 before I beat those eager beavers >>>> into submission. >>>> >>>> >>>> It also looks like the Grandstream is offering a lot more codecs which >>>> you might prefer to trim down to only those necessary to get the job done. >>>> Sometimes additional codecs or codecs listed in the “wrong” sequence can >>>> cause mystery problems. >>>> >>>> >>>> >>>> You might have to resort to siptrace logging between FS and your >>>> carrier. >>>> >>>> sofia profile external siptrace on ç or whatever profile handles your >>>> provider; or maybe internal to snoop what’s going on between FS and your >>>> Grandstream. >>>> >>>> >>>> >>>> Hope this helps. >>>> >>>> >>>> >>>> >>>> >>>> --- >>>> >>>> John Boteler >>>> >>>> BnC Group U.S.A. >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> *From:* FreeSWITCH-users >>>> *On Behalf Of *Steven Schoch >>>> *Sent:* Tuesday, 13 April, 2021 20:47 >>>> *To:* freeswitch-users >>>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>>> >>>> >>>> >>>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>>> >>>> >>>> >>>> I can make a call from the phones to outside numbers. >>>> >>>> I can make a call from the HT801 to local phones. >>>> >>>> But I can't call from the HT801 to outside numbers. >>>> >>>> >>>> >>>> The last important thing that happens in the failed call is this: >>>> >>>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>>> sofia/external/ entering state [calling][0] >>>> >>>> >>>> >>>> The difference between the work and not work seems to be this: When I >>>> call from a phone to an outside number, it does this: >>>> >>>> >>>> >>>> Local SDP: >>>> v=0 >>>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>>> s=FreeSWITCH >>>> c=IN IP4 >>>> t=0 0 >>>> m=audio 25104 RTP/AVP 0 8 101 >>>> a=rtpmap:0 PCMU/8000 >>>> a=rtpmap:8 PCMA/8000 >>>> a=rtpmap:101 telephone-event/8000 >>>> a=fmtp:101 0-16 >>>> a=ptime:20 >>>> a=sendrecv >>>> >>>> >>>> >>>> When it tries to call from the HT801 to an outside number, it does this: >>>> >>>> >>>> >>>> Local SDP: >>>> >>>> v=0 >>>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>>> s=FreeSWITCH >>>> c=IN IP4 >>>> t=0 0 >>>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>>> a=rtpmap:0 PCMU/8000 >>>> a=rtpmap:8 PCMA/8000 >>>> a=rtpmap:102 opus/48000/2 >>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>> a=rtpmap:9 G722/8000 >>>> a=rtpmap:101 telephone-event/8000 >>>> a=fmtp:101 0-16 >>>> a=rtpmap:103 telephone-event/48000 >>>> a=fmtp:103 0-16 >>>> a=ptime:20 >>>> a=sendrecv >>>> >>>> >>>> >>>> Is that why it doesn't answer? If so, how do I change it? >>>> >>>> >>>> >>>> I should mention that when I tried this at home, it worked, but when I >>>> attempted to install it here at the bookstore, it didn't. The Comcast >>>> router at my home is a little different; they use a Netgear router here; >>>> and I may have upgraded Freeswitch between the time it worked and now. >>>> >>>> >>>> >>>> -- >>>> >>>> Steve >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From schoch+freeswitch.org at xwin32.com Fri Apr 16 19:01:31 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 16 Apr 2021 12:01:31 -0700 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: I have a theory. The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works. The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate... -- Steve On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > Here's the one that works. One difference I notice is that the one that > works has a 10-digit Caller-ID, where the one that doesn't work has an > 11-digit Caller-ID (starting with 1). There are other differences as well: > > send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622: > > ------------------------------------------------------------------------ > > INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 > > Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKXDQ05vU1NB3yD > > Max-Forwards: 69 > > From: "East West Bookshop" @>;tag=gymQS2XU0H79e > > To: @us-west-or.sip.flowroute.com> > > Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b > > CSeq: 34745353 INVITE > > Contact: :5089;transport=udp;gw=flowroute> > > User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit > > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, > REFER, NOTIFY > > Supported: timer, path, replaces > > Allow-Events: talk, hold, conference, refer > > Content-Type: application/sdp > > Content-Disposition: session > > Content-Length: 244 > > X-FS-Support: update_display,send_info > > Alert-Info: > > Remote-Party-ID: "East West Bookshop" > @>;party=calling;screen=yes;privacy=off > > > v=0 > > o=FreeSWITCH 1618573488 1618573489 IN IP4 > > s=FreeSWITCH > > c=IN IP4 > > t=0 0 > > m=audio 24802 RTP/AVP 0 8 101 > > a=rtpmap:0 PCMU/8000 > > a=rtpmap:8 PCMA/8000 > > a=rtpmap:101 telephone-event/8000 > > a=fmtp:101 0-16 > > a=ptime:20 > > > > > recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288: > > ------------------------------------------------------------------------ > > SIP/2.0 100 Trying > > Via: SIP/2.0/UDP > :5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received= > > From: "East West Bookshop" @>;tag=gymQS2XU0H79e > > To: @us-west-or.sip.flowroute.com> > > Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b > > CSeq: 34745353 INVITE > > Content-Length: 0 > > -- > Steve > > On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch < > schoch+freeswitch.org at xwin32.com> wrote: > >> I hate to be needy, but does anyone see any reason why I get no answer to >> this invite? (I haven't yet generated an invite that works. I guess that >> will be my next task.) >> >> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm >> Max-Forwards: 69 >> From: "East West Fax" @>;tag=c99SXeSa6mSSQ >> To: @us-west-or.sip.flowroute.com> >> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b >> CSeq: 34666784 INVITE >> Contact: :5089;transport=udp;gw=flowroute> >> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY >> Supported: timer, path, replaces >> Allow-Events: talk, hold, conference, refer >> Content-Type: application/sdp >> Content-Disposition: session >> Content-Length: 477 >> P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F >> P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 >> X-FS-Support: update_display,send_info >> Alert-Info: >> Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off >> >> v=0 >> o=FreeSWITCH 1618413436 1618413437 IN IP4 >> s=FreeSWITCH >> c=IN IP4 >> t=0 0 >> m=audio 27716 RTP/AVP 0 8 102 9 101 103 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:102 opus/48000/2 >> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >> a=rtpmap:9 G722/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=rtpmap:103 telephone-event/48000 >> a=fmtp:103 0-16 >> a=ptime:20 >> >> >> -- >> Steve >> >> On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch < >> schoch+freeswitch.org at xwin32.com> wrote: >> >>> The sip trace is attached. >>> It seems to show that it sends INVITE messages, but never gets a >>> response. >>> However, when it sends an OPTIONS message, it does get a response. >>> When calling from a different extension (using a Polycom instead of a >>> Grandstream ATA), the INVITE gets answered and the call proceeds. >>> >>> It seems that there is something "wrong" with this INVITE that makes >>> Flowroute ignore it. What could that be, and how do I fix it? >>> >>> I may have enough data here to ask Flowroute directly, so I'm going to >>> give that a try as well. >>> >>> -- >>> Steve >>> >>> On Wed, Apr 14, 2021 at 12:43 PM Brian West >>> wrote: >>> >>>> That's the FMTP for OPUS. Chances are that invite breaks the Polycom, >>>> what does the SDP look like coming back from that invite? I'll be you, it's >>>> broken. >>>> >>>> /b >>>> >>>> >>>> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >>>> >>>>> I am absolutely no expert on SDP, but that SDP line that begins >>>>> >>>>> a=fmtp:102 useinbandfec=1… >>>>> >>>>> looks to me like it’s trying to set up a video call. I saw this >>>>> behavior with the newer Polycom VVX501 before I beat those eager beavers >>>>> into submission. >>>>> >>>>> >>>>> It also looks like the Grandstream is offering a lot more codecs which >>>>> you might prefer to trim down to only those necessary to get the job done. >>>>> Sometimes additional codecs or codecs listed in the “wrong” sequence can >>>>> cause mystery problems. >>>>> >>>>> >>>>> >>>>> You might have to resort to siptrace logging between FS and your >>>>> carrier. >>>>> >>>>> sofia profile external siptrace on ç or whatever profile handles your >>>>> provider; or maybe internal to snoop what’s going on between FS and your >>>>> Grandstream. >>>>> >>>>> >>>>> >>>>> Hope this helps. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> --- >>>>> >>>>> John Boteler >>>>> >>>>> BnC Group U.S.A. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> *From:* FreeSWITCH-users < >>>>> freeswitch-users-bounces at lists.freeswitch.org> *On Behalf Of *Steven >>>>> Schoch >>>>> *Sent:* Tuesday, 13 April, 2021 20:47 >>>>> *To:* freeswitch-users >>>>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>>>> >>>>> >>>>> >>>>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>>>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>>>> >>>>> >>>>> >>>>> I can make a call from the phones to outside numbers. >>>>> >>>>> I can make a call from the HT801 to local phones. >>>>> >>>>> But I can't call from the HT801 to outside numbers. >>>>> >>>>> >>>>> >>>>> The last important thing that happens in the failed call is this: >>>>> >>>>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>>>> sofia/external/ entering state [calling][0] >>>>> >>>>> >>>>> >>>>> The difference between the work and not work seems to be this: When I >>>>> call from a phone to an outside number, it does this: >>>>> >>>>> >>>>> >>>>> Local SDP: >>>>> v=0 >>>>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>>>> s=FreeSWITCH >>>>> c=IN IP4 >>>>> t=0 0 >>>>> m=audio 25104 RTP/AVP 0 8 101 >>>>> a=rtpmap:0 PCMU/8000 >>>>> a=rtpmap:8 PCMA/8000 >>>>> a=rtpmap:101 telephone-event/8000 >>>>> a=fmtp:101 0-16 >>>>> a=ptime:20 >>>>> a=sendrecv >>>>> >>>>> >>>>> >>>>> When it tries to call from the HT801 to an outside number, it does >>>>> this: >>>>> >>>>> >>>>> >>>>> Local SDP: >>>>> >>>>> v=0 >>>>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>>>> s=FreeSWITCH >>>>> c=IN IP4 >>>>> t=0 0 >>>>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>>>> a=rtpmap:0 PCMU/8000 >>>>> a=rtpmap:8 PCMA/8000 >>>>> a=rtpmap:102 opus/48000/2 >>>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>>>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>>> a=rtpmap:9 G722/8000 >>>>> a=rtpmap:101 telephone-event/8000 >>>>> a=fmtp:101 0-16 >>>>> a=rtpmap:103 telephone-event/48000 >>>>> a=fmtp:103 0-16 >>>>> a=ptime:20 >>>>> a=sendrecv >>>>> >>>>> >>>>> >>>>> Is that why it doesn't answer? If so, how do I change it? >>>>> >>>>> >>>>> >>>>> I should mention that when I tried this at home, it worked, but when I >>>>> attempted to install it here at the bookstore, it didn't. The Comcast >>>>> router at my home is a little different; they use a Netgear router here; >>>>> and I may have upgraded Freeswitch between the time it worked and now. >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Steve >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -------------- next part -------------- An HTML attachment was scrubbed... URL: From grcamauer at gmail.com Fri Apr 16 19:44:59 2021 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Fri, 16 Apr 2021 16:44:59 -0300 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: To test if that is true, offer less Codecs. That will shrink the 9 bytes you need. Guillermo On Fri, Apr 16, 2021 at 4:33 PM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > I have a theory. > > The INVITE that originates from the HT801 is bigger, and results in a UDP > packet of 1509 bytes vs 1157 bytes for the one that works. > > The MTU for Ethernet is 1500, which means the larger UDP packet will get > fragmented. Maybe the Netgear router is not handling fragmented UDP packets > properly, or maybe the Linux system is sending a jumbo frame and the > Netgear router is dropping it. I will investigate... > > -- > Steve > > On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch < > schoch+freeswitch.org at xwin32.com> wrote: > >> Here's the one that works. One difference I notice is that the one that >> works has a 10-digit Caller-ID, where the one that doesn't work has an >> 11-digit Caller-ID (starting with 1). There are other differences as well: >> >> send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622: >> >> ------------------------------------------------------------------------ >> >> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >> >> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKXDQ05vU1NB3yD >> >> Max-Forwards: 69 >> >> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >> >> To: @us-west-or.sip.flowroute.com> >> >> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >> >> CSeq: 34745353 INVITE >> >> Contact: :5089;transport=udp;gw=flowroute> >> >> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >> >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >> REGISTER, REFER, NOTIFY >> >> Supported: timer, path, replaces >> >> Allow-Events: talk, hold, conference, refer >> >> Content-Type: application/sdp >> >> Content-Disposition: session >> >> Content-Length: 244 >> >> X-FS-Support: update_display,send_info >> >> Alert-Info: >> >> Remote-Party-ID: "East West Bookshop" >> @>;party=calling;screen=yes;privacy=off >> >> >> v=0 >> >> o=FreeSWITCH 1618573488 1618573489 IN IP4 >> >> s=FreeSWITCH >> >> c=IN IP4 >> >> t=0 0 >> >> m=audio 24802 RTP/AVP 0 8 101 >> >> a=rtpmap:0 PCMU/8000 >> >> a=rtpmap:8 PCMA/8000 >> >> a=rtpmap:101 telephone-event/8000 >> >> a=fmtp:101 0-16 >> >> a=ptime:20 >> >> >> >> >> recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288: >> >> ------------------------------------------------------------------------ >> >> SIP/2.0 100 Trying >> >> Via: SIP/2.0/UDP >> :5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received= >> >> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >> >> To: @us-west-or.sip.flowroute.com> >> >> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >> >> CSeq: 34745353 INVITE >> >> Content-Length: 0 >> >> -- >> Steve >> >> On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch < >> schoch+freeswitch.org at xwin32.com> wrote: >> >>> I hate to be needy, but does anyone see any reason why I get no answer >>> to this invite? (I haven't yet generated an invite that works. I guess that >>> will be my next task.) >>> >>> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >>> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm >>> Max-Forwards: 69 >>> From: "East West Fax" @>;tag=c99SXeSa6mSSQ >>> To: @us-west-or.sip.flowroute.com> >>> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b >>> CSeq: 34666784 INVITE >>> Contact: :5089;transport=udp;gw=flowroute> >>> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY >>> Supported: timer, path, replaces >>> Allow-Events: talk, hold, conference, refer >>> Content-Type: application/sdp >>> Content-Disposition: session >>> Content-Length: 477 >>> P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F >>> P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 >>> X-FS-Support: update_display,send_info >>> Alert-Info: >>> Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off >>> >>> v=0 >>> o=FreeSWITCH 1618413436 1618413437 IN IP4 >>> s=FreeSWITCH >>> c=IN IP4 >>> t=0 0 >>> m=audio 27716 RTP/AVP 0 8 102 9 101 103 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:102 opus/48000/2 >>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>> a=rtpmap:9 G722/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=rtpmap:103 telephone-event/48000 >>> a=fmtp:103 0-16 >>> a=ptime:20 >>> >>> >>> -- >>> Steve >>> >>> On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch < >>> schoch+freeswitch.org at xwin32.com> wrote: >>> >>>> The sip trace is attached. >>>> It seems to show that it sends INVITE messages, but never gets a >>>> response. >>>> However, when it sends an OPTIONS message, it does get a response. >>>> When calling from a different extension (using a Polycom instead of a >>>> Grandstream ATA), the INVITE gets answered and the call proceeds. >>>> >>>> It seems that there is something "wrong" with this INVITE that makes >>>> Flowroute ignore it. What could that be, and how do I fix it? >>>> >>>> I may have enough data here to ask Flowroute directly, so I'm going to >>>> give that a try as well. >>>> >>>> -- >>>> Steve >>>> >>>> On Wed, Apr 14, 2021 at 12:43 PM Brian West >>>> wrote: >>>> >>>>> That's the FMTP for OPUS. Chances are that invite breaks the Polycom, >>>>> what does the SDP look like coming back from that invite? I'll be you, it's >>>>> broken. >>>>> >>>>> /b >>>>> >>>>> >>>>> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >>>>> >>>>>> I am absolutely no expert on SDP, but that SDP line that begins >>>>>> >>>>>> a=fmtp:102 useinbandfec=1… >>>>>> >>>>>> looks to me like it’s trying to set up a video call. I saw this >>>>>> behavior with the newer Polycom VVX501 before I beat those eager beavers >>>>>> into submission. >>>>>> >>>>>> >>>>>> It also looks like the Grandstream is offering a lot more codecs >>>>>> which you might prefer to trim down to only those necessary to get the job >>>>>> done. Sometimes additional codecs or codecs listed in the “wrong” sequence >>>>>> can cause mystery problems. >>>>>> >>>>>> >>>>>> >>>>>> You might have to resort to siptrace logging between FS and your >>>>>> carrier. >>>>>> >>>>>> sofia profile external siptrace on ç or whatever profile handles >>>>>> your provider; or maybe internal to snoop what’s going on between FS and >>>>>> your Grandstream. >>>>>> >>>>>> >>>>>> >>>>>> Hope this helps. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> --- >>>>>> >>>>>> John Boteler >>>>>> >>>>>> BnC Group U.S.A. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> *From:* FreeSWITCH-users < >>>>>> freeswitch-users-bounces at lists.freeswitch.org> *On Behalf Of *Steven >>>>>> Schoch >>>>>> *Sent:* Tuesday, 13 April, 2021 20:47 >>>>>> *To:* freeswitch-users >>>>>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>>>>> >>>>>> >>>>>> >>>>>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>>>>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>>>>> >>>>>> >>>>>> >>>>>> I can make a call from the phones to outside numbers. >>>>>> >>>>>> I can make a call from the HT801 to local phones. >>>>>> >>>>>> But I can't call from the HT801 to outside numbers. >>>>>> >>>>>> >>>>>> >>>>>> The last important thing that happens in the failed call is this: >>>>>> >>>>>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>>>>> sofia/external/ entering state [calling][0] >>>>>> >>>>>> >>>>>> >>>>>> The difference between the work and not work seems to be this: When I >>>>>> call from a phone to an outside number, it does this: >>>>>> >>>>>> >>>>>> >>>>>> Local SDP: >>>>>> v=0 >>>>>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>>>>> s=FreeSWITCH >>>>>> c=IN IP4 >>>>>> t=0 0 >>>>>> m=audio 25104 RTP/AVP 0 8 101 >>>>>> a=rtpmap:0 PCMU/8000 >>>>>> a=rtpmap:8 PCMA/8000 >>>>>> a=rtpmap:101 telephone-event/8000 >>>>>> a=fmtp:101 0-16 >>>>>> a=ptime:20 >>>>>> a=sendrecv >>>>>> >>>>>> >>>>>> >>>>>> When it tries to call from the HT801 to an outside number, it does >>>>>> this: >>>>>> >>>>>> >>>>>> >>>>>> Local SDP: >>>>>> >>>>>> v=0 >>>>>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>>>>> s=FreeSWITCH >>>>>> c=IN IP4 >>>>>> t=0 0 >>>>>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>>>>> a=rtpmap:0 PCMU/8000 >>>>>> a=rtpmap:8 PCMA/8000 >>>>>> a=rtpmap:102 opus/48000/2 >>>>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>>>>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>>>> a=rtpmap:9 G722/8000 >>>>>> a=rtpmap:101 telephone-event/8000 >>>>>> a=fmtp:101 0-16 >>>>>> a=rtpmap:103 telephone-event/48000 >>>>>> a=fmtp:103 0-16 >>>>>> a=ptime:20 >>>>>> a=sendrecv >>>>>> >>>>>> >>>>>> >>>>>> Is that why it doesn't answer? If so, how do I change it? >>>>>> >>>>>> >>>>>> >>>>>> I should mention that when I tried this at home, it worked, but when >>>>>> I attempted to install it here at the bookstore, it didn't. The Comcast >>>>>> router at my home is a little different; they use a Netgear router here; >>>>>> and I may have upgraded Freeswitch between the time it worked and now. >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Steve >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From rawat.anshuman at gmail.com Fri Apr 16 20:27:35 2021 From: rawat.anshuman at gmail.com (Anshuman Rawat) Date: Fri, 16 Apr 2021 16:27:35 -0400 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: You might be right. I have seen it happening with a few carriers. Large packets get dropped & one sees no response. You can try with just a single codec (or get rid of some large headers) if this theory is true. On Fri, Apr 16, 2021 at 3:33 PM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > I have a theory. > > The INVITE that originates from the HT801 is bigger, and results in a UDP > packet of 1509 bytes vs 1157 bytes for the one that works. > > The MTU for Ethernet is 1500, which means the larger UDP packet will get > fragmented. Maybe the Netgear router is not handling fragmented UDP packets > properly, or maybe the Linux system is sending a jumbo frame and the > Netgear router is dropping it. I will investigate... > > -- > Steve > > On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch < > schoch+freeswitch.org at xwin32.com> wrote: > >> Here's the one that works. One difference I notice is that the one that >> works has a 10-digit Caller-ID, where the one that doesn't work has an >> 11-digit Caller-ID (starting with 1). There are other differences as well: >> >> send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622: >> >> ------------------------------------------------------------------------ >> >> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >> >> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKXDQ05vU1NB3yD >> >> Max-Forwards: 69 >> >> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >> >> To: @us-west-or.sip.flowroute.com> >> >> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >> >> CSeq: 34745353 INVITE >> >> Contact: :5089;transport=udp;gw=flowroute> >> >> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >> >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >> REGISTER, REFER, NOTIFY >> >> Supported: timer, path, replaces >> >> Allow-Events: talk, hold, conference, refer >> >> Content-Type: application/sdp >> >> Content-Disposition: session >> >> Content-Length: 244 >> >> X-FS-Support: update_display,send_info >> >> Alert-Info: >> >> Remote-Party-ID: "East West Bookshop" >> @>;party=calling;screen=yes;privacy=off >> >> >> v=0 >> >> o=FreeSWITCH 1618573488 1618573489 IN IP4 >> >> s=FreeSWITCH >> >> c=IN IP4 >> >> t=0 0 >> >> m=audio 24802 RTP/AVP 0 8 101 >> >> a=rtpmap:0 PCMU/8000 >> >> a=rtpmap:8 PCMA/8000 >> >> a=rtpmap:101 telephone-event/8000 >> >> a=fmtp:101 0-16 >> >> a=ptime:20 >> >> >> >> >> recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288: >> >> ------------------------------------------------------------------------ >> >> SIP/2.0 100 Trying >> >> Via: SIP/2.0/UDP >> :5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received= >> >> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >> >> To: @us-west-or.sip.flowroute.com> >> >> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >> >> CSeq: 34745353 INVITE >> >> Content-Length: 0 >> >> -- >> Steve >> >> On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch < >> schoch+freeswitch.org at xwin32.com> wrote: >> >>> I hate to be needy, but does anyone see any reason why I get no answer >>> to this invite? (I haven't yet generated an invite that works. I guess that >>> will be my next task.) >>> >>> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >>> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm >>> Max-Forwards: 69 >>> From: "East West Fax" @>;tag=c99SXeSa6mSSQ >>> To: @us-west-or.sip.flowroute.com> >>> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b >>> CSeq: 34666784 INVITE >>> Contact: :5089;transport=udp;gw=flowroute> >>> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY >>> Supported: timer, path, replaces >>> Allow-Events: talk, hold, conference, refer >>> Content-Type: application/sdp >>> Content-Disposition: session >>> Content-Length: 477 >>> P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F >>> P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 >>> X-FS-Support: update_display,send_info >>> Alert-Info: >>> Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off >>> >>> v=0 >>> o=FreeSWITCH 1618413436 1618413437 IN IP4 >>> s=FreeSWITCH >>> c=IN IP4 >>> t=0 0 >>> m=audio 27716 RTP/AVP 0 8 102 9 101 103 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:102 opus/48000/2 >>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>> a=rtpmap:9 G722/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=rtpmap:103 telephone-event/48000 >>> a=fmtp:103 0-16 >>> a=ptime:20 >>> >>> >>> -- >>> Steve >>> >>> On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch < >>> schoch+freeswitch.org at xwin32.com> wrote: >>> >>>> The sip trace is attached. >>>> It seems to show that it sends INVITE messages, but never gets a >>>> response. >>>> However, when it sends an OPTIONS message, it does get a response. >>>> When calling from a different extension (using a Polycom instead of a >>>> Grandstream ATA), the INVITE gets answered and the call proceeds. >>>> >>>> It seems that there is something "wrong" with this INVITE that makes >>>> Flowroute ignore it. What could that be, and how do I fix it? >>>> >>>> I may have enough data here to ask Flowroute directly, so I'm going to >>>> give that a try as well. >>>> >>>> -- >>>> Steve >>>> >>>> On Wed, Apr 14, 2021 at 12:43 PM Brian West >>>> wrote: >>>> >>>>> That's the FMTP for OPUS. Chances are that invite breaks the Polycom, >>>>> what does the SDP look like coming back from that invite? I'll be you, it's >>>>> broken. >>>>> >>>>> /b >>>>> >>>>> >>>>> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >>>>> >>>>>> I am absolutely no expert on SDP, but that SDP line that begins >>>>>> >>>>>> a=fmtp:102 useinbandfec=1… >>>>>> >>>>>> looks to me like it’s trying to set up a video call. I saw this >>>>>> behavior with the newer Polycom VVX501 before I beat those eager beavers >>>>>> into submission. >>>>>> >>>>>> >>>>>> It also looks like the Grandstream is offering a lot more codecs >>>>>> which you might prefer to trim down to only those necessary to get the job >>>>>> done. Sometimes additional codecs or codecs listed in the “wrong” sequence >>>>>> can cause mystery problems. >>>>>> >>>>>> >>>>>> >>>>>> You might have to resort to siptrace logging between FS and your >>>>>> carrier. >>>>>> >>>>>> sofia profile external siptrace on ç or whatever profile handles >>>>>> your provider; or maybe internal to snoop what’s going on between FS and >>>>>> your Grandstream. >>>>>> >>>>>> >>>>>> >>>>>> Hope this helps. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> --- >>>>>> >>>>>> John Boteler >>>>>> >>>>>> BnC Group U.S.A. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> *From:* FreeSWITCH-users < >>>>>> freeswitch-users-bounces at lists.freeswitch.org> *On Behalf Of *Steven >>>>>> Schoch >>>>>> *Sent:* Tuesday, 13 April, 2021 20:47 >>>>>> *To:* freeswitch-users >>>>>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>>>>> >>>>>> >>>>>> >>>>>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>>>>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>>>>> >>>>>> >>>>>> >>>>>> I can make a call from the phones to outside numbers. >>>>>> >>>>>> I can make a call from the HT801 to local phones. >>>>>> >>>>>> But I can't call from the HT801 to outside numbers. >>>>>> >>>>>> >>>>>> >>>>>> The last important thing that happens in the failed call is this: >>>>>> >>>>>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>>>>> sofia/external/ entering state [calling][0] >>>>>> >>>>>> >>>>>> >>>>>> The difference between the work and not work seems to be this: When I >>>>>> call from a phone to an outside number, it does this: >>>>>> >>>>>> >>>>>> >>>>>> Local SDP: >>>>>> v=0 >>>>>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>>>>> s=FreeSWITCH >>>>>> c=IN IP4 >>>>>> t=0 0 >>>>>> m=audio 25104 RTP/AVP 0 8 101 >>>>>> a=rtpmap:0 PCMU/8000 >>>>>> a=rtpmap:8 PCMA/8000 >>>>>> a=rtpmap:101 telephone-event/8000 >>>>>> a=fmtp:101 0-16 >>>>>> a=ptime:20 >>>>>> a=sendrecv >>>>>> >>>>>> >>>>>> >>>>>> When it tries to call from the HT801 to an outside number, it does >>>>>> this: >>>>>> >>>>>> >>>>>> >>>>>> Local SDP: >>>>>> >>>>>> v=0 >>>>>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>>>>> s=FreeSWITCH >>>>>> c=IN IP4 >>>>>> t=0 0 >>>>>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>>>>> a=rtpmap:0 PCMU/8000 >>>>>> a=rtpmap:8 PCMA/8000 >>>>>> a=rtpmap:102 opus/48000/2 >>>>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>>>>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>>>> a=rtpmap:9 G722/8000 >>>>>> a=rtpmap:101 telephone-event/8000 >>>>>> a=fmtp:101 0-16 >>>>>> a=rtpmap:103 telephone-event/48000 >>>>>> a=fmtp:103 0-16 >>>>>> a=ptime:20 >>>>>> a=sendrecv >>>>>> >>>>>> >>>>>> >>>>>> Is that why it doesn't answer? If so, how do I change it? >>>>>> >>>>>> >>>>>> >>>>>> I should mention that when I tried this at home, it worked, but when >>>>>> I attempted to install it here at the bookstore, it didn't. The Comcast >>>>>> router at my home is a little different; they use a Netgear router here; >>>>>> and I may have upgraded Freeswitch between the time it worked and now. >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Steve >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From schoch+freeswitch.org at xwin32.com Fri Apr 16 21:16:14 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 16 Apr 2021 14:16:14 -0700 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: I configured the ATA to offer only 2 codecs, which made it get further, until Flowroute asked for authentication, which then made the next packet too big. So I then found another setting in the ATA to stop using the P-Access-Network-Info and P-Emergency-Info headers. This made the packet small enough to complete the call. Success! I will ask Flowroute if big packets are dropped on their end, or if it's a problem with the Netgear UDP NAT routing. -- Steve On Fri, Apr 16, 2021 at 1:17 PM Guillermo Ruiz Camauer wrote: > To test if that is true, offer less Codecs. That will shrink the 9 bytes > you need. > > Guillermo > > On Fri, Apr 16, 2021 at 4:33 PM Steven Schoch < > schoch+freeswitch.org at xwin32.com> wrote: > >> I have a theory. >> >> The INVITE that originates from the HT801 is bigger, and results in a UDP >> packet of 1509 bytes vs 1157 bytes for the one that works. >> >> The MTU for Ethernet is 1500, which means the larger UDP packet will get >> fragmented. Maybe the Netgear router is not handling fragmented UDP packets >> properly, or maybe the Linux system is sending a jumbo frame and the >> Netgear router is dropping it. I will investigate... >> >> -- >> Steve >> >> On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch < >> schoch+freeswitch.org at xwin32.com> wrote: >> >>> Here's the one that works. One difference I notice is that the one that >>> works has a 10-digit Caller-ID, where the one that doesn't work has an >>> 11-digit Caller-ID (starting with 1). There are other differences as well: >>> >>> send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622: >>> >>> ------------------------------------------------------------------------ >>> >>> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >>> >>> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKXDQ05vU1NB3yD >>> >>> Max-Forwards: 69 >>> >>> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >>> >>> To: @us-west-or.sip.flowroute.com> >>> >>> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >>> >>> CSeq: 34745353 INVITE >>> >>> Contact: :5089;transport=udp;gw=flowroute> >>> >>> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >>> >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >>> REGISTER, REFER, NOTIFY >>> >>> Supported: timer, path, replaces >>> >>> Allow-Events: talk, hold, conference, refer >>> >>> Content-Type: application/sdp >>> >>> Content-Disposition: session >>> >>> Content-Length: 244 >>> >>> X-FS-Support: update_display,send_info >>> >>> Alert-Info: >>> >>> Remote-Party-ID: "East West Bookshop" >>> @>;party=calling;screen=yes;privacy=off >>> >>> >>> v=0 >>> >>> o=FreeSWITCH 1618573488 1618573489 IN IP4 >>> >>> s=FreeSWITCH >>> >>> c=IN IP4 >>> >>> t=0 0 >>> >>> m=audio 24802 RTP/AVP 0 8 101 >>> >>> a=rtpmap:0 PCMU/8000 >>> >>> a=rtpmap:8 PCMA/8000 >>> >>> a=rtpmap:101 telephone-event/8000 >>> >>> a=fmtp:101 0-16 >>> >>> a=ptime:20 >>> >>> >>> >>> >>> recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288: >>> >>> ------------------------------------------------------------------------ >>> >>> SIP/2.0 100 Trying >>> >>> Via: SIP/2.0/UDP >>> :5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received= >>> >>> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >>> >>> To: @us-west-or.sip.flowroute.com> >>> >>> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >>> >>> CSeq: 34745353 INVITE >>> >>> Content-Length: 0 >>> >>> -- >>> Steve >>> >>> On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch < >>> schoch+freeswitch.org at xwin32.com> wrote: >>> >>>> I hate to be needy, but does anyone see any reason why I get no answer >>>> to this invite? (I haven't yet generated an invite that works. I guess that >>>> will be my next task.) >>>> >>>> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >>>> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm >>>> Max-Forwards: 69 >>>> From: "East West Fax" @>;tag=c99SXeSa6mSSQ >>>> To: @us-west-or.sip.flowroute.com> >>>> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b >>>> CSeq: 34666784 INVITE >>>> Contact: :5089;transport=udp;gw=flowroute> >>>> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >>>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY >>>> Supported: timer, path, replaces >>>> Allow-Events: talk, hold, conference, refer >>>> Content-Type: application/sdp >>>> Content-Disposition: session >>>> Content-Length: 477 >>>> P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F >>>> P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 >>>> X-FS-Support: update_display,send_info >>>> Alert-Info: >>>> Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off >>>> >>>> v=0 >>>> o=FreeSWITCH 1618413436 1618413437 IN IP4 >>>> s=FreeSWITCH >>>> c=IN IP4 >>>> t=0 0 >>>> m=audio 27716 RTP/AVP 0 8 102 9 101 103 >>>> a=rtpmap:0 PCMU/8000 >>>> a=rtpmap:8 PCMA/8000 >>>> a=rtpmap:102 opus/48000/2 >>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>> a=rtpmap:9 G722/8000 >>>> a=rtpmap:101 telephone-event/8000 >>>> a=fmtp:101 0-16 >>>> a=rtpmap:103 telephone-event/48000 >>>> a=fmtp:103 0-16 >>>> a=ptime:20 >>>> >>>> >>>> -- >>>> Steve >>>> >>>> On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch < >>>> schoch+freeswitch.org at xwin32.com> wrote: >>>> >>>>> The sip trace is attached. >>>>> It seems to show that it sends INVITE messages, but never gets a >>>>> response. >>>>> However, when it sends an OPTIONS message, it does get a response. >>>>> When calling from a different extension (using a Polycom instead of a >>>>> Grandstream ATA), the INVITE gets answered and the call proceeds. >>>>> >>>>> It seems that there is something "wrong" with this INVITE that makes >>>>> Flowroute ignore it. What could that be, and how do I fix it? >>>>> >>>>> I may have enough data here to ask Flowroute directly, so I'm going to >>>>> give that a try as well. >>>>> >>>>> -- >>>>> Steve >>>>> >>>>> On Wed, Apr 14, 2021 at 12:43 PM Brian West >>>>> wrote: >>>>> >>>>>> That's the FMTP for OPUS. Chances are that invite breaks the >>>>>> Polycom, what does the SDP look like coming back from that invite? I'll be >>>>>> you, it's broken. >>>>>> >>>>>> /b >>>>>> >>>>>> >>>>>> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >>>>>> >>>>>>> I am absolutely no expert on SDP, but that SDP line that begins >>>>>>> >>>>>>> a=fmtp:102 useinbandfec=1… >>>>>>> >>>>>>> looks to me like it’s trying to set up a video call. I saw this >>>>>>> behavior with the newer Polycom VVX501 before I beat those eager beavers >>>>>>> into submission. >>>>>>> >>>>>>> >>>>>>> It also looks like the Grandstream is offering a lot more codecs >>>>>>> which you might prefer to trim down to only those necessary to get the job >>>>>>> done. Sometimes additional codecs or codecs listed in the “wrong” sequence >>>>>>> can cause mystery problems. >>>>>>> >>>>>>> >>>>>>> >>>>>>> You might have to resort to siptrace logging between FS and your >>>>>>> carrier. >>>>>>> >>>>>>> sofia profile external siptrace on ç or whatever profile handles >>>>>>> your provider; or maybe internal to snoop what’s going on between FS and >>>>>>> your Grandstream. >>>>>>> >>>>>>> >>>>>>> >>>>>>> Hope this helps. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> --- >>>>>>> >>>>>>> John Boteler >>>>>>> >>>>>>> BnC Group U.S.A. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> *From:* FreeSWITCH-users < >>>>>>> freeswitch-users-bounces at lists.freeswitch.org> *On Behalf Of *Steven >>>>>>> Schoch >>>>>>> *Sent:* Tuesday, 13 April, 2021 20:47 >>>>>>> *To:* freeswitch-users >>>>>>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>>>>>> >>>>>>> >>>>>>> >>>>>>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>>>>>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>>>>>> >>>>>>> >>>>>>> >>>>>>> I can make a call from the phones to outside numbers. >>>>>>> >>>>>>> I can make a call from the HT801 to local phones. >>>>>>> >>>>>>> But I can't call from the HT801 to outside numbers. >>>>>>> >>>>>>> >>>>>>> >>>>>>> The last important thing that happens in the failed call is this: >>>>>>> >>>>>>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>>>>>> sofia/external/ entering state [calling][0] >>>>>>> >>>>>>> >>>>>>> >>>>>>> The difference between the work and not work seems to be this: When >>>>>>> I call from a phone to an outside number, it does this: >>>>>>> >>>>>>> >>>>>>> >>>>>>> Local SDP: >>>>>>> v=0 >>>>>>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>>>>>> s=FreeSWITCH >>>>>>> c=IN IP4 >>>>>>> t=0 0 >>>>>>> m=audio 25104 RTP/AVP 0 8 101 >>>>>>> a=rtpmap:0 PCMU/8000 >>>>>>> a=rtpmap:8 PCMA/8000 >>>>>>> a=rtpmap:101 telephone-event/8000 >>>>>>> a=fmtp:101 0-16 >>>>>>> a=ptime:20 >>>>>>> a=sendrecv >>>>>>> >>>>>>> >>>>>>> >>>>>>> When it tries to call from the HT801 to an outside number, it does >>>>>>> this: >>>>>>> >>>>>>> >>>>>>> >>>>>>> Local SDP: >>>>>>> >>>>>>> v=0 >>>>>>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>>>>>> s=FreeSWITCH >>>>>>> c=IN IP4 >>>>>>> t=0 0 >>>>>>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>>>>>> a=rtpmap:0 PCMU/8000 >>>>>>> a=rtpmap:8 PCMA/8000 >>>>>>> a=rtpmap:102 opus/48000/2 >>>>>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>>>>>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>>>>> a=rtpmap:9 G722/8000 >>>>>>> a=rtpmap:101 telephone-event/8000 >>>>>>> a=fmtp:101 0-16 >>>>>>> a=rtpmap:103 telephone-event/48000 >>>>>>> a=fmtp:103 0-16 >>>>>>> a=ptime:20 >>>>>>> a=sendrecv >>>>>>> >>>>>>> >>>>>>> >>>>>>> Is that why it doesn't answer? If so, how do I change it? >>>>>>> >>>>>>> >>>>>>> >>>>>>> I should mention that when I tried this at home, it worked, but when >>>>>>> I attempted to install it here at the bookstore, it didn't. The Comcast >>>>>>> router at my home is a little different; they use a Netgear router here; >>>>>>> and I may have upgraded Freeswitch between the time it worked and now. >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Steve >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Brian West | Co-founder and Developer >>>>>> >>>>>> Need Commercial support? email sales at freeswitch.com >>>>>> >>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>> >>>>>> >>>>>> Email: brian at freeswitch.com >>>>>> >>>>>> Mobile: 918-424-9378 >>>>>> >>>>>> Website: https://www.FreeSWITCH.com >>>>>> >>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>> [image: >>>>>> https://twitter.com/freeswitch] >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > Guillermo Ruiz Camauer > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Apr 16 21:37:55 2021 From: brian at freeswitch.com (Brian West) Date: Fri, 16 Apr 2021 16:37:55 -0500 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: Ya'll keep giving me the invite, the 100 trying, where is the 200ok? TEASE! /b On Fri, Apr 16, 2021 at 4:36 PM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > I configured the ATA to offer only 2 codecs, which made it get further, > until Flowroute asked for authentication, which then made the next packet > too big. > So I then found another setting in the ATA to stop using > the P-Access-Network-Info and P-Emergency-Info headers. This made the > packet small enough to complete the call. > > Success! > > I will ask Flowroute if big packets are dropped on their end, or if it's a > problem with the Netgear UDP NAT routing. > > -- > Steve > > On Fri, Apr 16, 2021 at 1:17 PM Guillermo Ruiz Camauer < > grcamauer at gmail.com> wrote: > >> To test if that is true, offer less Codecs. That will shrink the 9 bytes >> you need. >> >> Guillermo >> >> On Fri, Apr 16, 2021 at 4:33 PM Steven Schoch < >> schoch+freeswitch.org at xwin32.com> wrote: >> >>> I have a theory. >>> >>> The INVITE that originates from the HT801 is bigger, and results in a >>> UDP packet of 1509 bytes vs 1157 bytes for the one that works. >>> >>> The MTU for Ethernet is 1500, which means the larger UDP packet will get >>> fragmented. Maybe the Netgear router is not handling fragmented UDP packets >>> properly, or maybe the Linux system is sending a jumbo frame and the >>> Netgear router is dropping it. I will investigate... >>> >>> -- >>> Steve >>> >>> On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch < >>> schoch+freeswitch.org at xwin32.com> wrote: >>> >>>> Here's the one that works. One difference I notice is that the one that >>>> works has a 10-digit Caller-ID, where the one that doesn't work has an >>>> 11-digit Caller-ID (starting with 1). There are other differences as well: >>>> >>>> send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622: >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >>>> >>>> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKXDQ05vU1NB3yD >>>> >>>> Max-Forwards: 69 >>>> >>>> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >>>> >>>> To: @us-west-or.sip.flowroute.com> >>>> >>>> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >>>> >>>> CSeq: 34745353 INVITE >>>> >>>> Contact: :5089;transport=udp;gw=flowroute> >>>> >>>> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >>>> >>>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >>>> REGISTER, REFER, NOTIFY >>>> >>>> Supported: timer, path, replaces >>>> >>>> Allow-Events: talk, hold, conference, refer >>>> >>>> Content-Type: application/sdp >>>> >>>> Content-Disposition: session >>>> >>>> Content-Length: 244 >>>> >>>> X-FS-Support: update_display,send_info >>>> >>>> Alert-Info: >>>> >>>> Remote-Party-ID: "East West Bookshop" >>>> @>;party=calling;screen=yes;privacy=off >>>> >>>> >>>> v=0 >>>> >>>> o=FreeSWITCH 1618573488 1618573489 IN IP4 >>>> >>>> s=FreeSWITCH >>>> >>>> c=IN IP4 >>>> >>>> t=0 0 >>>> >>>> m=audio 24802 RTP/AVP 0 8 101 >>>> >>>> a=rtpmap:0 PCMU/8000 >>>> >>>> a=rtpmap:8 PCMA/8000 >>>> >>>> a=rtpmap:101 telephone-event/8000 >>>> >>>> a=fmtp:101 0-16 >>>> >>>> a=ptime:20 >>>> >>>> >>>> >>>> >>>> recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288: >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> SIP/2.0 100 Trying >>>> >>>> Via: SIP/2.0/UDP >>>> :5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received= >>>> >>>> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >>>> >>>> To: @us-west-or.sip.flowroute.com> >>>> >>>> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >>>> >>>> CSeq: 34745353 INVITE >>>> >>>> Content-Length: 0 >>>> >>>> -- >>>> Steve >>>> >>>> On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch < >>>> schoch+freeswitch.org at xwin32.com> wrote: >>>> >>>>> I hate to be needy, but does anyone see any reason why I get no answer >>>>> to this invite? (I haven't yet generated an invite that works. I guess that >>>>> will be my next task.) >>>>> >>>>> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >>>>> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm >>>>> Max-Forwards: 69 >>>>> From: "East West Fax" @>;tag=c99SXeSa6mSSQ >>>>> To: @us-west-or.sip.flowroute.com> >>>>> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b >>>>> CSeq: 34666784 INVITE >>>>> Contact: :5089;transport=udp;gw=flowroute> >>>>> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >>>>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY >>>>> Supported: timer, path, replaces >>>>> Allow-Events: talk, hold, conference, refer >>>>> Content-Type: application/sdp >>>>> Content-Disposition: session >>>>> Content-Length: 477 >>>>> P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F >>>>> P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 >>>>> X-FS-Support: update_display,send_info >>>>> Alert-Info: >>>>> Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off >>>>> >>>>> v=0 >>>>> o=FreeSWITCH 1618413436 1618413437 IN IP4 >>>>> s=FreeSWITCH >>>>> c=IN IP4 >>>>> t=0 0 >>>>> m=audio 27716 RTP/AVP 0 8 102 9 101 103 >>>>> a=rtpmap:0 PCMU/8000 >>>>> a=rtpmap:8 PCMA/8000 >>>>> a=rtpmap:102 opus/48000/2 >>>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>>> a=rtpmap:9 G722/8000 >>>>> a=rtpmap:101 telephone-event/8000 >>>>> a=fmtp:101 0-16 >>>>> a=rtpmap:103 telephone-event/48000 >>>>> a=fmtp:103 0-16 >>>>> a=ptime:20 >>>>> >>>>> >>>>> -- >>>>> Steve >>>>> >>>>> On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch < >>>>> schoch+freeswitch.org at xwin32.com> wrote: >>>>> >>>>>> The sip trace is attached. >>>>>> It seems to show that it sends INVITE messages, but never gets a >>>>>> response. >>>>>> However, when it sends an OPTIONS message, it does get a response. >>>>>> When calling from a different extension (using a Polycom instead of a >>>>>> Grandstream ATA), the INVITE gets answered and the call proceeds. >>>>>> >>>>>> It seems that there is something "wrong" with this INVITE that makes >>>>>> Flowroute ignore it. What could that be, and how do I fix it? >>>>>> >>>>>> I may have enough data here to ask Flowroute directly, so I'm going >>>>>> to give that a try as well. >>>>>> >>>>>> -- >>>>>> Steve >>>>>> >>>>>> On Wed, Apr 14, 2021 at 12:43 PM Brian West >>>>>> wrote: >>>>>> >>>>>>> That's the FMTP for OPUS. Chances are that invite breaks the >>>>>>> Polycom, what does the SDP look like coming back from that invite? I'll be >>>>>>> you, it's broken. >>>>>>> >>>>>>> /b >>>>>>> >>>>>>> >>>>>>> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >>>>>>> >>>>>>>> I am absolutely no expert on SDP, but that SDP line that begins >>>>>>>> >>>>>>>> a=fmtp:102 useinbandfec=1… >>>>>>>> >>>>>>>> looks to me like it’s trying to set up a video call. I saw this >>>>>>>> behavior with the newer Polycom VVX501 before I beat those eager beavers >>>>>>>> into submission. >>>>>>>> >>>>>>>> >>>>>>>> It also looks like the Grandstream is offering a lot more codecs >>>>>>>> which you might prefer to trim down to only those necessary to get the job >>>>>>>> done. Sometimes additional codecs or codecs listed in the “wrong” sequence >>>>>>>> can cause mystery problems. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> You might have to resort to siptrace logging between FS and your >>>>>>>> carrier. >>>>>>>> >>>>>>>> sofia profile external siptrace on ç or whatever profile handles >>>>>>>> your provider; or maybe internal to snoop what’s going on between FS and >>>>>>>> your Grandstream. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Hope this helps. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> --- >>>>>>>> >>>>>>>> John Boteler >>>>>>>> >>>>>>>> BnC Group U.S.A. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> *From:* FreeSWITCH-users < >>>>>>>> freeswitch-users-bounces at lists.freeswitch.org> *On Behalf Of *Steven >>>>>>>> Schoch >>>>>>>> *Sent:* Tuesday, 13 April, 2021 20:47 >>>>>>>> *To:* freeswitch-users >>>>>>>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>>>>>>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> I can make a call from the phones to outside numbers. >>>>>>>> >>>>>>>> I can make a call from the HT801 to local phones. >>>>>>>> >>>>>>>> But I can't call from the HT801 to outside numbers. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> The last important thing that happens in the failed call is this: >>>>>>>> >>>>>>>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>>>>>>> sofia/external/ entering state [calling][0] >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> The difference between the work and not work seems to be this: When >>>>>>>> I call from a phone to an outside number, it does this: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Local SDP: >>>>>>>> v=0 >>>>>>>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>>>>>>> s=FreeSWITCH >>>>>>>> c=IN IP4 >>>>>>>> t=0 0 >>>>>>>> m=audio 25104 RTP/AVP 0 8 101 >>>>>>>> a=rtpmap:0 PCMU/8000 >>>>>>>> a=rtpmap:8 PCMA/8000 >>>>>>>> a=rtpmap:101 telephone-event/8000 >>>>>>>> a=fmtp:101 0-16 >>>>>>>> a=ptime:20 >>>>>>>> a=sendrecv >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> When it tries to call from the HT801 to an outside number, it does >>>>>>>> this: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Local SDP: >>>>>>>> >>>>>>>> v=0 >>>>>>>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>>>>>>> s=FreeSWITCH >>>>>>>> c=IN IP4 >>>>>>>> t=0 0 >>>>>>>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>>>>>>> a=rtpmap:0 PCMU/8000 >>>>>>>> a=rtpmap:8 PCMA/8000 >>>>>>>> a=rtpmap:102 opus/48000/2 >>>>>>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>>>>>>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>>>>>> a=rtpmap:9 G722/8000 >>>>>>>> a=rtpmap:101 telephone-event/8000 >>>>>>>> a=fmtp:101 0-16 >>>>>>>> a=rtpmap:103 telephone-event/48000 >>>>>>>> a=fmtp:103 0-16 >>>>>>>> a=ptime:20 >>>>>>>> a=sendrecv >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Is that why it doesn't answer? If so, how do I change it? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> I should mention that when I tried this at home, it worked, but >>>>>>>> when I attempted to install it here at the bookstore, it didn't. The >>>>>>>> Comcast router at my home is a little different; they use a Netgear router >>>>>>>> here; and I may have upgraded Freeswitch between the time it worked and now. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Steve >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Brian West | Co-founder and Developer >>>>>>> >>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>> >>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>> >>>>>>> >>>>>>> Email: brian at freeswitch.com >>>>>>> >>>>>>> Mobile: 918-424-9378 >>>>>>> >>>>>>> Website: https://www.FreeSWITCH.com >>>>>>> >>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>> [image: >>>>>>> https://twitter.com/freeswitch] >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> Guillermo Ruiz Camauer >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Fri Apr 16 23:29:12 2021 From: krice at freeswitch.org (Ken Rice) Date: Fri, 16 Apr 2021 18:29:12 -0500 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: Message-ID: dont forget packet frag reassembly is on the IP stack not the application layer. If the os doesnt reassemble it the app layers dont care Sent from my iPhone > On Apr 16, 2021, at 14:02, Steven Schoch wrote: > >  > I have a theory. > > The INVITE that originates from the HT801 is bigger, and results in a UDP packet of 1509 bytes vs 1157 bytes for the one that works. > > The MTU for Ethernet is 1500, which means the larger UDP packet will get fragmented. Maybe the Netgear router is not handling fragmented UDP packets properly, or maybe the Linux system is sending a jumbo frame and the Netgear router is dropping it. I will investigate... > > -- > Steve > >> On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch wrote: >> Here's the one that works. One difference I notice is that the one that works has a 10-digit Caller-ID, where the one that doesn't work has an 11-digit Caller-ID (starting with 1). There are other differences as well: >> >> send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622: >> ------------------------------------------------------------------------ >> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKXDQ05vU1NB3yD >> Max-Forwards: 69 >> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >> To: @us-west-or.sip.flowroute.com> >> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >> CSeq: 34745353 INVITE >> Contact: :5089;transport=udp;gw=flowroute> >> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY >> Supported: timer, path, replaces >> Allow-Events: talk, hold, conference, refer >> Content-Type: application/sdp >> Content-Disposition: session >> Content-Length: 244 >> X-FS-Support: update_display,send_info >> Alert-Info: >> Remote-Party-ID: "East West Bookshop" @>;party=calling;screen=yes;privacy=off >> >> v=0 >> o=FreeSWITCH 1618573488 1618573489 IN IP4 >> s=FreeSWITCH >> c=IN IP4 >> t=0 0 >> m=audio 24802 RTP/AVP 0 8 101 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> >> >> >> recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288: >> ------------------------------------------------------------------------ >> SIP/2.0 100 Trying >> Via: SIP/2.0/UDP :5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received= >> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >> To: @us-west-or.sip.flowroute.com> >> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >> CSeq: 34745353 INVITE >> Content-Length: 0 >> >> -- >> Steve >> >>> On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch wrote: >>> I hate to be needy, but does anyone see any reason why I get no answer to this invite? (I haven't yet generated an invite that works. I guess that will be my next task.) >>> >>> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >>> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm >>> Max-Forwards: 69 >>> From: "East West Fax" @>;tag=c99SXeSa6mSSQ >>> To: @us-west-or.sip.flowroute.com> >>> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b >>> CSeq: 34666784 INVITE >>> Contact: :5089;transport=udp;gw=flowroute> >>> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY >>> Supported: timer, path, replaces >>> Allow-Events: talk, hold, conference, refer >>> Content-Type: application/sdp >>> Content-Disposition: session >>> Content-Length: 477 >>> P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F >>> P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 >>> X-FS-Support: update_display,send_info >>> Alert-Info: >>> Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off >>> >>> v=0 >>> o=FreeSWITCH 1618413436 1618413437 IN IP4 >>> s=FreeSWITCH >>> c=IN IP4 >>> t=0 0 >>> m=audio 27716 RTP/AVP 0 8 102 9 101 103 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:102 opus/48000/2 >>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>> a=rtpmap:9 G722/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=rtpmap:103 telephone-event/48000 >>> a=fmtp:103 0-16 >>> a=ptime:20 >>> >>> -- >>> Steve >>> >>>> On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch wrote: >>>> The sip trace is attached. >>>> It seems to show that it sends INVITE messages, but never gets a response. >>>> However, when it sends an OPTIONS message, it does get a response. >>>> When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds. >>>> >>>> It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it? >>>> >>>> I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well. >>>> >>>> -- >>>> Steve >>>> >>>>> On Wed, Apr 14, 2021 at 12:43 PM Brian West wrote: >>>>> That's the FMTP for OPUS. Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken. >>>>> >>>>> /b >>>>> >>>>> >>>>>> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >>>>>> I am absolutely no expert on SDP, but that SDP line that begins >>>>>> >>>>>> a=fmtp:102 useinbandfec=1… >>>>>> >>>>>> looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission. >>>>>> >>>>>> >>>>>> It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems. >>>>>> >>>>>> >>>>>> >>>>>> You might have to resort to siptrace logging between FS and your carrier. >>>>>> >>>>>> sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream. >>>>>> >>>>>> >>>>>> >>>>>> Hope this helps. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> --- >>>>>> >>>>>> John Boteler >>>>>> >>>>>> BnC Group U.S.A. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> From: FreeSWITCH-users On Behalf Of Steven Schoch >>>>>> Sent: Tuesday, 13 April, 2021 20:47 >>>>>> To: freeswitch-users >>>>>> Subject: [Freeswitch-users] Why doesn't this call get answered? >>>>>> >>>>>> >>>>>> >>>>>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>>>>> >>>>>> >>>>>> >>>>>> I can make a call from the phones to outside numbers. >>>>>> >>>>>> I can make a call from the HT801 to local phones. >>>>>> >>>>>> But I can't call from the HT801 to outside numbers. >>>>>> >>>>>> >>>>>> >>>>>> The last important thing that happens in the failed call is this: >>>>>> >>>>>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel sofia/external/ entering state [calling][0] >>>>>> >>>>>> >>>>>> >>>>>> The difference between the work and not work seems to be this: When I call from a phone to an outside number, it does this: >>>>>> >>>>>> >>>>>> >>>>>> Local SDP: >>>>>> v=0 >>>>>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>>>>> s=FreeSWITCH >>>>>> c=IN IP4 >>>>>> t=0 0 >>>>>> m=audio 25104 RTP/AVP 0 8 101 >>>>>> a=rtpmap:0 PCMU/8000 >>>>>> a=rtpmap:8 PCMA/8000 >>>>>> a=rtpmap:101 telephone-event/8000 >>>>>> a=fmtp:101 0-16 >>>>>> a=ptime:20 >>>>>> a=sendrecv >>>>>> >>>>>> >>>>>> >>>>>> When it tries to call from the HT801 to an outside number, it does this: >>>>>> >>>>>> >>>>>> >>>>>> Local SDP: >>>>>> >>>>>> v=0 >>>>>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>>>>> s=FreeSWITCH >>>>>> c=IN IP4 >>>>>> t=0 0 >>>>>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>>>>> a=rtpmap:0 PCMU/8000 >>>>>> a=rtpmap:8 PCMA/8000 >>>>>> a=rtpmap:102 opus/48000/2 >>>>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>>>> a=rtpmap:9 G722/8000 >>>>>> a=rtpmap:101 telephone-event/8000 >>>>>> a=fmtp:101 0-16 >>>>>> a=rtpmap:103 telephone-event/48000 >>>>>> a=fmtp:103 0-16 >>>>>> a=ptime:20 >>>>>> a=sendrecv >>>>>> >>>>>> >>>>>> >>>>>> Is that why it doesn't answer? If so, how do I change it? >>>>>> >>>>>> >>>>>> >>>>>> I should mention that when I tried this at home, it worked, but when I attempted to install it here at the bookstore, it didn't. The Comcast router at my home is a little different; they use a Netgear router here; and I may have upgraded Freeswitch between the time it worked and now. >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Steve >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> Need Commercial support? email sales at freeswitch.com >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> Email: brian at freeswitch.com >>>>> Mobile: 918-424-9378 >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From nycphoneservice at gmail.com Thu Apr 15 02:33:53 2021 From: nycphoneservice at gmail.com (nycphoneservice) Date: Wed, 14 Apr 2021 22:33:53 -0400 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: Looks like you have an issue with packet fragmentation. I had a similar issue with grandstream a few years back due to ISP improperly handling fragmentation. send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:12.585438: ------------------------------------------------------------------------ Your packet size is 1509 bytes which is more than standard 1500, thus it may be an fragmentation issue @ your router or further down the line. That's why you don't get replies to the invite - flowroute don't get a complete request and just ignores it. I would disable these to prove the point (will make a packet < 1500 for sure): disable P-Access-Network-Info disable P-Emergency-Info Also, I would disable alert-info because I've seen some carriers reject the invite with this header. On Wed, Apr 14, 2021 at 9:20 PM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > The sip trace is attached. > It seems to show that it sends INVITE messages, but never gets a response. > However, when it sends an OPTIONS message, it does get a response. > When calling from a different extension (using a Polycom instead of a > Grandstream ATA), the INVITE gets answered and the call proceeds. > > It seems that there is something "wrong" with this INVITE that makes > Flowroute ignore it. What could that be, and how do I fix it? > > I may have enough data here to ask Flowroute directly, so I'm going to > give that a try as well. > > -- > Steve > > On Wed, Apr 14, 2021 at 12:43 PM Brian West wrote: > >> That's the FMTP for OPUS. Chances are that invite breaks the Polycom, >> what does the SDP look like coming back from that invite? I'll be you, it's >> broken. >> >> /b >> >> >> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >> >>> I am absolutely no expert on SDP, but that SDP line that begins >>> >>> a=fmtp:102 useinbandfec=1… >>> >>> looks to me like it’s trying to set up a video call. I saw this behavior >>> with the newer Polycom VVX501 before I beat those eager beavers into >>> submission. >>> >>> >>> It also looks like the Grandstream is offering a lot more codecs which >>> you might prefer to trim down to only those necessary to get the job done. >>> Sometimes additional codecs or codecs listed in the “wrong” sequence can >>> cause mystery problems. >>> >>> >>> >>> You might have to resort to siptrace logging between FS and your carrier. >>> >>> sofia profile external siptrace on ç or whatever profile handles your >>> provider; or maybe internal to snoop what’s going on between FS and your >>> Grandstream. >>> >>> >>> >>> Hope this helps. >>> >>> >>> >>> >>> >>> --- >>> >>> John Boteler >>> >>> BnC Group U.S.A. >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> *From:* FreeSWITCH-users >>> *On Behalf Of *Steven Schoch >>> *Sent:* Tuesday, 13 April, 2021 20:47 >>> *To:* freeswitch-users >>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>> >>> >>> >>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>> >>> >>> >>> I can make a call from the phones to outside numbers. >>> >>> I can make a call from the HT801 to local phones. >>> >>> But I can't call from the HT801 to outside numbers. >>> >>> >>> >>> The last important thing that happens in the failed call is this: >>> >>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>> sofia/external/ entering state [calling][0] >>> >>> >>> >>> The difference between the work and not work seems to be this: When I >>> call from a phone to an outside number, it does this: >>> >>> >>> >>> Local SDP: >>> v=0 >>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>> s=FreeSWITCH >>> c=IN IP4 >>> t=0 0 >>> m=audio 25104 RTP/AVP 0 8 101 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=ptime:20 >>> a=sendrecv >>> >>> >>> >>> When it tries to call from the HT801 to an outside number, it does this: >>> >>> >>> >>> Local SDP: >>> >>> v=0 >>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>> s=FreeSWITCH >>> c=IN IP4 >>> t=0 0 >>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:102 opus/48000/2 >>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>> a=rtpmap:9 G722/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=rtpmap:103 telephone-event/48000 >>> a=fmtp:103 0-16 >>> a=ptime:20 >>> a=sendrecv >>> >>> >>> >>> Is that why it doesn't answer? If so, how do I change it? >>> >>> >>> >>> I should mention that when I tried this at home, it worked, but when I >>> attempted to install it here at the bookstore, it didn't. The Comcast >>> router at my home is a little different; they use a Netgear router here; >>> and I may have upgraded Freeswitch between the time it worked and now. >>> >>> >>> >>> -- >>> >>> Steve >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.org Sat Apr 17 00:02:54 2021 From: mike at freeswitch.org (Mike Jerris) Date: Fri, 16 Apr 2021 18:02:54 -0600 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: <00fa01d73159$e4751e10$ad5f5a30$@gmail.com> Message-ID: <242FA41A-B89B-4B83-B474-E07155ACBADB@freeswitch.org> Switch to TCP or TLS instead of UDP. > On Apr 14, 2021, at 8:33 PM, nycphoneservice wrote: > > Looks like you have an issue with packet fragmentation. > I had a similar issue with grandstream a few years back due to ISP improperly handling fragmentation. > send 1509 bytes to udp/[34.210.91.114]:5060 at 15:59:12.585438: > ------------------------------------------------------------------------ > Your packet size is 1509 bytes which is more than standard 1500, thus it may be an fragmentation issue @ your router or further down the line. > That's why you don't get replies to the invite - flowroute don't get a complete request and just ignores it. > I would disable these to prove the point (will make a packet < 1500 for sure): > disable P-Access-Network-Info > disable P-Emergency-Info > > Also, I would disable alert-info because I've seen some carriers reject the invite with this header. > > > On Wed, Apr 14, 2021 at 9:20 PM Steven Schoch > wrote: > The sip trace is attached. > It seems to show that it sends INVITE messages, but never gets a response. > However, when it sends an OPTIONS message, it does get a response. > When calling from a different extension (using a Polycom instead of a Grandstream ATA), the INVITE gets answered and the call proceeds. > > It seems that there is something "wrong" with this INVITE that makes Flowroute ignore it. What could that be, and how do I fix it? > > I may have enough data here to ask Flowroute directly, so I'm going to give that a try as well. > > -- > Steve > > On Wed, Apr 14, 2021 at 12:43 PM Brian West > wrote: > That's the FMTP for OPUS. Chances are that invite breaks the Polycom, what does the SDP look like coming back from that invite? I'll be you, it's broken. > > /b > > > On Wed, Apr 14, 2021 at 1:51 PM Bote Man > wrote: > I am absolutely no expert on SDP, but that SDP line that begins > > a=fmtp:102 useinbandfec=1… > > looks to me like it’s trying to set up a video call. I saw this behavior with the newer Polycom VVX501 before I beat those eager beavers into submission. > > > It also looks like the Grandstream is offering a lot more codecs which you might prefer to trim down to only those necessary to get the job done. Sometimes additional codecs or codecs listed in the “wrong” sequence can cause mystery problems. > > > > You might have to resort to siptrace logging between FS and your carrier. > > sofia profile external siptrace on ç or whatever profile handles your provider; or maybe internal to snoop what’s going on between FS and your Grandstream. > > > > Hope this helps. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From schoch+freeswitch.org at xwin32.com Sat Apr 17 00:07:02 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 16 Apr 2021 17:07:02 -0700 Subject: [Freeswitch-users] Why doesn't this call get answered? In-Reply-To: References: Message-ID: The problem is probably the NAT gateway. A NAT gateway changes the IP addresses of a packet, meaning it changes the pseudo-header, which is used to compute the checksum. The router can easily recompute the UDP checksum, unless the packet is fragmented, in which case it doesn't have the entire payload to recompute the checksum unless it reassembles the packet, computes the checksum, then forwards the fragments separately. I hear that many NAT routers can't handle IP fragmentation because of this. -- Steve On Fri, Apr 16, 2021 at 4:40 PM Ken Rice wrote: > dont forget packet frag reassembly is on the IP stack not the application > layer. If the os doesnt reassemble it the app layers dont care > > Sent from my iPhone > > On Apr 16, 2021, at 14:02, Steven Schoch > wrote: > >  > I have a theory. > > The INVITE that originates from the HT801 is bigger, and results in a UDP > packet of 1509 bytes vs 1157 bytes for the one that works. > > The MTU for Ethernet is 1500, which means the larger UDP packet will get > fragmented. Maybe the Netgear router is not handling fragmented UDP packets > properly, or maybe the Linux system is sending a jumbo frame and the > Netgear router is dropping it. I will investigate... > > -- > Steve > > On Fri, Apr 16, 2021 at 11:48 AM Steven Schoch < > schoch+freeswitch.org at xwin32.com> wrote: > >> Here's the one that works. One difference I notice is that the one that >> works has a 10-digit Caller-ID, where the one that doesn't work has an >> 11-digit Caller-ID (starting with 1). There are other differences as well: >> >> send 1157 bytes to udp/[34.210.91.114]:5060 at 11:38:10.114622: >> >> ------------------------------------------------------------------------ >> >> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >> >> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKXDQ05vU1NB3yD >> >> Max-Forwards: 69 >> >> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >> >> To: @us-west-or.sip.flowroute.com> >> >> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >> >> CSeq: 34745353 INVITE >> >> Contact: :5089;transport=udp;gw=flowroute> >> >> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >> >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >> REGISTER, REFER, NOTIFY >> >> Supported: timer, path, replaces >> >> Allow-Events: talk, hold, conference, refer >> >> Content-Type: application/sdp >> >> Content-Disposition: session >> >> Content-Length: 244 >> >> X-FS-Support: update_display,send_info >> >> Alert-Info: >> >> Remote-Party-ID: "East West Bookshop" >> @>;party=calling;screen=yes;privacy=off >> >> >> v=0 >> >> o=FreeSWITCH 1618573488 1618573489 IN IP4 >> >> s=FreeSWITCH >> >> c=IN IP4 >> >> t=0 0 >> >> m=audio 24802 RTP/AVP 0 8 101 >> >> a=rtpmap:0 PCMU/8000 >> >> a=rtpmap:8 PCMA/8000 >> >> a=rtpmap:101 telephone-event/8000 >> >> a=fmtp:101 0-16 >> >> a=ptime:20 >> >> >> >> >> recv 336 bytes from udp/[34.210.91.114]:5060 at 11:38:10.172288: >> >> ------------------------------------------------------------------------ >> >> SIP/2.0 100 Trying >> >> Via: SIP/2.0/UDP >> :5089;rport=5089;branch=z9hG4bKXDQ05vU1NB3yD;received= >> >> From: "East West Bookshop" @>;tag=gymQS2XU0H79e >> >> To: @us-west-or.sip.flowroute.com> >> >> Call-ID: bc02d323-1985-123a-9b91-10e7c6b0315b >> >> CSeq: 34745353 INVITE >> >> Content-Length: 0 >> >> -- >> Steve >> >> On Fri, Apr 16, 2021 at 10:07 AM Steven Schoch < >> schoch+freeswitch.org at xwin32.com> wrote: >> >>> I hate to be needy, but does anyone see any reason why I get no answer >>> to this invite? (I haven't yet generated an invite that works. I guess that >>> will be my next task.) >>> >>> INVITE sip:1@us-west-or.sip.flowroute.com SIP/2.0 >>> Via: SIP/2.0/UDP :5089;rport;branch=z9hG4bKcBHrQKXgHNctm >>> Max-Forwards: 69 >>> From: "East West Fax" @>;tag=c99SXeSa6mSSQ >>> To: @us-west-or.sip.flowroute.com> >>> Call-ID: dec531ef-1817-123a-9b91-10e7c6b0315b >>> CSeq: 34666784 INVITE >>> Contact: :5089;transport=udp;gw=flowroute> >>> User-Agent: FreeSWITCH-mod_sofia/1.10.6-release-18-1ff9d0a60e~64bit >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY >>> Supported: timer, path, replaces >>> Allow-Events: talk, hold, conference, refer >>> Content-Type: application/sdp >>> Content-Disposition: session >>> Content-Length: 477 >>> P-Access-Network-Info: IEEE-EUI-48;eui-48-addr=84-D8-1B-E9-50-5F >>> P-Emergency-Info: IEEE-EUI-48;eui-48-addr=C0-74-AD-30-CD-39 >>> X-FS-Support: update_display,send_info >>> Alert-Info: >>> Remote-Party-ID: "East West Fax" @>;party=calling;screen=yes;privacy=off >>> >>> v=0 >>> o=FreeSWITCH 1618413436 1618413437 IN IP4 >>> s=FreeSWITCH >>> c=IN IP4 >>> t=0 0 >>> m=audio 27716 RTP/AVP 0 8 102 9 101 103 >>> a=rtpmap:0 PCMU/8000 >>> a=rtpmap:8 PCMA/8000 >>> a=rtpmap:102 opus/48000/2 >>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>> a=rtpmap:9 G722/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=rtpmap:103 telephone-event/48000 >>> a=fmtp:103 0-16 >>> a=ptime:20 >>> >>> >>> -- >>> Steve >>> >>> On Wed, Apr 14, 2021 at 6:19 PM Steven Schoch < >>> schoch+freeswitch.org at xwin32.com> wrote: >>> >>>> The sip trace is attached. >>>> It seems to show that it sends INVITE messages, but never gets a >>>> response. >>>> However, when it sends an OPTIONS message, it does get a response. >>>> When calling from a different extension (using a Polycom instead of a >>>> Grandstream ATA), the INVITE gets answered and the call proceeds. >>>> >>>> It seems that there is something "wrong" with this INVITE that makes >>>> Flowroute ignore it. What could that be, and how do I fix it? >>>> >>>> I may have enough data here to ask Flowroute directly, so I'm going to >>>> give that a try as well. >>>> >>>> -- >>>> Steve >>>> >>>> On Wed, Apr 14, 2021 at 12:43 PM Brian West >>>> wrote: >>>> >>>>> That's the FMTP for OPUS. Chances are that invite breaks the Polycom, >>>>> what does the SDP look like coming back from that invite? I'll be you, it's >>>>> broken. >>>>> >>>>> /b >>>>> >>>>> >>>>> On Wed, Apr 14, 2021 at 1:51 PM Bote Man wrote: >>>>> >>>>>> I am absolutely no expert on SDP, but that SDP line that begins >>>>>> >>>>>> a=fmtp:102 useinbandfec=1… >>>>>> >>>>>> looks to me like it’s trying to set up a video call. I saw this >>>>>> behavior with the newer Polycom VVX501 before I beat those eager beavers >>>>>> into submission. >>>>>> >>>>>> >>>>>> It also looks like the Grandstream is offering a lot more codecs >>>>>> which you might prefer to trim down to only those necessary to get the job >>>>>> done. Sometimes additional codecs or codecs listed in the “wrong” sequence >>>>>> can cause mystery problems. >>>>>> >>>>>> >>>>>> >>>>>> You might have to resort to siptrace logging between FS and your >>>>>> carrier. >>>>>> >>>>>> sofia profile external siptrace on ç or whatever profile handles >>>>>> your provider; or maybe internal to snoop what’s going on between FS and >>>>>> your Grandstream. >>>>>> >>>>>> >>>>>> >>>>>> Hope this helps. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> --- >>>>>> >>>>>> John Boteler >>>>>> >>>>>> BnC Group U.S.A. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> *From:* FreeSWITCH-users < >>>>>> freeswitch-users-bounces at lists.freeswitch.org> *On Behalf Of *Steven >>>>>> Schoch >>>>>> *Sent:* Tuesday, 13 April, 2021 20:47 >>>>>> *To:* freeswitch-users >>>>>> *Subject:* [Freeswitch-users] Why doesn't this call get answered? >>>>>> >>>>>> >>>>>> >>>>>> This office has a bunch of Polycom SoundPoint IP 320 phones, and a >>>>>> single Grandstream HT801 (connected to a FAX machine for outgoing FAXes). >>>>>> >>>>>> >>>>>> >>>>>> I can make a call from the phones to outside numbers. >>>>>> >>>>>> I can make a call from the HT801 to local phones. >>>>>> >>>>>> But I can't call from the HT801 to outside numbers. >>>>>> >>>>>> >>>>>> >>>>>> The last important thing that happens in the failed call is this: >>>>>> >>>>>> 2021-04-13 17:28:15.260844 [DEBUG] sofia.c:7406 Channel >>>>>> sofia/external/ entering state [calling][0] >>>>>> >>>>>> >>>>>> >>>>>> The difference between the work and not work seems to be this: When I >>>>>> call from a phone to an outside number, it does this: >>>>>> >>>>>> >>>>>> >>>>>> Local SDP: >>>>>> v=0 >>>>>> o=FreeSWITCH 1618335260 1618335261 IN IP4 >>>>>> s=FreeSWITCH >>>>>> c=IN IP4 >>>>>> t=0 0 >>>>>> m=audio 25104 RTP/AVP 0 8 101 >>>>>> a=rtpmap:0 PCMU/8000 >>>>>> a=rtpmap:8 PCMA/8000 >>>>>> a=rtpmap:101 telephone-event/8000 >>>>>> a=fmtp:101 0-16 >>>>>> a=ptime:20 >>>>>> a=sendrecv >>>>>> >>>>>> >>>>>> >>>>>> When it tries to call from the HT801 to an outside number, it does >>>>>> this: >>>>>> >>>>>> >>>>>> >>>>>> Local SDP: >>>>>> >>>>>> v=0 >>>>>> o=FreeSWITCH 1618327543 1618327544 IN IP4 >>>>>> s=FreeSWITCH >>>>>> c=IN IP4 >>>>>> t=0 0 >>>>>> m=audio 32552 RTP/AVP 0 8 102 9 101 103 >>>>>> a=rtpmap:0 PCMU/8000 >>>>>> a=rtpmap:8 PCMA/8000 >>>>>> a=rtpmap:102 opus/48000/2 >>>>>> a=fmtp:102 useinbandfec=1; maxaveragebitrate=30000; >>>>>> maxplaybackrate=48000; ptime=20; minptime=10; maxptime=40; stereo=1 >>>>>> a=rtpmap:9 G722/8000 >>>>>> a=rtpmap:101 telephone-event/8000 >>>>>> a=fmtp:101 0-16 >>>>>> a=rtpmap:103 telephone-event/48000 >>>>>> a=fmtp:103 0-16 >>>>>> a=ptime:20 >>>>>> a=sendrecv >>>>>> >>>>>> >>>>>> >>>>>> Is that why it doesn't answer? If so, how do I change it? >>>>>> >>>>>> >>>>>> >>>>>> I should mention that when I tried this at home, it worked, but when >>>>>> I attempted to install it here at the bookstore, it didn't. The Comcast >>>>>> router at my home is a little different; they use a Netgear router here; >>>>>> and I may have upgraded Freeswitch between the time it worked and now. >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Steve >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From vineet.verma at bics.com Mon Apr 19 11:00:44 2021 From: vineet.verma at bics.com (VERMA Vineet (BCS/SPS)) Date: Mon, 19 Apr 2021 11:00:44 +0000 Subject: Lua API call delays the packet sending out Message-ID: Dears, I am facing the issue that when REST API triggers the freeswitch I am sending the reply with Following code: stream:write("HTTP/1.1 200 OK\r\n") if (accept == "application/json" or accept == "*/*") then stream:write("Content-Type: application/json\r\n") else stream:write("Content-Type: text/plain\r\n") end stream:write("\r\n") but it seems before packet it out , there is as deplay of 2-3 sec . can you please suggest how to solve this? I already tried stream:shutdown(); and stream:close() but did not helped. Thanks & Regards Vineet Verma This e-mail cannot be used for other purposes than BICS business use. -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex at digitalmail.com Mon Apr 19 17:41:19 2021 From: alex at digitalmail.com (Alex Lake) Date: Mon, 19 Apr 2021 18:41:19 +0100 Subject: [Freeswitch-users] Problem getting custom voicemail script to run Message-ID: FreeSWITCH Version 1.10.6-release-18 running on Debian 10. I need voicemail to run an alternative script when a message is left, and not just send an email. I've changed /etc/freeswitch/autoload_configs/switch.conf.xml to have:             But I don't believe it's even trying to use it. Instead I get entries in the log like this: 2021-04-19 16:49:04.272054 [DEBUG] mod_voicemail.c:2832 Deliver VM to 6378101 at w.x.y.z 2021-04-19 16:49:04.872034 [DEBUG] switch_utils.c:1308 Emailed file [/tmp/mail.1618850944b82e] to [email at domain.com] 2021-04-19 16:49:04.872034 [DEBUG] mod_voicemail.c:3042 Sending message to email at domain.com What am I missing?! Can this behaviour be overridden? From alex at digitalmail.com Mon Apr 19 18:27:40 2021 From: alex at digitalmail.com (Alex Lake) Date: Mon, 19 Apr 2021 19:27:40 +0100 Subject: [Freeswitch-users] Problem getting custom voicemail script to run In-Reply-To: References: Message-ID: <89a02f98-f849-b09e-ad89-96e860b28293@digitalmail.com> OK, it is now running the script - please ignore with my red-faced apologies... On 19/04/2021 18:41, Alex Lake wrote: > FreeSWITCH Version 1.10.6-release-18 running on Debian 10. > > I need voicemail to run an alternative script when a message is left, > and not just send an email. > > I've changed /etc/freeswitch/autoload_configs/switch.conf.xml to have: > >       >       > > But I don't believe it's even trying to use it. Instead I get entries > in the log like this: > > 2021-04-19 16:49:04.272054 [DEBUG] mod_voicemail.c:2832 Deliver VM to > 6378101 at w.x.y.z > 2021-04-19 16:49:04.872034 [DEBUG] switch_utils.c:1308 Emailed file > [/tmp/mail.1618850944b82e] to [email at domain.com] > 2021-04-19 16:49:04.872034 [DEBUG] mod_voicemail.c:3042 Sending > message to email at domain.com > > What am I missing?! > > Can this behaviour be overridden? > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From david.villaume at sewan.fr Tue Apr 20 06:21:39 2021 From: david.villaume at sewan.fr (David VILLAUME) Date: Tue, 20 Apr 2021 06:21:39 +0000 Subject: [Freeswitch-users] Forking with one leg using a redirect server. In-Reply-To: References: Message-ID: Hello all , Does anyone have some hint about this ? Regards, David From: FreeSWITCH-users On Behalf Of David VILLAUME Sent: Tuesday, April 13, 2021 6:00 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Forking with one leg using a redirect server. Hello, We are having troubles with following scenario : Freeswitch receives an incoming call and forks to one user (B1) and a sip redirect-server (B2). If the contact inside the redirect (B2) is local, the leg B1 is is cancelled when the 302 reaches the server. d521d2f2-9c69-11eb-aec3-b7e8effe21d8 2021-04-13 17:06:27.569223 [NOTICE] sofia.c:6506 Hangup sofia/external/+33123456789 [CS_CONSUME_MEDIA] [REDIRECTION_TO_NEW_DESTINATION] d521c17c-9c69-11eb-aebe-b7e8effe21d8 2021-04-13 17:06:27.589224 [NOTICE] switch_ivr_originate.c:3601 Hangup sofia/internal-centrex/internaluser at 172.16.33.40:5062 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] This occurs even if manual mode. Does anyone have idea about how to avoid this cancel ? Regards, David -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Tue Apr 20 22:10:56 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Tue, 20 Apr 2021 23:10:56 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? Message-ID: Hello guys, I have this case where 3 users are in a conference, and if one of the puts the call on hold, the others will hear his usual music on hold. Is there a way of disabling MOH while in a conference? thanks, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Tue Apr 20 23:28:08 2021 From: brian at freeswitch.com (Brian West) Date: Tue, 20 Apr 2021 18:28:08 -0500 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Depends on if the phone is directly connected to the FS with the conference or not. On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Hello guys, > > I have this case where 3 users are in a conference, and if one of the puts > the call on hold, the others will hear his usual music on hold. Is there a > way of disabling MOH while in a conference? > > thanks, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Tue Apr 20 23:40:13 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 21 Apr 2021 00:40:13 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Thanks Brian, Calls are connected directly to FS. My issue is the client sends a reINVITE with sendonly and FS starts playing moh. Is there no way of preventing this from happening? Unless i'm not understanding what you mean by "directly". They're going through Kamailio. Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Wed, Apr 21, 2021 at 12:28 AM Brian West wrote: > Depends on if the phone is directly connected to the FS with the > conference or not. > > On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Hello guys, >> >> I have this case where 3 users are in a conference, and if one of the >> puts the call on hold, the others will hear his usual music on hold. Is >> there a way of disabling MOH while in a conference? >> >> thanks, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Apr 21 00:24:07 2021 From: brian at freeswitch.com (Brian West) Date: Tue, 20 Apr 2021 19:24:07 -0500 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Just set the moh to silence_stream://-1 before you enter the conference. :) /b On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Thanks Brian, > > Calls are connected directly to FS. My issue is the client sends a > reINVITE with sendonly and FS starts playing moh. Is there no way of > preventing this from happening? > Unless i'm not understanding what you mean by "directly". They're going > through Kamailio. > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Wed, Apr 21, 2021 at 12:28 AM Brian West wrote: > >> Depends on if the phone is directly connected to the FS with the >> conference or not. >> >> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Hello guys, >>> >>> I have this case where 3 users are in a conference, and if one of the >>> puts the call on hold, the others will hear his usual music on hold. Is >>> there a way of disabling MOH while in a conference? >>> >>> thanks, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Wed Apr 21 09:40:09 2021 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 21 Apr 2021 11:40:09 +0200 Subject: [Freeswitch-users] [ANNOUNCE]: sipnagios, a Nagios Plugin to check Call Quality in SIP VoIP (compatible with checkmk, etc) Message-ID: Hello fellow VoIPers and RTCers, on GitHub there is an early release of sipnagios, opensource. check it out: https://github.com/gmaruzz/sipnagios sipnagios is a Nagios Plugin to check Call Quality in SIP VoIP (compatible with checkmk, etc) sipnagios implements the Nagios plugin API for monitoring and performance data.sipnagios.c is a modification of the original siprtp.c sample in pjproject distribution. Supposedly, it works on Linux, Windows, and anywhere you can compile pjproject on.It makes a call, checks all the various resulting values (mos, rtt, pdd, tta, jitter, packet loss, bytes and packets transferred, and so on). It verifies these values are included into acceptable, warning, or critical ranges.If the call has gone well, sipnagios print performance data for Nagios graphs, and returns 0.If the call fails, or if its measured values are not inside acceptable ranges, it exits with Nagios conventional WARNING or CRITICAL values. mos calculation is scraped from Julien Chavanton work (VoIP Patrol, on GitHub too) I can't even understand :) (merci Julien!) Enjoy! -giovanni -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Wed Apr 21 12:05:15 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 21 Apr 2021 13:05:15 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Thanks Brian, i tried: But on receiving the sendonly fs starts MOH. Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Wed, Apr 21, 2021 at 1:25 AM Brian West wrote: > Just set the moh to silence_stream://-1 before you enter the conference. :) > > /b > > > On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Thanks Brian, >> >> Calls are connected directly to FS. My issue is the client sends a >> reINVITE with sendonly and FS starts playing moh. Is there no way of >> preventing this from happening? >> Unless i'm not understanding what you mean by "directly". They're going >> through Kamailio. >> >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> >> >> On Wed, Apr 21, 2021 at 12:28 AM Brian West wrote: >> >>> Depends on if the phone is directly connected to the FS with the >>> conference or not. >>> >>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> Hello guys, >>>> >>>> I have this case where 3 users are in a conference, and if one of the >>>> puts the call on hold, the others will hear his usual music on hold. Is >>>> there a way of disabling MOH while in a conference? >>>> >>>> thanks, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Wed Apr 21 13:35:47 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 21 Apr 2021 14:35:47 +0100 Subject: [Freeswitch-users] disable MOH In-Reply-To: References: Message-ID: did you solve this? Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Tue, Feb 19, 2019 at 12:08 AM Juan Nino wrote: > > > > I am trying to get freeswitch to ignore re invites and don't play any MOH >>>> as >>>> the MOH already comes from the PBX, even when disabling it I still see >>>> in >>>> the logs that is trying to play MOH >>>> 2019-02-18 17:24:49.427916 [DEBUG] switch_ivr.c:623 >>>> sofia/rtp-dirty/%2B12345 at x.x.x.x:5060 Command Execute >>>> playback(local_stream://moh) >>>> >>>> EXECUTE sofia/rtp-dirty/%2B12345 at x.x.x.x:5060 >>>> playback(local_stream://moh) >>>> >>>> any idea what has to be done to get freeswitch to continue passing RTP >>>> without trying to impose its own? >>>> >>>> thanks >>>> >>> >>> >> _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Apr 21 14:16:08 2021 From: brian at freeswitch.com (Brian West) Date: Wed, 21 Apr 2021 09:16:08 -0500 Subject: [Freeswitch-users] disable MOH In-Reply-To: References: Message-ID: You can't ignore the reinvites, just set the music to silence! Have you tried that? On Wed, Apr 21, 2021 at 9:15 AM David Villasmil < david.villasmil.work at gmail.com> wrote: > did you solve this? > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Tue, Feb 19, 2019 at 12:08 AM Juan Nino wrote: > >> >> >> >> I am trying to get freeswitch to ignore re invites and don't play any MOH >>>>> as >>>>> the MOH already comes from the PBX, even when disabling it I still see >>>>> in >>>>> the logs that is trying to play MOH >>>>> 2019-02-18 17:24:49.427916 [DEBUG] switch_ivr.c:623 >>>>> sofia/rtp-dirty/%2B12345 at x.x.x.x:5060 Command Execute >>>>> playback(local_stream://moh) >>>>> >>>>> EXECUTE sofia/rtp-dirty/%2B12345 at x.x.x.x:5060 >>>>> playback(local_stream://moh) >>>>> >>>>> any idea what has to be done to get freeswitch to continue passing RTP >>>>> without trying to impose its own? >>>>> >>>>> thanks >>>>> >>>> >>>> >>> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Apr 21 14:16:38 2021 From: brian at freeswitch.com (Brian West) Date: Wed, 21 Apr 2021 09:16:38 -0500 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Then the device has something between FS and the phone, and there is ZERO hope. /b On Wed, Apr 21, 2021 at 7:20 AM David Villasmil < david.villasmil.work at gmail.com> wrote: > Thanks Brian, > > i tried: > > > > > But on receiving the sendonly fs starts MOH. > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Wed, Apr 21, 2021 at 1:25 AM Brian West wrote: > >> Just set the moh to silence_stream://-1 before you enter the conference. >> :) >> >> /b >> >> >> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Thanks Brian, >>> >>> Calls are connected directly to FS. My issue is the client sends a >>> reINVITE with sendonly and FS starts playing moh. Is there no way of >>> preventing this from happening? >>> Unless i'm not understanding what you mean by "directly". They're going >>> through Kamailio. >>> >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> >>> >>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>> wrote: >>> >>>> Depends on if the phone is directly connected to the FS with the >>>> conference or not. >>>> >>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> Hello guys, >>>>> >>>>> I have this case where 3 users are in a conference, and if one of the >>>>> puts the call on hold, the others will hear his usual music on hold. Is >>>>> there a way of disabling MOH while in a conference? >>>>> >>>>> thanks, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Wed Apr 21 14:27:09 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 21 Apr 2021 15:27:09 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: A really weird thing is I started /events on CHANNEL_HOLD and CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a conference (I do see them when in a normal call. On Wed, 21 Apr 2021 at 13:05, David Villasmil < david.villasmil.work at gmail.com> wrote: > Thanks Brian, > > i tried: > > > > > But on receiving the sendonly fs starts MOH. > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Wed, Apr 21, 2021 at 1:25 AM Brian West wrote: > >> Just set the moh to silence_stream://-1 before you enter the conference. >> :) >> >> /b >> >> >> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Thanks Brian, >>> >>> Calls are connected directly to FS. My issue is the client sends a >>> reINVITE with sendonly and FS starts playing moh. Is there no way of >>> preventing this from happening? >>> Unless i'm not understanding what you mean by "directly". They're going >>> through Kamailio. >>> >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> >>> >>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>> wrote: >>> >>>> Depends on if the phone is directly connected to the FS with the >>>> conference or not. >>>> >>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> Hello guys, >>>>> >>>>> I have this case where 3 users are in a conference, and if one of the >>>>> puts the call on hold, the others will hear his usual music on hold. Is >>>>> there a way of disabling MOH while in a conference? >>>>> >>>>> thanks, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Apr 21 15:20:19 2021 From: brian at freeswitch.com (Brian West) Date: Wed, 21 Apr 2021 10:20:19 -0500 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Sounds like the hold music is some sort of intermediate channel, happen to have loopback in the mix? On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < david.villasmil.work at gmail.com> wrote: > A really weird thing is I started /events on CHANNEL_HOLD and > CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a > conference (I do see them when in a normal call. > > > On Wed, 21 Apr 2021 at 13:05, David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Thanks Brian, >> >> i tried: >> >> >> >> >> But on receiving the sendonly fs starts MOH. >> >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> >> >> On Wed, Apr 21, 2021 at 1:25 AM Brian West wrote: >> >>> Just set the moh to silence_stream://-1 before you enter the conference. >>> :) >>> >>> /b >>> >>> >>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> Thanks Brian, >>>> >>>> Calls are connected directly to FS. My issue is the client sends a >>>> reINVITE with sendonly and FS starts playing moh. Is there no way of >>>> preventing this from happening? >>>> Unless i'm not understanding what you mean by "directly". They're going >>>> through Kamailio. >>>> >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> >>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>>> wrote: >>>> >>>>> Depends on if the phone is directly connected to the FS with the >>>>> conference or not. >>>>> >>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>> david.villasmil.work at gmail.com> wrote: >>>>> >>>>>> Hello guys, >>>>>> >>>>>> I have this case where 3 users are in a conference, and if one of the >>>>>> puts the call on hold, the others will hear his usual music on hold. Is >>>>>> there a way of disabling MOH while in a conference? >>>>>> >>>>>> thanks, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Wed Apr 21 16:24:11 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 21 Apr 2021 17:24:11 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: When you say lookback, do you mean like INVITing to the same box? Yes, this is a new system for me. When a conference is wanted, there's a lua sending an invite to the same box on a different port, which in turn goes to a diaplan that does the conferencing. Another thing i'm seeing in that the MOH (suite....) doesn't actually starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... as if it's playing one single stream continuously... i seem to remember something that does that but i can't remember right now (shout? but there's no shout here) Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Wed, Apr 21, 2021 at 4:21 PM Brian West wrote: > Sounds like the hold music is some sort of intermediate channel, happen to > have loopback in the mix? > > > On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> A really weird thing is I started /events on CHANNEL_HOLD and >> CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a >> conference (I do see them when in a normal call. >> >> >> On Wed, 21 Apr 2021 at 13:05, David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Thanks Brian, >>> >>> i tried: >>> >>> >>> >>> >>> But on receiving the sendonly fs starts MOH. >>> >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> >>> >>> On Wed, Apr 21, 2021 at 1:25 AM Brian West wrote: >>> >>>> Just set the moh to silence_stream://-1 before you enter the >>>> conference. :) >>>> >>>> /b >>>> >>>> >>>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> Thanks Brian, >>>>> >>>>> Calls are connected directly to FS. My issue is the client sends a >>>>> reINVITE with sendonly and FS starts playing moh. Is there no way of >>>>> preventing this from happening? >>>>> Unless i'm not understanding what you mean by "directly". They're >>>>> going through Kamailio. >>>>> >>>>> Regards, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> >>>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>>>> wrote: >>>>> >>>>>> Depends on if the phone is directly connected to the FS with the >>>>>> conference or not. >>>>>> >>>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>>> david.villasmil.work at gmail.com> wrote: >>>>>> >>>>>>> Hello guys, >>>>>>> >>>>>>> I have this case where 3 users are in a conference, and if one of >>>>>>> the puts the call on hold, the others will hear his usual music on hold. Is >>>>>>> there a way of disabling MOH while in a conference? >>>>>>> >>>>>>> thanks, >>>>>>> >>>>>>> David Villasmil >>>>>>> email: david.villasmil.work at gmail.com >>>>>>> phone: +34669448337 >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Brian West | Co-founder and Developer >>>>>> >>>>>> Need Commercial support? email sales at freeswitch.com >>>>>> >>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>> >>>>>> >>>>>> Email: brian at freeswitch.com >>>>>> >>>>>> Mobile: 918-424-9378 >>>>>> >>>>>> Website: https://www.FreeSWITCH.com >>>>>> >>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>> [image: >>>>>> https://twitter.com/freeswitch] >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From social at bohboh.info Wed Apr 21 18:37:29 2021 From: social at bohboh.info (Social Boh) Date: Wed, 21 Apr 2021 13:37:29 -0500 Subject: [Freeswitch-users] [ANNOUNCE]: sipnagios, a Nagios Plugin to check Call Quality in SIP VoIP (compatible with checkmk, etc) In-Reply-To: References: Message-ID: I'm testing the plugin on Nagios but no output... /usr/src/pjproject-2.11/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/sipnagios -d 60 --local-port=5060 --ip-addr=PBXIP --local-siprealm=asterisk --local-user=100 --local-password=password sip:0749941093 at acme.cloudpbx.opentelecom.it:5030 Any hint? --- I'm SoCIaL, MayBe El 21/04/2021 a las 4:40 a. m., Giovanni Maruzzelli escribió: > > Hello fellow VoIPers and RTCers, > > on GitHub there is an early release of sipnagios, opensource. > > check it out: https://github.com/gmaruzz/sipnagios > > > sipnagios is a Nagios Plugin to check Call Quality in SIP VoIP > (compatible with checkmk, etc) > > sipnagios implements the Nagios plugin API for monitoring and > performance data.sipnagios.c is a modification of the original > siprtp.c sample in pjproject distribution. Supposedly, it works on > Linux, Windows, and anywhere you can compile pjproject on.It makes a > call, checks all the various resulting values (mos, rtt, pdd, tta, > jitter, packet loss, bytes and packets transferred, and so on). It > verifies these values are included into acceptable, warning, or > critical ranges.If the call has gone well, sipnagios print performance > data for Nagios graphs, and returns 0.If the call fails, or if its > measured values are not inside acceptable ranges, it exits with Nagios > conventional WARNING or CRITICAL values. > > mos calculation is scraped from Julien Chavanton work (VoIP Patrol, on > GitHub too) I can't even understand :) (merci Julien!) > > Enjoy! > > -giovanni > -- > Sincerely, > > Giovanni Maruzzelli > OpenTelecom.IT > cell: +39 347 266 56 18 > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Thu Apr 22 07:29:32 2021 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 22 Apr 2021 09:29:32 +0200 Subject: [Freeswitch-users] [ANNOUNCE]: sipnagios, a Nagios Plugin to check Call Quality in SIP VoIP (compatible with checkmk, etc) In-Reply-To: References: Message-ID: On Wed, Apr 21, 2021 at 8:38 PM Social Boh wrote: > I'm testing the plugin on Nagios but no output... > > /usr/src/pjproject-2.11/pjsip-apps/bin/samples/x86_64-unknown-linux-gnu/sipnagios > -d 60 --local-port=5060 --ip-addr=PBXIP --local-siprealm=asterisk > --local-user=100 --local-password=password > sip:0749941093 at acme.cloudpbx.opentelecom.it:5030 > > Execute it from the command line, and see what it prints. If needed, set logging options to higher values. local-port is the port you want to use to go out from sipnagios (the udp socket sipnagios creates) ip-addr is the local ip address sipnagios uses to create the udp socket, MUST be the ip address of the machine sipnagios is running on (eg: 192.168.1.23) local-siprealm is the sip domain sipnagios will use to authenticate the invite on the remote sip server local user is the auth and login user on the remote sip server password is its password the last argument is the full sip uri sipnagios will send the invite to, and is not for sure the one you used. MUST be a sip uri that is reachable by the remote sip server For any other problem, please open a github issue, so we don't squat this mailing list :) Have a nice day, -giovanni > Any hint? > > --- > I'm SoCIaL, MayBe > > El 21/04/2021 a las 4:40 a. m., Giovanni Maruzzelli escribió: > > > Hello fellow VoIPers and RTCers, > > on GitHub there is an early release of sipnagios, opensource. > > check it out: https://github.com/gmaruzz/sipnagios > > sipnagios is a Nagios Plugin to check Call Quality in SIP VoIP (compatible > with checkmk, etc) > > sipnagios implements the Nagios plugin API for monitoring and performance > data.sipnagios.c is a modification of the original siprtp.c sample in > pjproject distribution. Supposedly, it works on Linux, Windows, and > anywhere you can compile pjproject on.It makes a call, checks all the > various resulting values (mos, rtt, pdd, tta, jitter, packet loss, bytes > and packets transferred, and so on). It verifies these values are included > into acceptable, warning, or critical ranges.If the call has gone well, > sipnagios print performance data for Nagios graphs, and returns 0.If the > call fails, or if its measured values are not inside acceptable ranges, it > exits with Nagios conventional WARNING or CRITICAL values. > > mos calculation is scraped from Julien Chavanton work (VoIP Patrol, on > GitHub too) I can't even understand :) (merci Julien!) > > Enjoy! > > -giovanni > -- > Sincerely, > > Giovanni Maruzzelli > OpenTelecom.IT > cell: +39 347 266 56 18 > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com > > -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Fri Apr 23 16:32:15 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 23 Apr 2021 17:32:15 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: I thought I’d let you know. There was indeed another fs in the middle, and that’s the one playin the MOH, because it doesn’t know the b-leg (which then goes to a FS on which the conference is running) is a conference call... On Wed, 21 Apr 2021 at 17:24, David Villasmil < david.villasmil.work at gmail.com> wrote: > When you say lookback, do you mean like INVITing to the same box? Yes, > this is a new system for me. When a conference is wanted, there's a lua > sending an invite to the same box on a different port, which in turn goes > to a diaplan that does the conferencing. > Another thing i'm seeing in that the MOH (suite....) doesn't actually > starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen > for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... > as if it's playing one single stream continuously... i seem to remember > something that does that but i can't remember right now (shout? but there's > no shout here) > > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Wed, Apr 21, 2021 at 4:21 PM Brian West wrote: > >> Sounds like the hold music is some sort of intermediate channel, happen >> to have loopback in the mix? >> >> >> On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> A really weird thing is I started /events on CHANNEL_HOLD and >>> CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a >>> conference (I do see them when in a normal call. >>> >>> >>> On Wed, 21 Apr 2021 at 13:05, David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> Thanks Brian, >>>> >>>> i tried: >>>> >>>> >>> data="hold_music=silence_stream://-1"/> >>>> >>>> >>>> But on receiving the sendonly fs starts MOH. >>>> >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> >>>> On Wed, Apr 21, 2021 at 1:25 AM Brian West >>>> wrote: >>>> >>>>> Just set the moh to silence_stream://-1 before you enter the >>>>> conference. :) >>>>> >>>>> /b >>>>> >>>>> >>>>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>>>> david.villasmil.work at gmail.com> wrote: >>>>> >>>>>> Thanks Brian, >>>>>> >>>>>> Calls are connected directly to FS. My issue is the client sends a >>>>>> reINVITE with sendonly and FS starts playing moh. Is there no way of >>>>>> preventing this from happening? >>>>>> Unless i'm not understanding what you mean by "directly". They're >>>>>> going through Kamailio. >>>>>> >>>>>> Regards, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> >>>>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>>>>> wrote: >>>>>> >>>>>>> Depends on if the phone is directly connected to the FS with the >>>>>>> conference or not. >>>>>>> >>>>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>> >>>>>>>> Hello guys, >>>>>>>> >>>>>>>> I have this case where 3 users are in a conference, and if one of >>>>>>>> the puts the call on hold, the others will hear his usual music on hold. Is >>>>>>>> there a way of disabling MOH while in a conference? >>>>>>>> >>>>>>>> thanks, >>>>>>>> >>>>>>>> David Villasmil >>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>> phone: +34669448337 >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Brian West | Co-founder and Developer >>>>>>> >>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>> >>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>> >>>>>>> >>>>>>> Email: brian at freeswitch.com >>>>>>> >>>>>>> Mobile: 918-424-9378 >>>>>>> >>>>>>> Website: https://www.FreeSWITCH.com >>>>>>> >>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>> [image: >>>>>>> https://twitter.com/freeswitch] >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Apr 23 16:57:01 2021 From: brian at freeswitch.com (Brian West) Date: Fri, 23 Apr 2021 11:57:01 -0500 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Yep, you gotta know there too to set the MOH to silence. Figured that was what was going on. On Fri, Apr 23, 2021 at 11:47 AM David Villasmil < david.villasmil.work at gmail.com> wrote: > I thought I’d let you know. > There was indeed another fs in the middle, and that’s the one playin the > MOH, because it doesn’t know the b-leg (which then goes to a FS on which > the conference is running) is a conference call... > > On Wed, 21 Apr 2021 at 17:24, David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> When you say lookback, do you mean like INVITing to the same box? Yes, >> this is a new system for me. When a conference is wanted, there's a lua >> sending an invite to the same box on a different port, which in turn goes >> to a diaplan that does the conferencing. >> Another thing i'm seeing in that the MOH (suite....) doesn't actually >> starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen >> for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... >> as if it's playing one single stream continuously... i seem to remember >> something that does that but i can't remember right now (shout? but there's >> no shout here) >> >> >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> >> >> On Wed, Apr 21, 2021 at 4:21 PM Brian West wrote: >> >>> Sounds like the hold music is some sort of intermediate channel, happen >>> to have loopback in the mix? >>> >>> >>> On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> A really weird thing is I started /events on CHANNEL_HOLD and >>>> CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a >>>> conference (I do see them when in a normal call. >>>> >>>> >>>> On Wed, 21 Apr 2021 at 13:05, David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> Thanks Brian, >>>>> >>>>> i tried: >>>>> >>>>> >>>> data="hold_music=silence_stream://-1"/> >>>>> >>>>> >>>>> But on receiving the sendonly fs starts MOH. >>>>> >>>>> Regards, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> >>>>> On Wed, Apr 21, 2021 at 1:25 AM Brian West >>>>> wrote: >>>>> >>>>>> Just set the moh to silence_stream://-1 before you enter the >>>>>> conference. :) >>>>>> >>>>>> /b >>>>>> >>>>>> >>>>>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>>>>> david.villasmil.work at gmail.com> wrote: >>>>>> >>>>>>> Thanks Brian, >>>>>>> >>>>>>> Calls are connected directly to FS. My issue is the client sends a >>>>>>> reINVITE with sendonly and FS starts playing moh. Is there no way of >>>>>>> preventing this from happening? >>>>>>> Unless i'm not understanding what you mean by "directly". They're >>>>>>> going through Kamailio. >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> David Villasmil >>>>>>> email: david.villasmil.work at gmail.com >>>>>>> phone: +34669448337 >>>>>>> >>>>>>> >>>>>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> Depends on if the phone is directly connected to the FS with the >>>>>>>> conference or not. >>>>>>>> >>>>>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>> >>>>>>>>> Hello guys, >>>>>>>>> >>>>>>>>> I have this case where 3 users are in a conference, and if one of >>>>>>>>> the puts the call on hold, the others will hear his usual music on hold. Is >>>>>>>>> there a way of disabling MOH while in a conference? >>>>>>>>> >>>>>>>>> thanks, >>>>>>>>> >>>>>>>>> David Villasmil >>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>> phone: +34669448337 >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>> PSTN services. >>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>> >>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>> >>>>>>>>> Professional FreeSWITCH Services >>>>>>>>> sales at freeswitch.com >>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> https://freeswitch.com/oss >>>>>>>>> https://freeswitch.org/confluence >>>>>>>>> https://cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Brian West | Co-founder and Developer >>>>>>>> >>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>> >>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>>> >>>>>>>> >>>>>>>> Email: brian at freeswitch.com >>>>>>>> >>>>>>>> Mobile: 918-424-9378 >>>>>>>> >>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>> >>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>> [image: >>>>>>>> https://twitter.com/freeswitch] >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Brian West | Co-founder and Developer >>>>>> >>>>>> Need Commercial support? email sales at freeswitch.com >>>>>> >>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>> >>>>>> >>>>>> Email: brian at freeswitch.com >>>>>> >>>>>> Mobile: 918-424-9378 >>>>>> >>>>>> Website: https://www.FreeSWITCH.com >>>>>> >>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>> [image: >>>>>> https://twitter.com/freeswitch] >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> -- >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Fri Apr 23 17:08:18 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 23 Apr 2021 18:08:18 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Yeah, thanks for the pointer. Thing is, I can’t totally disable MOH on the other box. I would have to do it only if this call is going to a conference on the next server. Not trivial, unless you have some suggestions? On Fri, 23 Apr 2021 at 17:57, Brian West wrote: > Yep, you gotta know there too to set the MOH to silence. Figured that was > what was going on. > > On Fri, Apr 23, 2021 at 11:47 AM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> I thought I’d let you know. >> There was indeed another fs in the middle, and that’s the one playin the >> MOH, because it doesn’t know the b-leg (which then goes to a FS on which >> the conference is running) is a conference call... >> >> On Wed, 21 Apr 2021 at 17:24, David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> When you say lookback, do you mean like INVITing to the same box? Yes, >>> this is a new system for me. When a conference is wanted, there's a lua >>> sending an invite to the same box on a different port, which in turn goes >>> to a diaplan that does the conferencing. >>> Another thing i'm seeing in that the MOH (suite....) doesn't actually >>> starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen >>> for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... >>> as if it's playing one single stream continuously... i seem to remember >>> something that does that but i can't remember right now (shout? but there's >>> no shout here) >>> >>> >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> >>> >>> On Wed, Apr 21, 2021 at 4:21 PM Brian West wrote: >>> >>>> Sounds like the hold music is some sort of intermediate channel, happen >>>> to have loopback in the mix? >>>> >>>> >>>> On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> A really weird thing is I started /events on CHANNEL_HOLD and >>>>> CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a >>>>> conference (I do see them when in a normal call. >>>>> >>>>> >>>>> On Wed, 21 Apr 2021 at 13:05, David Villasmil < >>>>> david.villasmil.work at gmail.com> wrote: >>>>> >>>>>> Thanks Brian, >>>>>> >>>>>> i tried: >>>>>> >>>>>> >>>>> data="hold_music=silence_stream://-1"/> >>>>>> >>>>>> >>>>>> But on receiving the sendonly fs starts MOH. >>>>>> >>>>>> Regards, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> >>>>>> On Wed, Apr 21, 2021 at 1:25 AM Brian West >>>>>> wrote: >>>>>> >>>>>>> Just set the moh to silence_stream://-1 before you enter the >>>>>>> conference. :) >>>>>>> >>>>>>> /b >>>>>>> >>>>>>> >>>>>>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>> >>>>>>>> Thanks Brian, >>>>>>>> >>>>>>>> Calls are connected directly to FS. My issue is the client sends a >>>>>>>> reINVITE with sendonly and FS starts playing moh. Is there no way of >>>>>>>> preventing this from happening? >>>>>>>> Unless i'm not understanding what you mean by "directly". They're >>>>>>>> going through Kamailio. >>>>>>>> >>>>>>>> Regards, >>>>>>>> >>>>>>>> David Villasmil >>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>> phone: +34669448337 >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Depends on if the phone is directly connected to the FS with the >>>>>>>>> conference or not. >>>>>>>>> >>>>>>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> Hello guys, >>>>>>>>>> >>>>>>>>>> I have this case where 3 users are in a conference, and if one of >>>>>>>>>> the puts the call on hold, the others will hear his usual music on hold. Is >>>>>>>>>> there a way of disabling MOH while in a conference? >>>>>>>>>> >>>>>>>>>> thanks, >>>>>>>>>> >>>>>>>>>> David Villasmil >>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>> phone: +34669448337 >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>> https://signalwire.com >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>> PSTN services. >>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>> >>>>>>>>>> Join our online community to chat in real time >>>>>>>>>> https://signalwire.community >>>>>>>>>> >>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>> sales at freeswitch.com >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>> https://cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>> >>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>> >>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>> 53045 >>>>>>>>> >>>>>>>>> >>>>>>>>> Email: brian at freeswitch.com >>>>>>>>> >>>>>>>>> Mobile: 918-424-9378 >>>>>>>>> >>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>> >>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>> [image: >>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>> PSTN services. >>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>> >>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>> >>>>>>>>> Professional FreeSWITCH Services >>>>>>>>> sales at freeswitch.com >>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> https://freeswitch.com/oss >>>>>>>>> https://freeswitch.org/confluence >>>>>>>>> https://cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Brian West | Co-founder and Developer >>>>>>> >>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>> >>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>> >>>>>>> >>>>>>> Email: brian at freeswitch.com >>>>>>> >>>>>>> Mobile: 918-424-9378 >>>>>>> >>>>>>> Website: https://www.FreeSWITCH.com >>>>>>> >>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>> [image: >>>>>>> https://twitter.com/freeswitch] >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> -- >>>>> Regards, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Apr 23 18:09:57 2021 From: brian at freeswitch.com (Brian West) Date: Fri, 23 Apr 2021 13:09:57 -0500 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Do you control that system at all? On Fri, Apr 23, 2021 at 12:49 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Yeah, thanks for the pointer. Thing is, I can’t totally disable MOH on the > other box. I would have to do it only if this call is going to a conference > on the next server. Not trivial, unless you have some suggestions? > > On Fri, 23 Apr 2021 at 17:57, Brian West wrote: > >> Yep, you gotta know there too to set the MOH to silence. Figured that >> was what was going on. >> >> On Fri, Apr 23, 2021 at 11:47 AM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> I thought I’d let you know. >>> There was indeed another fs in the middle, and that’s the one playin the >>> MOH, because it doesn’t know the b-leg (which then goes to a FS on which >>> the conference is running) is a conference call... >>> >>> On Wed, 21 Apr 2021 at 17:24, David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> When you say lookback, do you mean like INVITing to the same box? Yes, >>>> this is a new system for me. When a conference is wanted, there's a lua >>>> sending an invite to the same box on a different port, which in turn goes >>>> to a diaplan that does the conferencing. >>>> Another thing i'm seeing in that the MOH (suite....) doesn't actually >>>> starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen >>>> for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... >>>> as if it's playing one single stream continuously... i seem to remember >>>> something that does that but i can't remember right now (shout? but there's >>>> no shout here) >>>> >>>> >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> >>>> On Wed, Apr 21, 2021 at 4:21 PM Brian West >>>> wrote: >>>> >>>>> Sounds like the hold music is some sort of intermediate channel, >>>>> happen to have loopback in the mix? >>>>> >>>>> >>>>> On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < >>>>> david.villasmil.work at gmail.com> wrote: >>>>> >>>>>> A really weird thing is I started /events on CHANNEL_HOLD and >>>>>> CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a >>>>>> conference (I do see them when in a normal call. >>>>>> >>>>>> >>>>>> On Wed, 21 Apr 2021 at 13:05, David Villasmil < >>>>>> david.villasmil.work at gmail.com> wrote: >>>>>> >>>>>>> Thanks Brian, >>>>>>> >>>>>>> i tried: >>>>>>> >>>>>>> >>>>>> data="hold_music=silence_stream://-1"/> >>>>>>> >>>>>>> >>>>>>> But on receiving the sendonly fs starts MOH. >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> David Villasmil >>>>>>> email: david.villasmil.work at gmail.com >>>>>>> phone: +34669448337 >>>>>>> >>>>>>> >>>>>>> On Wed, Apr 21, 2021 at 1:25 AM Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> Just set the moh to silence_stream://-1 before you enter the >>>>>>>> conference. :) >>>>>>>> >>>>>>>> /b >>>>>>>> >>>>>>>> >>>>>>>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>> >>>>>>>>> Thanks Brian, >>>>>>>>> >>>>>>>>> Calls are connected directly to FS. My issue is the client sends a >>>>>>>>> reINVITE with sendonly and FS starts playing moh. Is there no way of >>>>>>>>> preventing this from happening? >>>>>>>>> Unless i'm not understanding what you mean by "directly". They're >>>>>>>>> going through Kamailio. >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> >>>>>>>>> David Villasmil >>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>> phone: +34669448337 >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Depends on if the phone is directly connected to the FS with the >>>>>>>>>> conference or not. >>>>>>>>>> >>>>>>>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Hello guys, >>>>>>>>>>> >>>>>>>>>>> I have this case where 3 users are in a conference, and if one >>>>>>>>>>> of the puts the call on hold, the others will hear his usual music on hold. >>>>>>>>>>> Is there a way of disabling MOH while in a conference? >>>>>>>>>>> >>>>>>>>>>> thanks, >>>>>>>>>>> >>>>>>>>>>> David Villasmil >>>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>>> phone: +34669448337 >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> >>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>> https://signalwire.com >>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>> PSTN services. >>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>> >>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>> https://signalwire.community >>>>>>>>>>> >>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>> https://freeswitch.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>> https://cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>>> >>>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>>> 53045 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Email: brian at freeswitch.com >>>>>>>>>> >>>>>>>>>> Mobile: 918-424-9378 >>>>>>>>>> >>>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>>> >>>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>>> [image: >>>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>> https://signalwire.com >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>> PSTN services. >>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>> >>>>>>>>>> Join our online community to chat in real time >>>>>>>>>> https://signalwire.community >>>>>>>>>> >>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>> sales at freeswitch.com >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>> https://cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>> PSTN services. >>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>> >>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>> >>>>>>>>> Professional FreeSWITCH Services >>>>>>>>> sales at freeswitch.com >>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> https://freeswitch.com/oss >>>>>>>>> https://freeswitch.org/confluence >>>>>>>>> https://cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Brian West | Co-founder and Developer >>>>>>>> >>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>> >>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>>> >>>>>>>> >>>>>>>> Email: brian at freeswitch.com >>>>>>>> >>>>>>>> Mobile: 918-424-9378 >>>>>>>> >>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>> >>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>> [image: >>>>>>>> https://twitter.com/freeswitch] >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> -- >>>>>> Regards, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From botelist at gmail.com Fri Apr 23 18:26:41 2021 From: botelist at gmail.com (Bote Man) Date: Fri, 23 Apr 2021 14:26:41 -0400 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: <000b01d7386e$35336e40$9f9a4ac0$@gmail.com> Since the offending FS knows how to reach the conference FS, just set the MOH channel variable to silence in the dialplan extension that sends the call to the conference FS. --- John Boteler BnC Group U.S.A. From: FreeSWITCH-users On Behalf Of David Villasmil Sent: Friday, 23 April, 2021 13:08 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] disable music on hold when in a conference? Yeah, thanks for the pointer. Thing is, I can’t totally disable MOH on the other box. I would have to do it only if this call is going to a conference on the next server. Not trivial, unless you have some suggestions? On Fri, 23 Apr 2021 at 17:57, Brian West > wrote: Yep, you gotta know there too to set the MOH to silence. Figured that was what was going on. On Fri, Apr 23, 2021 at 11:47 AM David Villasmil > wrote: I thought I’d let you know. There was indeed another fs in the middle, and that’s the one playin the MOH, because it doesn’t know the b-leg (which then goes to a FS on which the conference is running) is a conference call... On Wed, 21 Apr 2021 at 17:24, David Villasmil > wrote: When you say lookback, do you mean like INVITing to the same box? Yes, this is a new system for me. When a conference is wanted, there's a lua sending an invite to the same box on a different port, which in turn goes to a diaplan that does the conferencing. Another thing i'm seeing in that the MOH (suite....) doesn't actually starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... as if it's playing one single stream continuously... i seem to remember something that does that but i can't remember right now (shout? but there's no shout here) Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Wed, Apr 21, 2021 at 4:21 PM Brian West > wrote: Sounds like the hold music is some sort of intermediate channel, happen to have loopback in the mix? On Wed, Apr 21, 2021 at 10:14 AM David Villasmil > wrote: A really weird thing is I started /events on CHANNEL_HOLD and CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a conference (I do see them when in a normal call. On Wed, 21 Apr 2021 at 13:05, David Villasmil > wrote: Thanks Brian, i tried: But on receiving the sendonly fs starts MOH. Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Wed, Apr 21, 2021 at 1:25 AM Brian West > wrote: Just set the moh to silence_stream://-1 before you enter the conference. :) /b On Tue, Apr 20, 2021 at 7:17 PM David Villasmil > wrote: Thanks Brian, Calls are connected directly to FS. My issue is the client sends a reINVITE with sendonly and FS starts playing moh. Is there no way of preventing this from happening? Unless i'm not understanding what you mean by "directly". They're going through Kamailio. Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Wed, Apr 21, 2021 at 12:28 AM Brian West > wrote: Depends on if the phone is directly connected to the FS with the conference or not. On Tue, Apr 20, 2021 at 5:38 PM David Villasmil > wrote: Hello guys, I have this case where 3 users are in a conference, and if one of the puts the call on hold, the others will hear his usual music on hold. Is there a way of disabling MOH while in a conference? thanks, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Fri Apr 23 22:05:31 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 23 Apr 2021 23:05:31 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Yes i have control. I was thinking maybe add a header, and use that header on the middle fs to disable MOH dynamically, but to honest I’m not sure. On Fri, 23 Apr 2021 at 19:10, Brian West wrote: > Do you control that system at all? > > > On Fri, Apr 23, 2021 at 12:49 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Yeah, thanks for the pointer. Thing is, I can’t totally disable MOH on >> the other box. I would have to do it only if this call is going to a >> conference on the next server. Not trivial, unless you have some >> suggestions? >> >> On Fri, 23 Apr 2021 at 17:57, Brian West wrote: >> >>> Yep, you gotta know there too to set the MOH to silence. Figured that >>> was what was going on. >>> >>> On Fri, Apr 23, 2021 at 11:47 AM David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> I thought I’d let you know. >>>> There was indeed another fs in the middle, and that’s the one playin >>>> the MOH, because it doesn’t know the b-leg (which then goes to a FS on >>>> which the conference is running) is a conference call... >>>> >>>> On Wed, 21 Apr 2021 at 17:24, David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> When you say lookback, do you mean like INVITing to the same box? Yes, >>>>> this is a new system for me. When a conference is wanted, there's a lua >>>>> sending an invite to the same box on a different port, which in turn goes >>>>> to a diaplan that does the conferencing. >>>>> Another thing i'm seeing in that the MOH (suite....) doesn't actually >>>>> starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen >>>>> for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... >>>>> as if it's playing one single stream continuously... i seem to remember >>>>> something that does that but i can't remember right now (shout? but there's >>>>> no shout here) >>>>> >>>>> >>>>> Regards, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> >>>>> On Wed, Apr 21, 2021 at 4:21 PM Brian West >>>>> wrote: >>>>> >>>>>> Sounds like the hold music is some sort of intermediate channel, >>>>>> happen to have loopback in the mix? >>>>>> >>>>>> >>>>>> On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < >>>>>> david.villasmil.work at gmail.com> wrote: >>>>>> >>>>>>> A really weird thing is I started /events on CHANNEL_HOLD and >>>>>>> CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a >>>>>>> conference (I do see them when in a normal call. >>>>>>> >>>>>>> >>>>>>> On Wed, 21 Apr 2021 at 13:05, David Villasmil < >>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>> >>>>>>>> Thanks Brian, >>>>>>>> >>>>>>>> i tried: >>>>>>>> >>>>>>>> >>>>>>> data="hold_music=silence_stream://-1"/> >>>>>>>> >>>>>>>> >>>>>>>> But on receiving the sendonly fs starts MOH. >>>>>>>> >>>>>>>> Regards, >>>>>>>> >>>>>>>> David Villasmil >>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>> phone: +34669448337 >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Apr 21, 2021 at 1:25 AM Brian West >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Just set the moh to silence_stream://-1 before you enter the >>>>>>>>> conference. :) >>>>>>>>> >>>>>>>>> /b >>>>>>>>> >>>>>>>>> >>>>>>>>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> Thanks Brian, >>>>>>>>>> >>>>>>>>>> Calls are connected directly to FS. My issue is the client sends >>>>>>>>>> a reINVITE with sendonly and FS starts playing moh. Is there no way of >>>>>>>>>> preventing this from happening? >>>>>>>>>> Unless i'm not understanding what you mean by "directly". They're >>>>>>>>>> going through Kamailio. >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> >>>>>>>>>> David Villasmil >>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>> phone: +34669448337 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Depends on if the phone is directly connected to the FS with the >>>>>>>>>>> conference or not. >>>>>>>>>>> >>>>>>>>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hello guys, >>>>>>>>>>>> >>>>>>>>>>>> I have this case where 3 users are in a conference, and if one >>>>>>>>>>>> of the puts the call on hold, the others will hear his usual music on hold. >>>>>>>>>>>> Is there a way of disabling MOH while in a conference? >>>>>>>>>>>> >>>>>>>>>>>> thanks, >>>>>>>>>>>> >>>>>>>>>>>> David Villasmil >>>>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>>>> phone: +34669448337 >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> >>>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>>> https://signalwire.com >>>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>>> PSTN services. >>>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>>> >>>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>>> https://signalwire.community >>>>>>>>>>>> >>>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>>> https://cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>>>> >>>>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>>>> 53045 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Email: brian at freeswitch.com >>>>>>>>>>> >>>>>>>>>>> Mobile: 918-424-9378 >>>>>>>>>>> >>>>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>>>> [image: >>>>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> >>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>> https://signalwire.com >>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>> PSTN services. >>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>> >>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>> https://signalwire.community >>>>>>>>>>> >>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>> https://freeswitch.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>> https://cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>> https://signalwire.com >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>> PSTN services. >>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>> >>>>>>>>>> Join our online community to chat in real time >>>>>>>>>> https://signalwire.community >>>>>>>>>> >>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>> sales at freeswitch.com >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>> https://cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>> >>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>> >>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>> 53045 >>>>>>>>> >>>>>>>>> >>>>>>>>> Email: brian at freeswitch.com >>>>>>>>> >>>>>>>>> Mobile: 918-424-9378 >>>>>>>>> >>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>> >>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>> [image: >>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>> PSTN services. >>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>> >>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>> >>>>>>>>> Professional FreeSWITCH Services >>>>>>>>> sales at freeswitch.com >>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> https://freeswitch.com/oss >>>>>>>>> https://freeswitch.org/confluence >>>>>>>>> https://cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> -- >>>>>>> Regards, >>>>>>> >>>>>>> David Villasmil >>>>>>> email: david.villasmil.work at gmail.com >>>>>>> phone: +34669448337 >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Brian West | Co-founder and Developer >>>>>> >>>>>> Need Commercial support? email sales at freeswitch.com >>>>>> >>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>> >>>>>> >>>>>> Email: brian at freeswitch.com >>>>>> >>>>>> Mobile: 918-424-9378 >>>>>> >>>>>> Website: https://www.FreeSWITCH.com >>>>>> >>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>> [image: >>>>>> https://twitter.com/freeswitch] >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> -- >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Fri Apr 23 22:06:30 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 23 Apr 2021 23:06:30 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: <000b01d7386e$35336e40$9f9a4ac0$@gmail.com> References: <000b01d7386e$35336e40$9f9a4ac0$@gmail.com> Message-ID: Bote, it’s not that simple, the fs in the middle doesn’t know the b-leg is actually going to a conference. On Fri, 23 Apr 2021 at 19:27, Bote Man wrote: > Since the offending FS knows how to reach the conference FS, just set the > MOH channel variable to silence in the dialplan extension that sends the > call to the conference FS. > > > > > > --- > > John Boteler > > BnC Group U.S.A. > > > > > > > > *From:* FreeSWITCH-users *On > Behalf Of *David Villasmil > *Sent:* Friday, 23 April, 2021 13:08 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] disable music on hold when in a > conference? > > > > Yeah, thanks for the pointer. Thing is, I can’t totally disable MOH on the > other box. I would have to do it only if this call is going to a conference > on the next server. Not trivial, unless you have some suggestions? > > > > On Fri, 23 Apr 2021 at 17:57, Brian West wrote: > > Yep, you gotta know there too to set the MOH to silence. Figured that was > what was going on. > > > > On Fri, Apr 23, 2021 at 11:47 AM David Villasmil < > david.villasmil.work at gmail.com> wrote: > > I thought I’d let you know. > > There was indeed another fs in the middle, and that’s the one playin the > MOH, because it doesn’t know the b-leg (which then goes to a FS on which > the conference is running) is a conference call... > > > > On Wed, 21 Apr 2021 at 17:24, David Villasmil < > david.villasmil.work at gmail.com> wrote: > > When you say lookback, do you mean like INVITing to the same box? Yes, > this is a new system for me. When a conference is wanted, there's a lua > sending an invite to the same box on a different port, which in turn goes > to a diaplan that does the conferencing. > > Another thing i'm seeing in that the MOH (suite....) doesn't actually > starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen > for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... > as if it's playing one single stream continuously... i seem to remember > something that does that but i can't remember right now (shout? but there's > no shout here) > > > > > Regards, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 > > > > > > On Wed, Apr 21, 2021 at 4:21 PM Brian West wrote: > > Sounds like the hold music is some sort of intermediate channel, happen to > have loopback in the mix? > > > > > > On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < > david.villasmil.work at gmail.com> wrote: > > A really weird thing is I started /events on CHANNEL_HOLD and > CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a > conference (I do see them when in a normal call. > > > > > > On Wed, 21 Apr 2021 at 13:05, David Villasmil < > david.villasmil.work at gmail.com> wrote: > > Thanks Brian, > > > > i tried: > > > > > > > > > But on receiving the sendonly fs starts MOH. > > > Regards, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 > > > > > > On Wed, Apr 21, 2021 at 1:25 AM Brian West wrote: > > Just set the moh to silence_stream://-1 before you enter the conference. :) > > > > /b > > > > > > On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > > Thanks Brian, > > > > Calls are connected directly to FS. My issue is the client sends a > reINVITE with sendonly and FS starts playing moh. Is there no way of > preventing this from happening? > > Unless i'm not understanding what you mean by "directly". They're going > through Kamailio. > > > > Regards, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 > > > > > > On Wed, Apr 21, 2021 at 12:28 AM Brian West wrote: > > Depends on if the phone is directly connected to the FS with the > conference or not. > > > > On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > > Hello guys, > > > > I have this case where 3 users are in a conference, and if one of the puts > the call on hold, the others will hear his usual music on hold. Is there a > way of disabling MOH while in a conference? > > > thanks, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > > -- > > > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > > -- > > > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- > > Regards, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > > -- > > > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- > > Regards, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > > -- > > > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- > > Regards, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Mon Apr 26 13:30:34 2021 From: brian at freeswitch.com (Brian West) Date: Mon, 26 Apr 2021 08:30:34 -0500 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Use an x_header (sip_rh_*) on the 200OK from the conference system, and then react to that X header on the system in the middle. On Fri, Apr 23, 2021 at 5:48 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Yes i have control. > I was thinking maybe add a header, and use that header on the middle fs to > disable MOH dynamically, but to honest I’m not sure. > > On Fri, 23 Apr 2021 at 19:10, Brian West wrote: > >> Do you control that system at all? >> >> >> On Fri, Apr 23, 2021 at 12:49 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Yeah, thanks for the pointer. Thing is, I can’t totally disable MOH on >>> the other box. I would have to do it only if this call is going to a >>> conference on the next server. Not trivial, unless you have some >>> suggestions? >>> >>> On Fri, 23 Apr 2021 at 17:57, Brian West wrote: >>> >>>> Yep, you gotta know there too to set the MOH to silence. Figured that >>>> was what was going on. >>>> >>>> On Fri, Apr 23, 2021 at 11:47 AM David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> I thought I’d let you know. >>>>> There was indeed another fs in the middle, and that’s the one playin >>>>> the MOH, because it doesn’t know the b-leg (which then goes to a FS on >>>>> which the conference is running) is a conference call... >>>>> >>>>> On Wed, 21 Apr 2021 at 17:24, David Villasmil < >>>>> david.villasmil.work at gmail.com> wrote: >>>>> >>>>>> When you say lookback, do you mean like INVITing to the same box? >>>>>> Yes, this is a new system for me. When a conference is wanted, there's a >>>>>> lua sending an invite to the same box on a different port, which in turn >>>>>> goes to a diaplan that does the conferencing. >>>>>> Another thing i'm seeing in that the MOH (suite....) doesn't actually >>>>>> starts, it keeps on going, i.e.: if i hold at second 10 of the song, listen >>>>>> for 3 seconds, unhold for 3 seconds again, i hear the song at second 16... >>>>>> as if it's playing one single stream continuously... i seem to remember >>>>>> something that does that but i can't remember right now (shout? but there's >>>>>> no shout here) >>>>>> >>>>>> >>>>>> Regards, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> >>>>>> On Wed, Apr 21, 2021 at 4:21 PM Brian West >>>>>> wrote: >>>>>> >>>>>>> Sounds like the hold music is some sort of intermediate channel, >>>>>>> happen to have loopback in the mix? >>>>>>> >>>>>>> >>>>>>> On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < >>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>> >>>>>>>> A really weird thing is I started /events on CHANNEL_HOLD and >>>>>>>> CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a >>>>>>>> conference (I do see them when in a normal call. >>>>>>>> >>>>>>>> >>>>>>>> On Wed, 21 Apr 2021 at 13:05, David Villasmil < >>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>> >>>>>>>>> Thanks Brian, >>>>>>>>> >>>>>>>>> i tried: >>>>>>>>> >>>>>>>>> >>>>>>>> data="hold_music=silence_stream://-1"/> >>>>>>>>> >>>>>>>>> >>>>>>>>> But on receiving the sendonly fs starts MOH. >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> >>>>>>>>> David Villasmil >>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>> phone: +34669448337 >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wed, Apr 21, 2021 at 1:25 AM Brian West >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Just set the moh to silence_stream://-1 before you enter the >>>>>>>>>> conference. :) >>>>>>>>>> >>>>>>>>>> /b >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Thanks Brian, >>>>>>>>>>> >>>>>>>>>>> Calls are connected directly to FS. My issue is the client sends >>>>>>>>>>> a reINVITE with sendonly and FS starts playing moh. Is there no way of >>>>>>>>>>> preventing this from happening? >>>>>>>>>>> Unless i'm not understanding what you mean by "directly". >>>>>>>>>>> They're going through Kamailio. >>>>>>>>>>> >>>>>>>>>>> Regards, >>>>>>>>>>> >>>>>>>>>>> David Villasmil >>>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>>> phone: +34669448337 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West < >>>>>>>>>>> brian at freeswitch.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Depends on if the phone is directly connected to the FS with >>>>>>>>>>>> the conference or not. >>>>>>>>>>>> >>>>>>>>>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Hello guys, >>>>>>>>>>>>> >>>>>>>>>>>>> I have this case where 3 users are in a conference, and if one >>>>>>>>>>>>> of the puts the call on hold, the others will hear his usual music on hold. >>>>>>>>>>>>> Is there a way of disabling MOH while in a conference? >>>>>>>>>>>>> >>>>>>>>>>>>> thanks, >>>>>>>>>>>>> >>>>>>>>>>>>> David Villasmil >>>>>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>>>>> phone: +34669448337 >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> >>>>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>>>> https://signalwire.com >>>>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>>>> PSTN services. >>>>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>>>> >>>>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>>>> https://signalwire.community >>>>>>>>>>>>> >>>>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>>>> https://cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> >>>>>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>>>>> >>>>>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>>>>> 53045 >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Email: brian at freeswitch.com >>>>>>>>>>>> >>>>>>>>>>>> Mobile: 918-424-9378 >>>>>>>>>>>> >>>>>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>>>>> [image: >>>>>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> >>>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>>> https://signalwire.com >>>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>>> PSTN services. >>>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>>> >>>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>>> https://signalwire.community >>>>>>>>>>>> >>>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>>> https://cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> >>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>> https://signalwire.com >>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>> PSTN services. >>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>> >>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>> https://signalwire.community >>>>>>>>>>> >>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>> https://freeswitch.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>> https://cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>>> >>>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>>> 53045 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Email: brian at freeswitch.com >>>>>>>>>> >>>>>>>>>> Mobile: 918-424-9378 >>>>>>>>>> >>>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>>> >>>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>>> [image: >>>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>> https://signalwire.com >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>> PSTN services. >>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>> >>>>>>>>>> Join our online community to chat in real time >>>>>>>>>> https://signalwire.community >>>>>>>>>> >>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>> sales at freeswitch.com >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>> https://cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> -- >>>>>>>> Regards, >>>>>>>> >>>>>>>> David Villasmil >>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>> phone: +34669448337 >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Brian West | Co-founder and Developer >>>>>>> >>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>> >>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>> >>>>>>> >>>>>>> Email: brian at freeswitch.com >>>>>>> >>>>>>> Mobile: 918-424-9378 >>>>>>> >>>>>>> Website: https://www.FreeSWITCH.com >>>>>>> >>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>> [image: >>>>>>> https://twitter.com/freeswitch] >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> -- >>>>> Regards, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Mon Apr 26 16:12:54 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Mon, 26 Apr 2021 17:12:54 +0100 Subject: [Freeswitch-users] disable music on hold when in a conference? In-Reply-To: References: Message-ID: Thanks Brian,, THat's what i was thinking, what i don't know is how to react to a response header in FS after having created the call with bridge. Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Mon, Apr 26, 2021 at 2:31 PM Brian West wrote: > Use an x_header (sip_rh_*) on the 200OK from the conference system, and > then react to that X header on the system in the middle. > > On Fri, Apr 23, 2021 at 5:48 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Yes i have control. >> I was thinking maybe add a header, and use that header on the middle fs >> to disable MOH dynamically, but to honest I’m not sure. >> >> On Fri, 23 Apr 2021 at 19:10, Brian West wrote: >> >>> Do you control that system at all? >>> >>> >>> On Fri, Apr 23, 2021 at 12:49 PM David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> Yeah, thanks for the pointer. Thing is, I can’t totally disable MOH on >>>> the other box. I would have to do it only if this call is going to a >>>> conference on the next server. Not trivial, unless you have some >>>> suggestions? >>>> >>>> On Fri, 23 Apr 2021 at 17:57, Brian West wrote: >>>> >>>>> Yep, you gotta know there too to set the MOH to silence. Figured that >>>>> was what was going on. >>>>> >>>>> On Fri, Apr 23, 2021 at 11:47 AM David Villasmil < >>>>> david.villasmil.work at gmail.com> wrote: >>>>> >>>>>> I thought I’d let you know. >>>>>> There was indeed another fs in the middle, and that’s the one playin >>>>>> the MOH, because it doesn’t know the b-leg (which then goes to a FS on >>>>>> which the conference is running) is a conference call... >>>>>> >>>>>> On Wed, 21 Apr 2021 at 17:24, David Villasmil < >>>>>> david.villasmil.work at gmail.com> wrote: >>>>>> >>>>>>> When you say lookback, do you mean like INVITing to the same box? >>>>>>> Yes, this is a new system for me. When a conference is wanted, there's a >>>>>>> lua sending an invite to the same box on a different port, which in turn >>>>>>> goes to a diaplan that does the conferencing. >>>>>>> Another thing i'm seeing in that the MOH (suite....) doesn't >>>>>>> actually starts, it keeps on going, i.e.: if i hold at second 10 of the >>>>>>> song, listen for 3 seconds, unhold for 3 seconds again, i hear the song at >>>>>>> second 16... as if it's playing one single stream continuously... i seem to >>>>>>> remember something that does that but i can't remember right now (shout? >>>>>>> but there's no shout here) >>>>>>> >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> David Villasmil >>>>>>> email: david.villasmil.work at gmail.com >>>>>>> phone: +34669448337 >>>>>>> >>>>>>> >>>>>>> On Wed, Apr 21, 2021 at 4:21 PM Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> Sounds like the hold music is some sort of intermediate channel, >>>>>>>> happen to have loopback in the mix? >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Apr 21, 2021 at 10:14 AM David Villasmil < >>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>> >>>>>>>>> A really weird thing is I started /events on CHANNEL_HOLD and >>>>>>>>> CHANNEL_UNHOLD and I’m not seeing the event when the calls are in a >>>>>>>>> conference (I do see them when in a normal call. >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wed, 21 Apr 2021 at 13:05, David Villasmil < >>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> Thanks Brian, >>>>>>>>>> >>>>>>>>>> i tried: >>>>>>>>>> >>>>>>>>>> >>>>>>>>> data="hold_music=silence_stream://-1"/> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> But on receiving the sendonly fs starts MOH. >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> >>>>>>>>>> David Villasmil >>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>> phone: +34669448337 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Wed, Apr 21, 2021 at 1:25 AM Brian West >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Just set the moh to silence_stream://-1 before you enter the >>>>>>>>>>> conference. :) >>>>>>>>>>> >>>>>>>>>>> /b >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Tue, Apr 20, 2021 at 7:17 PM David Villasmil < >>>>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Thanks Brian, >>>>>>>>>>>> >>>>>>>>>>>> Calls are connected directly to FS. My issue is the client >>>>>>>>>>>> sends a reINVITE with sendonly and FS starts playing moh. Is there no way >>>>>>>>>>>> of preventing this from happening? >>>>>>>>>>>> Unless i'm not understanding what you mean by "directly". >>>>>>>>>>>> They're going through Kamailio. >>>>>>>>>>>> >>>>>>>>>>>> Regards, >>>>>>>>>>>> >>>>>>>>>>>> David Villasmil >>>>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>>>> phone: +34669448337 >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> On Wed, Apr 21, 2021 at 12:28 AM Brian West < >>>>>>>>>>>> brian at freeswitch.com> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Depends on if the phone is directly connected to the FS with >>>>>>>>>>>>> the conference or not. >>>>>>>>>>>>> >>>>>>>>>>>>> On Tue, Apr 20, 2021 at 5:38 PM David Villasmil < >>>>>>>>>>>>> david.villasmil.work at gmail.com> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> Hello guys, >>>>>>>>>>>>>> >>>>>>>>>>>>>> I have this case where 3 users are in a conference, and if >>>>>>>>>>>>>> one of the puts the call on hold, the others will hear his usual music on >>>>>>>>>>>>>> hold. Is there a way of disabling MOH while in a conference? >>>>>>>>>>>>>> >>>>>>>>>>>>>> thanks, >>>>>>>>>>>>>> >>>>>>>>>>>>>> David Villasmil >>>>>>>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>>>>>>> phone: +34669448337 >>>>>>>>>>>>>> >>>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>>> >>>>>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>>>>> https://signalwire.com >>>>>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS >>>>>>>>>>>>>> and PSTN services. >>>>>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>>>>> >>>>>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>>>>> https://signalwire.community >>>>>>>>>>>>>> >>>>>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>>>>> https://cluecon.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> >>>>>>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>>>>>> >>>>>>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>>>>>> 53045 >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> Email: brian at freeswitch.com >>>>>>>>>>>>> >>>>>>>>>>>>> Mobile: 918-424-9378 >>>>>>>>>>>>> >>>>>>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>>>>>> [image: >>>>>>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> >>>>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>>>> https://signalwire.com >>>>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>>>> PSTN services. >>>>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>>>> >>>>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>>>> https://signalwire.community >>>>>>>>>>>>> >>>>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>>>> https://cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> >>>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>>> https://signalwire.com >>>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>>> PSTN services. >>>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>>> >>>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>>> https://signalwire.community >>>>>>>>>>>> >>>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>>> https://cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> https://freeswitch.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>>>> >>>>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>>>> 53045 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Email: brian at freeswitch.com >>>>>>>>>>> >>>>>>>>>>> Mobile: 918-424-9378 >>>>>>>>>>> >>>>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>>>> [image: >>>>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> >>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>>> https://signalwire.com >>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>>> PSTN services. >>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>> >>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>> https://signalwire.community >>>>>>>>>>> >>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>> https://freeswitch.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>> https://cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>> Regards, >>>>>>>>> >>>>>>>>> David Villasmil >>>>>>>>> email: david.villasmil.work at gmail.com >>>>>>>>> phone: +34669448337 >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>> PSTN services. >>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>> >>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>> >>>>>>>>> Professional FreeSWITCH Services >>>>>>>>> sales at freeswitch.com >>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> https://freeswitch.com/oss >>>>>>>>> https://freeswitch.org/confluence >>>>>>>>> https://cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Brian West | Co-founder and Developer >>>>>>>> >>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>> >>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>>> >>>>>>>> >>>>>>>> Email: brian at freeswitch.com >>>>>>>> >>>>>>>> Mobile: 918-424-9378 >>>>>>>> >>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>> >>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>> [image: >>>>>>>> https://twitter.com/freeswitch] >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> -- >>>>>> Regards, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> -- >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Mon Apr 26 16:39:06 2021 From: mario_fs at mgtech.com (mario_fs) Date: Mon, 26 Apr 2021 09:39:06 -0700 Subject: [Freeswitch-users] Github FreeSwitch bug report should have more labels Message-ID: Back in the Jira days, we could specify the type of bug, for instance build error. Now, cannot find a way to categorize a bug. I think this is useful because for instance, a build error may get priority because it does not allow you to continue testing, at least that’s my case. In Jira, I could specify a build error. I found no way to add a label to the type of bug, and assume that is reserved to the developers. I know it can be done because if you look at the bottom of 1145 and click the reference to 75728, you will see that issue has a label of “build failure” (homebrew labels), which I think can then be filtered so only those errors can be found easily. Just a thought, Mario G -------------- next part -------------- An HTML attachment was scrubbed... URL: From grcamauer at gmail.com Mon Apr 26 22:19:32 2021 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Mon, 26 Apr 2021 19:19:32 -0300 Subject: [Freeswitch-users] JSON channel variable from Dialplan Message-ID: Hi all, Is it possible to set the value of a channel variable to a JSON formatted string? I need to do something like this: The problem seems to be that FS is not accepting the escape sequence and MY_VAR gets set to [\ How do I go about escaping double quotes in the dialplan? -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From atuxnull at gmail.com Sun Apr 18 16:33:06 2021 From: atuxnull at gmail.com (John Tuxies) Date: Sun, 18 Apr 2021 19:33:06 +0300 Subject: [Freeswitch-users] Multiple DIDs per extension Message-ID: I got an isolated network and i got Freeswitch in it. I took user 1000 and registered it in an Asterisk server. The same happened for accounts 1001-1003 to different servers. Here is an icon of what i am trying to accomplish [image: ITSP_Scenario.jpg] The network is not connected to Internet or any other Voice service. I would like Freeswitch to act as an ITSP for the Asterisk servers and route in/out numbers. For example Asterisk's_1 server user which has the DID +493087710024 to be able and dial the number +49308771360 and reach another user on Asterisk Server 4. All the communication will go through the Server (Freeswitch). May i have some help on how to configure this thing please? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ITSP_Scenario.jpg Type: image/jpeg Size: 41351 bytes Desc: not available URL: From jolexpert at gmail.com Mon Apr 26 19:43:26 2021 From: jolexpert at gmail.com (Kakiman Expert) Date: Mon, 26 Apr 2021 21:43:26 +0200 Subject: [Freeswitch-users] =?utf-8?q?=28no_subject=29?= Message-ID: Hello, I am working on freeSWITCH 1.10.5 with webRTC configured. Im connecting through WSS on port 7443 with SIPJS client and Chrome. The issue seems to be random but when it happens, the websocket is closed. Resulting in websocket disconnected (1006). It is happening very often and today, I had a lot of messages such as "registrar_tport_error() tport error 0 " and then all the users were unregistered. I had to restart FS to get back the possibility to register and make calls. Did you already met this issue ? how could it be solved ? thanks franck -------------- next part -------------- An HTML attachment was scrubbed... URL: From vma at sip.solutions Wed Apr 21 16:42:57 2021 From: vma at sip.solutions (Valli A. Vallimamod - SIP Solutions) Date: Wed, 21 Apr 2021 18:42:57 +0200 Subject: [Freeswitch-users] disable MOH In-Reply-To: References: Message-ID: <58BDD93E-CAF4-4DD6-B654-F1C7E5D8A3ED@sip.solutions> Hi, Have you tried the disable-hold[1] profile param? [1] https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Configuration+Files#SofiaConfigurationFiles-hold-music Best Regards, -- Valli A. Vallimamod SIP Solutions vma at sip.solutions linkedin.com/in/vallimamod . > On 21 Apr 2021, at 15:35, David Villasmil wrote: > > did you solve this? > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Tue, Feb 19, 2019 at 12:08 AM Juan Nino > wrote: > > > > I am trying to get freeswitch to ignore re invites and don't play any MOH as > the MOH already comes from the PBX, even when disabling it I still see in > the logs that is trying to play MOH > 2019-02-18 17:24:49.427916 [DEBUG] switch_ivr.c:623 > sofia/rtp-dirty/%2B12345 at x.x.x.x:5060 Command Execute > playback(local_stream://moh) > > EXECUTE sofia/rtp-dirty/%2B12345 at x.x.x.x:5060 playback(local_stream://moh) > > any idea what has to be done to get freeswitch to continue passing RTP > without trying to impose its own? > > thanks > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From vma at sip.solutions Wed Apr 21 21:46:32 2021 From: vma at sip.solutions (Valli A. Vallimamod - SIP Solutions) Date: Wed, 21 Apr 2021 23:46:32 +0200 Subject: [Freeswitch-users] Forking with one leg using a redirect server. In-Reply-To: References: Message-ID: <9AB9C245-05C7-4491-99C9-ABE055E34318@sip.solutions> Hi David, Have you tried to set outbound_redirect_fatal=true? It will ignore the redirect and keep the other legs ringing (https://freeswitch.org/confluence/display/FREESWITCH/outbound_redirect_fatal) Best Regards, -- Valli A. Vallimamod SIP Solutions vma at sip.solutions linkedin.com/in/vallimamod . > On 20 Apr 2021, at 08:21, David VILLAUME wrote: > > Hello all , > > Does anyone have some hint about this ? > > Regards, > David > > From: FreeSWITCH-users On Behalf Of David VILLAUME > Sent: Tuesday, April 13, 2021 6:00 PM > To: FreeSWITCH Users Help > Subject: [Freeswitch-users] Forking with one leg using a redirect server. > > Hello, > > We are having troubles with following scenario : > > Freeswitch receives an incoming call and forks to one user (B1) and a sip redirect-server (B2). > > If the contact inside the redirect (B2) is local, the leg B1 is is cancelled when the 302 reaches the server. > > d521d2f2-9c69-11eb-aec3-b7e8effe21d8 2021-04-13 17:06:27.569223 [NOTICE] sofia.c:6506 Hangup sofia/external/+33123456789 [CS_CONSUME_MEDIA] [REDIRECTION_TO_NEW_DESTINATION] > d521c17c-9c69-11eb-aebe-b7e8effe21d8 2021-04-13 17:06:27.589224 [NOTICE] switch_ivr_originate.c:3601 Hangup sofia/internal-centrex/internaluser at 172.16.33.40:5062[CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > > This occurs even if manual mode. > > Does anyone have idea about how to avoid this cancel ? > > Regards, > David > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From david.villasmil.work at gmail.com Tue Apr 27 00:43:45 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Tue, 27 Apr 2021 01:43:45 +0100 Subject: [Freeswitch-users] Multiple DIDs per extension In-Reply-To: References: Message-ID: Have you read freeswitch documentation? All you need to do is create a dialplan in your public.Conf.xml and configure your asterisk to send calls to freeswitch on port 5080. You need to add an extension on the mentioned file and route to the other asterisks Super simple example (you can find many on the internet) Something like that. Read up on extensions and bridge. On Tue, 27 Apr 2021 at 01:30, John Tuxies wrote: > I got an isolated network and i got Freeswitch in it. I took user 1000 and > registered it in an Asterisk server. The same happened for accounts > 1001-1003 to different servers. Here is an icon of what i am trying to > accomplish > [image: ITSP_Scenario.jpg] > > The network is not connected to Internet or any other Voice service. I > would like Freeswitch to act as an ITSP for the Asterisk servers and route > in/out numbers. > For example Asterisk's_1 server user which has the DID +493087710024 to be > able and dial the number +49308771360 and reach another user on Asterisk > Server 4. All the communication will go through the Server (Freeswitch). > > > May i have some help on how to configure this thing please? > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ITSP_Scenario.jpg Type: image/jpeg Size: 41351 bytes Desc: not available URL: From s.safarov at gmail.com Tue Apr 27 05:17:08 2021 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 27 Apr 2021 08:17:08 +0300 Subject: [Freeswitch-users] JSON channel variable from Dialplan In-Reply-To: References: Message-ID: you create FreeSwitch mod using asr_set_json_text_params as example. https://github.com/signalwire/freeswitch/blob/master/src/switch_ivr_async.c#L5306-L5331 On Tue, Apr 27, 2021 at 1:36 AM Guillermo Ruiz Camauer wrote: > > > Hi all, > > > Is it possible to set the value of a channel variable to a JSON formatted > string? > > I need to do something like this: > > > > The problem seems to be that FS is not accepting the escape sequence and > MY_VAR gets set to [\ > > How do I go about escaping double quotes in the dialplan? > > -- > Guillermo Ruiz Camauer > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jolexpert at gmail.com Tue Apr 27 06:19:34 2021 From: jolexpert at gmail.com (Kakiman Expert) Date: Tue, 27 Apr 2021 08:19:34 +0200 Subject: [Freeswitch-users] WSS error and disconnection Message-ID: Hello, I am working on freeSWITCH 1.10.5 with webRTC configured. Im connecting through WSS on port 7443 with SIPJS client and Chrome. The issue seems to be random but when it happens, the websocket is closed. Resulting in websocket disconnected (1006). It is happening very often and today, I had a lot of messages such as "registrar_tport_error() tport error 0 " and then all the users were unregistered. I had to restart FS to get back the possibility to register and make calls. Did you already met this issue ? how could it be solved ? thanks franck -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villaume at sewan.fr Tue Apr 27 06:45:20 2021 From: david.villaume at sewan.fr (David VILLAUME) Date: Tue, 27 Apr 2021 06:45:20 +0000 Subject: [Freeswitch-users] Forking with one leg using a redirect server. In-Reply-To: <9AB9C245-05C7-4491-99C9-ABE055E34318@sip.solutions> References: <9AB9C245-05C7-4491-99C9-ABE055E34318@sip.solutions> Message-ID: Hello, Thanks for your answer. The option relates to the same scenario, but not the same behavior, as my second leg will always answer a "302 redirect" (with exactly one contact), I expect both leg to ring simultaneously. Do you think this could be achieved ? Regards, David -----Original Message----- From: FreeSWITCH-users On Behalf Of Valli A. Vallimamod - SIP Solutions Sent: Wednesday, April 21, 2021 11:47 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Forking with one leg using a redirect server. Hi David, Have you tried to set outbound_redirect_fatal=true? It will ignore the redirect and keep the other legs ringing (https://freeswitch.org/confluence/display/FREESWITCH/outbound_redirect_fatal) Best Regards, -- Valli A. Vallimamod SIP Solutions vma at sip.solutions linkedin.com/in/vallimamod . > On 20 Apr 2021, at 08:21, David VILLAUME wrote: > > Hello all , > > Does anyone have some hint about this ? > > Regards, > David > > From: FreeSWITCH-users On Behalf Of David VILLAUME > Sent: Tuesday, April 13, 2021 6:00 PM > To: FreeSWITCH Users Help > Subject: [Freeswitch-users] Forking with one leg using a redirect server. > > Hello, > > We are having troubles with following scenario : > > Freeswitch receives an incoming call and forks to one user (B1) and a sip redirect-server (B2). > > If the contact inside the redirect (B2) is local, the leg B1 is is cancelled when the 302 reaches the server. > > d521d2f2-9c69-11eb-aec3-b7e8effe21d8 2021-04-13 17:06:27.569223 [NOTICE] sofia.c:6506 Hangup sofia/external/+33123456789 [CS_CONSUME_MEDIA] [REDIRECTION_TO_NEW_DESTINATION] > d521c17c-9c69-11eb-aebe-b7e8effe21d8 2021-04-13 17:06:27.589224 [NOTICE] switch_ivr_originate.c:3601 Hangup sofia/internal-centrex/internaluser at 172.16.33.40:5062[CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > > This occurs even if manual mode. > > Does anyone have idea about how to avoid this cancel ? > > Regards, > David > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com From brian at freeswitch.com Tue Apr 27 12:12:36 2021 From: brian at freeswitch.com (Brian West) Date: Tue, 27 Apr 2021 07:12:36 -0500 Subject: [Freeswitch-users] disable MOH In-Reply-To: <58BDD93E-CAF4-4DD6-B654-F1C7E5D8A3ED@sip.solutions> References: <58BDD93E-CAF4-4DD6-B654-F1C7E5D8A3ED@sip.solutions> Message-ID: No, that won't accomplish the goals, you still want hold music, you just have to know to disable it when entering a conference. On Mon, Apr 26, 2021 at 8:17 PM Valli A. Vallimamod - SIP Solutions wrote: > Hi, > > Have you tried the disable-hold[1] profile param? > > [1] > https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Configuration+Files#SofiaConfigurationFiles-hold-music > > > Best Regards, > -- > Valli A. Vallimamod > SIP Solutions > vma at sip.solutions > linkedin.com/in/vallimamod > . > > > On 21 Apr 2021, at 15:35, David Villasmil > wrote: > > did you solve this? > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Tue, Feb 19, 2019 at 12:08 AM Juan Nino wrote: > >> >> >> >> I am trying to get freeswitch to ignore re invites and don't play any MOH >>>>> as >>>>> the MOH already comes from the PBX, even when disabling it I still see >>>>> in >>>>> the logs that is trying to play MOH >>>>> 2019-02-18 17:24:49.427916 [DEBUG] switch_ivr.c:623 >>>>> sofia/rtp-dirty/%2B12345 at x.x.x.x:5060 Command Execute >>>>> playback(local_stream://moh) >>>>> >>>>> EXECUTE sofia/rtp-dirty/%2B12345 at x.x.x.x:5060 >>>>> playback(local_stream://moh) >>>>> >>>>> any idea what has to be done to get freeswitch to continue passing RTP >>>>> without trying to impose its own? >>>>> >>>>> thanks >>>>> >>>> >>>> >>> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Tue Apr 27 14:42:57 2021 From: nathan at robotics.net (Nathan Stratton) Date: Tue, 27 Apr 2021 10:42:57 -0400 Subject: [Freeswitch-users] Horizontally scaling mod_callcenter Message-ID: We are currently using FreeSWITCH mod_callcenter for live video agents. It's working well, but recently we have been asked to greatly scale the number of queues and agents to the point where we will need many FreeSWITCH boxes to support them. Based on the documentation and posts I have read mdo_callcenter does NOT support multiple instances with a shared database. So what is the best practice to scale? ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From grcamauer at gmail.com Tue Apr 27 19:40:30 2021 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Tue, 27 Apr 2021 16:40:30 -0300 Subject: [Freeswitch-users] JSON channel variable from Dialplan In-Reply-To: References: Message-ID: Thanks for the response, but actually all I needed to do was URL encode the JSON. So the working version of is Guillermo On Tue, Apr 27, 2021 at 2:45 AM Sergey Safarov wrote: > you create FreeSwitch mod using asr_set_json_text_params as example. > > https://github.com/signalwire/freeswitch/blob/master/src/switch_ivr_async.c#L5306-L5331 > > On Tue, Apr 27, 2021 at 1:36 AM Guillermo Ruiz Camauer < > grcamauer at gmail.com> wrote: > >> >> >> Hi all, >> >> >> Is it possible to set the value of a channel variable to a JSON formatted >> string? >> >> I need to do something like this: >> >> >> >> The problem seems to be that FS is not accepting the escape sequence and >> MY_VAR gets set to [\ >> >> How do I go about escaping double quotes in the dialplan? >> >> -- >> Guillermo Ruiz Camauer >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Apr 30 10:13:55 2021 From: brian at freeswitch.com (Brian West) Date: Fri, 30 Apr 2021 05:13:55 -0500 Subject: [Freeswitch-users] Forking with one leg using a redirect server. In-Reply-To: References: <9AB9C245-05C7-4491-99C9-ABE055E34318@sip.solutions> Message-ID: FreeSWITCH is not a proxy. On Tue, Apr 27, 2021 at 2:09 AM David VILLAUME wrote: > Hello, > > Thanks for your answer. > > The option relates to the same scenario, but not the same behavior, as my > second leg will always answer a "302 redirect" (with exactly one contact), > I expect both leg to ring simultaneously. > > Do you think this could be achieved ? > > Regards, > David > > > -----Original Message----- > From: FreeSWITCH-users On > Behalf Of Valli A. Vallimamod - SIP Solutions > Sent: Wednesday, April 21, 2021 11:47 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Forking with one leg using a redirect > server. > > Hi David, > > Have you tried to set outbound_redirect_fatal=true? > > It will ignore the redirect and keep the other legs ringing ( > https://freeswitch.org/confluence/display/FREESWITCH/outbound_redirect_fatal > ) > > > Best Regards, > -- > Valli A. Vallimamod > SIP Solutions > vma at sip.solutions > linkedin.com/in/vallimamod > . > > > > On 20 Apr 2021, at 08:21, David VILLAUME > wrote: > > > > Hello all , > > > > Does anyone have some hint about this ? > > > > Regards, > > David > > > > From: FreeSWITCH-users > On Behalf Of David VILLAUME > > Sent: Tuesday, April 13, 2021 6:00 PM > > To: FreeSWITCH Users Help > > Subject: [Freeswitch-users] Forking with one leg using a redirect server. > > > > Hello, > > > > We are having troubles with following scenario : > > > > Freeswitch receives an incoming call and forks to one user (B1) and a > sip redirect-server (B2). > > > > If the contact inside the redirect (B2) is local, the leg B1 is is > cancelled when the 302 reaches the server. > > > > d521d2f2-9c69-11eb-aec3-b7e8effe21d8 2021-04-13 17:06:27.569223 [NOTICE] > sofia.c:6506 Hangup sofia/external/+33123456789 [CS_CONSUME_MEDIA] > [REDIRECTION_TO_NEW_DESTINATION] > > d521c17c-9c69-11eb-aebe-b7e8effe21d8 2021-04-13 17:06:27.589224 [NOTICE] > switch_ivr_originate.c:3601 Hangup sofia/internal-centrex/ > internaluser at 172.16.33.40:5062[CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > > > > This occurs even if manual mode. > > > > Does anyone have idea about how to avoid this cancel ? > > > > Regards, > > David > > > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villaume at sewan.fr Fri Apr 30 12:23:12 2021 From: david.villaume at sewan.fr (David VILLAUME) Date: Fri, 30 Apr 2021 12:23:12 +0000 Subject: [Freeswitch-users] Forking with one leg using a redirect server. In-Reply-To: References: <9AB9C245-05C7-4491-99C9-ABE055E34318@sip.solutions> Message-ID: Hi, Thanks for your answer, I’ll find a way to bypass this on my side. Anyway i’m curious to catch the meaning of your answer, why should this be a proxy scenario ? I have an incoming call for a user and I want both his fixed and mobile line to ring simultaneously. The pstn next-hop to reach the mobile is a redirect server. Why would a B2BUA considers the ‘302 redirect’ as a winning race condition ? Regards, David From: FreeSWITCH-users On Behalf Of Brian West Sent: Friday, April 30, 2021 12:14 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Forking with one leg using a redirect server. FreeSWITCH is not a proxy. On Tue, Apr 27, 2021 at 2:09 AM David VILLAUME > wrote: Hello, Thanks for your answer. The option relates to the same scenario, but not the same behavior, as my second leg will always answer a "302 redirect" (with exactly one contact), I expect both leg to ring simultaneously. Do you think this could be achieved ? Regards, David -----Original Message----- From: FreeSWITCH-users > On Behalf Of Valli A. Vallimamod - SIP Solutions Sent: Wednesday, April 21, 2021 11:47 PM To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Forking with one leg using a redirect server. Hi David, Have you tried to set outbound_redirect_fatal=true? It will ignore the redirect and keep the other legs ringing (https://freeswitch.org/confluence/display/FREESWITCH/outbound_redirect_fatal) Best Regards, -- Valli A. Vallimamod SIP Solutions vma at sip.solutions linkedin.com/in/vallimamod . > On 20 Apr 2021, at 08:21, David VILLAUME > wrote: > > Hello all , > > Does anyone have some hint about this ? > > Regards, > David > > From: FreeSWITCH-users > On Behalf Of David VILLAUME > Sent: Tuesday, April 13, 2021 6:00 PM > To: FreeSWITCH Users Help > > Subject: [Freeswitch-users] Forking with one leg using a redirect server. > > Hello, > > We are having troubles with following scenario : > > Freeswitch receives an incoming call and forks to one user (B1) and a sip redirect-server (B2). > > If the contact inside the redirect (B2) is local, the leg B1 is is cancelled when the 302 reaches the server. > > d521d2f2-9c69-11eb-aec3-b7e8effe21d8 2021-04-13 17:06:27.569223 [NOTICE] sofia.c:6506 Hangup sofia/external/+33123456789 [CS_CONSUME_MEDIA] [REDIRECTION_TO_NEW_DESTINATION] > d521c17c-9c69-11eb-aebe-b7e8effe21d8 2021-04-13 17:06:27.589224 [NOTICE] switch_ivr_originate.c:3601 Hangup sofia/internal-centrex/internaluser at 172.16.33.40:5062[CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > > This occurs even if manual mode. > > Does anyone have idea about how to avoid this cancel ? > > Regards, > David > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [https://lh6.googleusercontent.com/AYfRoSNaDNtMPRMevPn_GqcVEMd5NDRFi0GlluGUWzV6I5TAY_3T2-Tt0IuIXeUtEdYsgNsM8DOYKRKhjmrG_-n2Ga-LCnoNk46sO8VyEma1sBFYdiGJcLRUvkrD1CYHN79qimeg][https://lh3.googleusercontent.com/W4SqXyybH2qdAozvtoKjcz736qOjk9LHDwldvs1ahc-WVU0putVMSsUH474KDrJ32jsqi6JDjyUWxqeEkN5I1xSlC5ShYrd1b8NIMUkDzDrtbWQfa6A_90UcygqesBtRLgeFirKa] -------------- next part -------------- An HTML attachment was scrubbed... URL: From jolexpert at gmail.com Fri Apr 30 13:34:23 2021 From: jolexpert at gmail.com (Kakiman Expert) Date: Fri, 30 Apr 2021 15:34:23 +0200 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes Message-ID: hello Did you find any solution to this issue ? I am in production with 1.10.5 version and since a week, I have the same issue. The internal profile is out of service and registration is impossible. and we don't have any answer to "sofia status profile internal" , the prompt in fs_cli keeps waiting. the only way to solve is to restart freeswitch thanks regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Apr 30 14:37:57 2021 From: brian at freeswitch.com (Brian West) Date: Fri, 30 Apr 2021 09:37:57 -0500 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: Message-ID: Was an issue filed in github? On Fri, Apr 30, 2021 at 8:41 AM Kakiman Expert wrote: > hello > > Did you find any solution to this issue ? > > I am in production with 1.10.5 version and since a week, I have the same > issue. > The internal profile is out of service and registration is impossible. > > and we don't have any answer to "sofia status profile internal" , the > prompt in fs_cli keeps waiting. > > the only way to solve is to restart freeswitch > > thanks > regards > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Apr 30 14:40:04 2021 From: brian at freeswitch.com (Brian West) Date: Fri, 30 Apr 2021 09:40:04 -0500 Subject: [Freeswitch-users] Forking with one leg using a redirect server. In-Reply-To: References: <9AB9C245-05C7-4491-99C9-ABE055E34318@sip.solutions> Message-ID: The way forking works isn't something a B2BUA can do with ease. On Fri, Apr 30, 2021 at 7:50 AM David VILLAUME wrote: > Hi, > > > > Thanks for your answer, I’ll find a way to bypass this on my side. > > > > Anyway i’m curious to catch the meaning of your answer, why should this be > a proxy scenario ? > > > > I have an incoming call for a user and I want both his fixed and mobile > line to ring simultaneously. > > > > The pstn next-hop to reach the mobile is a redirect server. > > > > Why would a B2BUA considers the ‘302 redirect’ as a winning race condition > ? > > > > Regards, > > David > > > > *From:* FreeSWITCH-users *On > Behalf Of *Brian West > *Sent:* Friday, April 30, 2021 12:14 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Forking with one leg using a redirect > server. > > > > FreeSWITCH is not a proxy. > > > > On Tue, Apr 27, 2021 at 2:09 AM David VILLAUME > wrote: > > Hello, > > Thanks for your answer. > > The option relates to the same scenario, but not the same behavior, as my > second leg will always answer a "302 redirect" (with exactly one contact), > I expect both leg to ring simultaneously. > > Do you think this could be achieved ? > > Regards, > David > > > -----Original Message----- > From: FreeSWITCH-users On > Behalf Of Valli A. Vallimamod - SIP Solutions > Sent: Wednesday, April 21, 2021 11:47 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Forking with one leg using a redirect > server. > > Hi David, > > Have you tried to set outbound_redirect_fatal=true? > > It will ignore the redirect and keep the other legs ringing ( > https://freeswitch.org/confluence/display/FREESWITCH/outbound_redirect_fatal > ) > > > Best Regards, > -- > Valli A. Vallimamod > SIP Solutions > vma at sip.solutions > linkedin.com/in/vallimamod > . > > > > On 20 Apr 2021, at 08:21, David VILLAUME > wrote: > > > > Hello all , > > > > Does anyone have some hint about this ? > > > > Regards, > > David > > > > From: FreeSWITCH-users > On Behalf Of David VILLAUME > > Sent: Tuesday, April 13, 2021 6:00 PM > > To: FreeSWITCH Users Help > > Subject: [Freeswitch-users] Forking with one leg using a redirect server. > > > > Hello, > > > > We are having troubles with following scenario : > > > > Freeswitch receives an incoming call and forks to one user (B1) and a > sip redirect-server (B2). > > > > If the contact inside the redirect (B2) is local, the leg B1 is is > cancelled when the 302 reaches the server. > > > > d521d2f2-9c69-11eb-aec3-b7e8effe21d8 2021-04-13 17:06:27.569223 [NOTICE] > sofia.c:6506 Hangup sofia/external/+33123456789 [CS_CONSUME_MEDIA] > [REDIRECTION_TO_NEW_DESTINATION] > > d521c17c-9c69-11eb-aebe-b7e8effe21d8 2021-04-13 17:06:27.589224 [NOTICE] > switch_ivr_originate.c:3601 Hangup sofia/internal-centrex/ > internaluser at 172.16.33.40:5062[CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > > > > This occurs even if manual mode. > > > > Does anyone have idea about how to avoid this cancel ? > > > > Regards, > > David > > > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > > -- > > > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.kainz at wnt.at Fri Apr 30 15:44:38 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Fri, 30 Apr 2021 15:44:38 +0000 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: Message-ID: <2985070B-285B-481F-8855-B8E032D07E58@wnt.at> Hi, No I did not. Im still trying to find the problem, since I don’t really know if its a bug or my gross incompetence :) We are testing different setups/configurations for weeks now, and we are no closer to a solution then we were a month ago … However, we have a script now, that restarts freeswitch when sipsak can’t register anymore … which is … you know … In the meantime we tried the following: Setting accept-blind-reg to true ( Because we use a register.lua for authentication, and I always thought its possible I made a mistake there ) Didn’t help. Put the database on the same host ( To cross out network-issues ) Didn’t help. Tried different Server Hardware Didn’t help Tried different Freeswitch-Versions / Debian Versions ( So far Debian 10 + FS 1.10.3, Debian 8 + FS 1.4.18 ) + different Hardware Didn’t help I will file an issue on GitHub asap, with all the information I have. Regards, Stefan On 30.04.2021, at 16:37, Brian West > wrote: Was an issue filed in github? On Fri, Apr 30, 2021 at 8:41 AM Kakiman Expert > wrote: hello Did you find any solution to this issue ? I am in production with 1.10.5 version and since a week, I have the same issue. The internal profile is out of service and registration is impossible. and we don't have any answer to "sofia status profile internal" , the prompt in fs_cli keeps waiting. the only way to solve is to restart freeswitch thanks regards _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [https://www.facebook.com/signalwireinc?src=email] [https://twitter.com/freeswitch] _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Fri Apr 30 16:25:02 2021 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 30 Apr 2021 18:25:02 +0200 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: <2985070B-285B-481F-8855-B8E032D07E58@wnt.at> References: <2985070B-285B-481F-8855-B8E032D07E58@wnt.at> Message-ID: I think some other user has similar issue. Common thing is that you both are using lua for authentication. Just for info.... On Fri, Apr 30, 2021, 17:45 Stefan Kainz wrote: > Hi, > > No I did not. Im still trying to find the problem, since I don’t really > know if its a bug or my gross incompetence :) > > We are testing different setups/configurations for weeks now, and we are > no closer to a solution then we were a month ago … > However, we have a script now, that restarts freeswitch when sipsak can’t > register anymore … which is … you know … > > In the meantime we tried the following: > > Setting accept-blind-reg to true ( Because we use a register.lua for > authentication, and I always thought its possible I made a mistake there ) > Didn’t help. > > Put the database on the same host ( To cross out network-issues ) > Didn’t help. > > Tried different Server Hardware > Didn’t help > > Tried different Freeswitch-Versions / Debian Versions > ( So far Debian 10 + FS 1.10.3, Debian 8 + FS 1.4.18 ) + different > Hardware > Didn’t help > > I will file an issue on GitHub asap, with all the information I have. > > Regards, > Stefan > > > On 30.04.2021, at 16:37, Brian West wrote: > > Was an issue filed in github? > > On Fri, Apr 30, 2021 at 8:41 AM Kakiman Expert > wrote: > >> hello >> >> Did you find any solution to this issue ? >> >> I am in production with 1.10.5 version and since a week, I have the same >> issue. >> The internal profile is out of service and registration is impossible. >> >> and we don't have any answer to "sofia status profile internal" , the >> prompt in fs_cli keeps waiting. >> >> the only way to solve is to restart freeswitch >> >> thanks >> regards >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > Need Commercial support? email sales at freeswitch.com > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > Email: brian at freeswitch.com > Mobile: 918-424-9378 > Website: https://www.FreeSWITCH.com > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Apr 30 16:51:38 2021 From: brian at freeswitch.com (Brian West) Date: Fri, 30 Apr 2021 11:51:38 -0500 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: <2985070B-285B-481F-8855-B8E032D07E58@wnt.at> Message-ID: My crystal ball tells me that we can't really fix what isn't reported, we do try, but it's next to impossible to read minds. Joking aside, Just get all you can into a github issue, we can try to sort it and solve your issue. /b On Fri, Apr 30, 2021 at 11:44 AM Gregor Nanger wrote: > I think some other user has similar issue. Common thing is that you both > are using lua for authentication. Just for info.... > > On Fri, Apr 30, 2021, 17:45 Stefan Kainz wrote: > >> Hi, >> >> No I did not. Im still trying to find the problem, since I don’t really >> know if its a bug or my gross incompetence :) >> >> We are testing different setups/configurations for weeks now, and we are >> no closer to a solution then we were a month ago … >> However, we have a script now, that restarts freeswitch when sipsak can’t >> register anymore … which is … you know … >> >> In the meantime we tried the following: >> >> Setting accept-blind-reg to true ( Because we use a register.lua for >> authentication, and I always thought its possible I made a mistake there ) >> Didn’t help. >> >> Put the database on the same host ( To cross out network-issues ) >> Didn’t help. >> >> Tried different Server Hardware >> Didn’t help >> >> Tried different Freeswitch-Versions / Debian Versions >> ( So far Debian 10 + FS 1.10.3, Debian 8 + FS 1.4.18 ) + different >> Hardware >> Didn’t help >> >> I will file an issue on GitHub asap, with all the information I have. >> >> Regards, >> Stefan >> >> >> On 30.04.2021, at 16:37, Brian West wrote: >> >> Was an issue filed in github? >> >> On Fri, Apr 30, 2021 at 8:41 AM Kakiman Expert >> wrote: >> >>> hello >>> >>> Did you find any solution to this issue ? >>> >>> I am in production with 1.10.5 version and since a week, I have the same >>> issue. >>> The internal profile is out of service and registration is impossible. >>> >>> and we don't have any answer to "sofia status profile internal" , the >>> prompt in fs_cli keeps waiting. >>> >>> the only way to solve is to restart freeswitch >>> >>> thanks >>> regards >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> Need Commercial support? email sales at freeswitch.com >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> Email: brian at freeswitch.com >> Mobile: 918-424-9378 >> Website: https://www.FreeSWITCH.com >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.kainz at wnt.at Fri Apr 30 17:33:50 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Fri, 30 Apr 2021 17:33:50 +0000 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: <2985070B-285B-481F-8855-B8E032D07E58@wnt.at> Message-ID: <329F7FC5-9867-4AD9-948A-D4A5E30660B9@wnt.at> To be fair, I’ve had to bother you guys a few times before on this mailing-list, and sometimes Brian, it really looks like some of you guys have a crystal ball ;) I have opened an issue now, with all information I can think of / remember. https://github.com/signalwire/freeswitch/issues/1180 I will provide a backtrace as soon as this happens again and I have the chance to get one. Thank you so much for your effort. This issue already haunts me in my dreams xD Thanks again and regards, Stefan On 30.04.2021, at 18:51, Brian West > wrote: My crystal ball tells me that we can't really fix what isn't reported, we do try, but it's next to impossible to read minds. Joking aside, Just get all you can into a github issue, we can try to sort it and solve your issue. /b On Fri, Apr 30, 2021 at 11:44 AM Gregor Nanger > wrote: I think some other user has similar issue. Common thing is that you both are using lua for authentication. Just for info.... On Fri, Apr 30, 2021, 17:45 Stefan Kainz > wrote: Hi, No I did not. Im still trying to find the problem, since I don’t really know if its a bug or my gross incompetence :) We are testing different setups/configurations for weeks now, and we are no closer to a solution then we were a month ago … However, we have a script now, that restarts freeswitch when sipsak can’t register anymore … which is … you know … In the meantime we tried the following: Setting accept-blind-reg to true ( Because we use a register.lua for authentication, and I always thought its possible I made a mistake there ) Didn’t help. Put the database on the same host ( To cross out network-issues ) Didn’t help. Tried different Server Hardware Didn’t help Tried different Freeswitch-Versions / Debian Versions ( So far Debian 10 + FS 1.10.3, Debian 8 + FS 1.4.18 ) + different Hardware Didn’t help I will file an issue on GitHub asap, with all the information I have. Regards, Stefan On 30.04.2021, at 16:37, Brian West > wrote: Was an issue filed in github? On Fri, Apr 30, 2021 at 8:41 AM Kakiman Expert > wrote: hello Did you find any solution to this issue ? I am in production with 1.10.5 version and since a week, I have the same issue. The internal profile is out of service and registration is impossible. and we don't have any answer to "sofia status profile internal" , the prompt in fs_cli keeps waiting. the only way to solve is to restart freeswitch thanks regards _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [https://www.facebook.com/signalwireinc?src=email] [https://twitter.com/freeswitch] _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [https://www.facebook.com/signalwireinc?src=email] [https://twitter.com/freeswitch] _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: