From dujinfang at gmail.com Sat May 1 01:59:08 2021 From: dujinfang at gmail.com (Seven Du) Date: Sat, 1 May 2021 09:59:08 +0800 Subject: [Freeswitch-users] Horizontally scaling mod_callcenter In-Reply-To: References: Message-ID: use signalwire.com probably the easiest way ;) On Tue, Apr 27, 2021 at 11:13 PM Nathan Stratton wrote: > 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 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- About: http://about.me/dujinfang Blog: http://www.dujinfang.com Proj: http://www.freeswitch.org.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: From dujinfang at gmail.com Sat May 1 02:04:44 2021 From: dujinfang at gmail.com (Seven Du) Date: Sat, 1 May 2021 10:04:44 +0800 Subject: [Freeswitch-users] Lua API call delays the packet sending out In-Reply-To: References: Message-ID: I have a patch that could do async curl using the curl multi api, but not finished yet. On Mon, Apr 19, 2021 at 7:07 PM VERMA Vineet (BCS/SPS) via FreeSWITCH-users wrote: > > > > ---------- Forwarded message ---------- > From: "VERMA Vineet (BCS/SPS)" > To: "freeswitch-users at lists.freeswitch.org" < > freeswitch-users at lists.freeswitch.org> > Cc: > Bcc: > Date: Mon, 19 Apr 2021 11:00:44 +0000 > Subject: Lua API call delays the packet sending out > > 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. > > > > ---------- Forwarded message ---------- > From: "VERMA Vineet (BCS/SPS) via FreeSWITCH-users" < > freeswitch-users at lists.freeswitch.org> > To: "freeswitch-users at lists.freeswitch.org" < > freeswitch-users at lists.freeswitch.org> > Cc: > Bcc: > Date: Mon, 19 Apr 2021 04:07:36 -0700 (PDT) > Subject: [Freeswitch-users] Lua API call delays the packet sending out > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- About: http://about.me/dujinfang Blog: http://www.dujinfang.com Proj: http://www.freeswitch.org.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Sun May 2 00:15:57 2021 From: nathan at robotics.net (Nathan Stratton) Date: Sat, 1 May 2021 20:15:57 -0400 Subject: [Freeswitch-users] Horizontally scaling mod_callcenter In-Reply-To: References: Message-ID: cute ><> nathan stratton On Fri, Apr 30, 2021 at 9:59 PM Seven Du wrote: > use signalwire.com probably the easiest way ;) > > On Tue, Apr 27, 2021 at 11:13 PM Nathan Stratton > wrote: > >> 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 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > About: http://about.me/dujinfang > Blog: http://www.dujinfang.com > Proj: http://www.freeswitch.org.cn > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Mon May 3 08:28:44 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Mon, 3 May 2021 08:28:44 +0000 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: Message-ID: No, but i opened a ticket: https://github.com/signalwire/freeswitch/issues/1180 regards, Von: FreeSWITCH-users Im Auftrag von Kakiman Expert Gesendet: Freitag, 30. April 2021 15:34 An: freeswitch-users at lists.freeswitch.org Betreff: [Freeswitch-users] RE - Internal Interface suddenly freezes 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 dujinfang at gmail.com Wed May 5 00:41:29 2021 From: dujinfang at gmail.com (Seven Du) Date: Wed, 5 May 2021 08:41:29 +0800 Subject: [Freeswitch-users] JSON channel variable from Dialplan In-Reply-To: References: Message-ID: You can do that with standard xml CDATA syntax, find examples in the source tree https://github.com/signalwire/freeswitch/blob/master/conf/sbc/dialplan/default.xml On Wed, Apr 28, 2021 at 4:16 AM Guillermo Ruiz Camauer wrote: > 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 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- About: http://about.me/dujinfang Blog: http://www.dujinfang.com Proj: http://www.freeswitch.org.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandelgrosso at gmail.com Wed May 5 05:30:48 2021 From: ryandelgrosso at gmail.com (Ryan Delgrosso) Date: Tue, 4 May 2021 22:30:48 -0700 Subject: [Freeswitch-users] Conference multi-canvas question Message-ID: <4f7ed67d-c8cb-dca5-405b-a72bfa236f01@gmail.com> All, In mod_conference in a room using multiple canvases, I can see using the vid-canvas api how to place a user into different canvases but is there a way to place a participant into multiple canvases? Ex: Canvas 1: active speaker Canvas 2: 1up+5 I would like one user to be shown in both canvases and let the other participants opt into their view, choosing from only the speaker, or the speaker + audience. The current vid-canvas api seems to make their an either-or prospect. Suggestions? Thanks much! -Ryan From grcamauer at gmail.com Wed May 5 15:38:48 2021 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Wed, 5 May 2021 12:38:48 -0300 Subject: [Freeswitch-users] JSON channel variable from Dialplan In-Reply-To: References: Message-ID: Yes, CDATA should work and also you can use " for double quotes and & for single quotes. Guillermo On Tue, May 4, 2021 at 10:18 PM Seven Du wrote: > You can do that with standard xml CDATA syntax, find examples in the > source tree > https://github.com/signalwire/freeswitch/blob/master/conf/sbc/dialplan/default.xml > > On Wed, Apr 28, 2021 at 4:16 AM Guillermo Ruiz Camauer < > grcamauer at gmail.com> wrote: > >> 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 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > About: http://about.me/dujinfang > Blog: http://www.dujinfang.com > Proj: http://www.freeswitch.org.cn > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 covici at ccs.covici.com Wed May 5 18:11:04 2021 From: covici at ccs.covici.com (John Covici) Date: Wed, 05 May 2021 14:11:04 -0400 Subject: [Freeswitch-users] JSON channel variable from Dialplan In-Reply-To: References: Message-ID: I thought & was for ampersand, is that not correct? On Wed, 05 May 2021 11:38:48 -0400, Guillermo Ruiz Camauer wrote: > > [1 ] > [1.1 ] > Yes, CDATA should work and also you can use " for double quotes and > & for single quotes. > > Guillermo > > On Tue, May 4, 2021 at 10:18 PM Seven Du wrote: > > > You can do that with standard xml CDATA syntax, find examples in the > > source tree > > https://github.com/signalwire/freeswitch/blob/master/conf/sbc/dialplan/default.xml > > > > On Wed, Apr 28, 2021 at 4:16 AM Guillermo Ruiz Camauer < > > grcamauer at gmail.com> wrote: > > > >> 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 > >> _________________________________________________________________________ > >> > >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >> https://freeswitch.com > > > > > > > > -- > > About: http://about.me/dujinfang > > Blog: http://www.dujinfang.com > > Proj: http://www.freeswitch.org.cn > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users 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 > [1.2 ] > [2 ] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici wb2una covici at ccs.covici.com From grcamauer at gmail.com Wed May 5 21:02:36 2021 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Wed, 5 May 2021 18:02:36 -0300 Subject: [Freeswitch-users] JSON channel variable from Dialplan In-Reply-To: References: Message-ID: Very much correct. Single quote is ' Guillermo On Wed, May 5, 2021 at 3:44 PM John Covici wrote: > I thought & was for ampersand, is that not correct? > > On Wed, 05 May 2021 11:38:48 -0400, > Guillermo Ruiz Camauer wrote: > > > > [1 ] > > [1.1 ] > > Yes, CDATA should work and also you can use " for double quotes and > > & for single quotes. > > > > Guillermo > > > > On Tue, May 4, 2021 at 10:18 PM Seven Du wrote: > > > > > You can do that with standard xml CDATA syntax, find examples in the > > > source tree > > > > https://github.com/signalwire/freeswitch/blob/master/conf/sbc/dialplan/default.xml > > > > > > On Wed, Apr 28, 2021 at 4:16 AM Guillermo Ruiz Camauer < > > > grcamauer at gmail.com> wrote: > > > > > >> 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 > > >> > _________________________________________________________________________ > > >> > > >> The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > >> services. > > >> Build your next product on our scalable cloud platform. > > >> > > >> Join our online community to chat in real time > > >> https://signalwire.community > > >> > > >> Professional FreeSWITCH Services > > >> sales at freeswitch.com > > >> https://freeswitch.com > > >> > > >> Official FreeSWITCH Sites > > >> https://freeswitch.com/oss > > >> https://freeswitch.org/confluence > > >> https://cluecon.com > > >> > > >> FreeSWITCH-users mailing list > > >> FreeSWITCH-users at lists.freeswitch.org > > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > > >> https://freeswitch.com > > > > > > > > > > > > -- > > > About: http://about.me/dujinfang > > > Blog: http://www.dujinfang.com > > > Proj: http://www.freeswitch.org.cn > > > > _________________________________________________________________________ > > > > > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > services. > > > Build your next product on our scalable cloud platform. > > > > > > Join our online community to chat in real time > > > https://signalwire.community > > > > > > Professional FreeSWITCH Services > > > sales at freeswitch.com > > > https://freeswitch.com > > > > > > Official FreeSWITCH Sites > > > https://freeswitch.com/oss > > > https://freeswitch.org/confluence > > > https://cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users 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 > > [1.2 ] > > [2 ] > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > -- > Your life is like a penny. You're going to lose it. The question is: > How do > you spend it? > > John Covici wb2una > covici at ccs.covici.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 petedao at gmail.com Fri May 7 00:00:24 2021 From: petedao at gmail.com (Pete Kay) Date: Thu, 6 May 2021 17:00:24 -0700 Subject: [Freeswitch-users] Need help to setup stir shaken in Freeswitch Message-ID: Hi Does anyone know how to configure Freeswitch for stir shaken? Could you give me some info or doc how to do it? Thanks, Pete -------------- next part -------------- An HTML attachment was scrubbed... URL: From tafali at gmail.com Tue May 11 11:23:11 2021 From: tafali at gmail.com (Mustafa Ali Kahraman) Date: Tue, 11 May 2021 14:23:11 +0300 Subject: [Freeswitch-users] schedule 2072 Message-ID: i have a lua script, and i am scheduling another lua script in it with +0 [image: image.png] this has been working properly for months ( maybe year(s) ) but it has scheduled to "3241173581" wrongly the other day. 2021-05-09 21:59:51.016191 [DEBUG] switch_scheduler.c:249 Added task 67647 sched_api_function (90483_11) to run at 3241173581 previous jobs and next jobs are normal. any idea what problem could be? -- -tafali- www.tafali.net -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 34301 bytes Desc: not available URL: From lists at telefaks.de Tue May 11 19:45:45 2021 From: lists at telefaks.de (Peter Steinbach) Date: Tue, 11 May 2021 21:45:45 +0200 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: <2985070B-285B-481F-8855-B8E032D07E58@wnt.at> Message-ID: <36e57d57-bbc7-a08c-f32b-0fd66fd834b7@telefaks.de> I am having the same issue, but with registrations via XML-Curl. So this is not only LUA related. However when setting caching for registrations (e.g. cacheable="600000" msecs), so that not every registration attempt hits the XML-Curl API, this didn't change anything. In our scenario, I have the feeling that lot's of presence messages make internal profile stuck. Am 30.04.21 um 18:25 schrieb Gregor Nanger: > 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 -- With kind regards Peter Steinbach Telefaks Services GmbH mailto:lists (att) telefaks.de Internet: www.telefaks.de -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.kainz at wnt.at Tue May 11 20:21:21 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Tue, 11 May 2021 20:21:21 +0000 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: <36e57d57-bbc7-a08c-f32b-0fd66fd834b7@telefaks.de> References: <2985070B-285B-481F-8855-B8E032D07E58@wnt.at> <36e57d57-bbc7-a08c-f32b-0fd66fd834b7@telefaks.de> Message-ID: <7D601959-64EB-4A03-BF1A-8FC4963776E3@wnt.at> Hallo Peter, Seems like there are a few people having the same issue… I also crossed out my Lua-script by setting accept-blind-reg to true, the error still persists. Im currently testing the watchdog feature like seven1240 suggested in the my ticket on GitHub. https://github.com/signalwire/freeswitch/issues/1180 We also have a lot of presence dialogs, but we have production-systems handling 10 times more… So I guess that’s not it, at least it shouldn’t be. Maybe you can also add your details to the ticket. Regards, Stefan On 11.05.2021, at 21:45, Peter Steinbach > wrote: I am having the same issue, but with registrations via XML-Curl. So this is not only LUA related. However when setting caching for registrations (e.g. cacheable="600000" msecs), so that not every registration attempt hits the XML-Curl API, this didn't change anything. In our scenario, I have the feeling that lot's of presence messages make internal profile stuck. Am 30.04.21 um 18:25 schrieb Gregor Nanger: 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 -- With kind regards Peter Steinbach Telefaks Services GmbH mailto:lists (att) telefaks.de Internet: www.telefaks.de _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users 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 dragos at freeswitch.org Wed May 12 07:41:55 2021 From: dragos at freeswitch.org (Dragos Oancea) Date: Wed, 12 May 2021 10:41:55 +0300 Subject: [Freeswitch-users] Need help to setup stir shaken in Freeswitch In-Reply-To: References: Message-ID: In FS master branch, src/mod/endpoints/mod_sofia/test/conf/freeswitch.xml , you can see some example settings. On Tue, May 11, 2021 at 10:23 PM Pete Kay wrote: > Hi > > Does anyone know how to configure Freeswitch for stir shaken? > > Could you give me some info or doc how to do it? > > Thanks, > Pete > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 igor.potjevlesch at gmail.com Wed May 12 15:28:25 2021 From: igor.potjevlesch at gmail.com (Igor Potjevlesh) Date: Wed, 12 May 2021 17:28:25 +0200 Subject: [Freeswitch-users] Detect inband DTMF on B-leg Message-ID: <001a01d74743$73b965f0$5b2c31d0$@gmail.com> Hello, I'm working with start_dtmf in order to transcode inband DTMF to RTP-Event. That's working fine but I'm wondering how could I check the B-leg SDP to match if there's or not "telephone-event" to do it only if require. That would also allow me to do RFC2833 to inband from A-leg to B-leg. I can easily check ${switch_r_sdp} for A-leg, but I can't figure out how to check 200 OK SDP and update the DTMF behaviour accordingly. Any idea? Thank you. Regards, Igor. -- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaiduanx at yahoo.ca Wed May 12 15:55:56 2021 From: kaiduanx at yahoo.ca (kaiduan xie) Date: Wed, 12 May 2021 15:55:56 +0000 (UTC) Subject: [Freeswitch-users] Detect inband DTMF on B-leg In-Reply-To: <001a01d74743$73b965f0$5b2c31d0$@gmail.com> References: <001a01d74743$73b965f0$5b2c31d0$@gmail.com> Message-ID: <916245837.1905602.1620834956599@mail.yahoo.com> Are you talking about the following case? A makes a call to FS, and FS sends it to B as below. A ----> FS ----> B And in 200 from B, there is no telephone-event in SDP, and you need to convert DTMF from A in telephone-event to in-band audio to B. /Kaiduan On Wednesday, May 12, 2021, 11:29:12 a.m. EDT, Igor Potjevlesh wrote: Hello, I'm working with start_dtmf in order to transcode inband DTMF to RTP-Event. That's working fine but I'm wondering how could I check the B-leg SDP to match if there's or not "telephone-event" to do it only if require. That would also allow me to do RFC2833 to inband from A-leg to B-leg. I can easily check ${switch_r_sdp} for A-leg, but I can't figure out how to check 200 OK SDP and update the DTMF behaviour accordingly.   Any idea? Thank you.   Regards,   Igor. | | L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. www.avast.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 Thu May 13 22:52:20 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Thu, 13 May 2021 15:52:20 -0700 Subject: [Freeswitch-users] Configuring mod_portaudio for Debian built-in (JACK?) audio In-Reply-To: <009e01d72412$9d1f1470$d75d3d50$@gmail.com> References: <009e01d72412$9d1f1470$d75d3d50$@gmail.com> Message-ID: I had it working at home, but when I installed the switch at the bookstore, there is nothing to be heard on the audio ports. Now I'm trying to debug it remotely, which is difficult because I can't hear the speaker. The system is an HP ProDesk 400. It has a "Audio-out/Audio-in combo jack" on the front panel. It has an "audio-in" jack, and an "audio-out jack for powered devices" on the back. When it was working at home, I plugged powered speakers into the audio-out jack on the back. pa devlist shows this: freeswitch at pbx> pa devlist 0;HDA Intel PCH: CX20632 Analog (hw:0,0)(ALSA);2;2;r,i,o 1;HDA Intel PCH: CX20632 Alt Analog (hw:0,2)(ALSA);2;0; 2;HDA Intel PCH: HDMI 0 (hw:0,3)(ALSA);0;8; 3;HDA Intel PCH: HDMI 1 (hw:0,7)(ALSA);0;8; 4;HDA Intel PCH: HDMI 2 (hw:0,8)(ALSA);0;8; 5;HDA Intel PCH: HDMI 3 (hw:0,9)(ALSA);0;8; 6;HDA Intel PCH: HDMI 4 (hw:0,10)(ALSA);0;8; 7;sysdefault(ALSA);128;128; 8;front(ALSA);0;2; 9;surround40(ALSA);0;2; 10;surround51(ALSA);0;2; 11;surround71(ALSA);0;2; 12;hdmi(ALSA);0;8; 13;lavrate(ALSA);128;128; 14;samplerate(ALSA);128;128; 15;speexrate(ALSA);128;128; 16;upmix(ALSA);8;8; 17;vdownmix(ALSA);6;6; 18;default(ALSA);128;128; 19;dmix(ALSA);0;2; I have no idea what most of his is, and the HDMI in the list is confusing, because the system has a DisplayPort connector, but no HDMI. I assume device #0 is the connectors on the back. I also assume that when it bridge to "portaudio/auto_answer" that it will use the only device that is configured with a "o", which is device #0. One difference between home and the current location is the addition of a 10' audio cable between the computer and the speaker, but I can't see how this would make a difference. An advanced question is how to use a portaudio microphone. I plugged a microphone into the "audio-in" on the back, but this isn't working either. Is this because that port needs line-level audio? The HP manual says the front audio panel connector can be used for a microphone. Is that portaudio device #1? How to I configure that device for input? -- Steve On Sun, Mar 28, 2021 at 1:41 PM Bote Man wrote: > I have never tried any of the linux audio drivers, but I have never heard > a good word about any of them. YMMV. > > > > In ${conf_dir}/autoload_configs/portaudio.conf.xml I see: > > > > > > > > > > > > > > > > > > > > The wiki has some good ideas on how to list the available devices from > fs_cli in: > > https://freeswitch.org/confluence/display/FREESWITCH/mod_portaudio > > > > One suggestion to aid you in testing would be to use the “playback” > dialplan app to generate test tones with tone_stream or play a .wav file. > > > > > > --- > > Bote Man > > Bote Communications > > > > > > > > *From:* FreeSWITCH-users *On > Behalf Of *Steven Schoch > *Sent:* Sunday, 28 March, 2021 00:18 > *To:* freeswitch-users > *Subject:* [Freeswitch-users] Configuring mod_portaudio for Debian > built-in (JACK?) audio > > > > I have an HP Prodesk tower with Debian and FreeSWITCH installed. It has an > audio jack that is plugged into a speaker. I configured the system so that > the devices in /dev/snd are group "freeswitch". Now I want to transfer a > call to the speaker with data="portaudio/auto_answer"/>. > > > > However, I am getting errors when I load mod_portaudio that look like this: > > 2021-03-27 21:15:30.747447 [ERR] mod_portaudio.c:1617 Invalid outstream > specified for endpoint 'default' > > > > It looks like a config file issue, but I have no clue where to start > because I couldn't find a good example. Any suggestions? > > > > -- > > 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 igor.potjevlesch at gmail.com Mon May 17 13:39:50 2021 From: igor.potjevlesch at gmail.com (Igor Potjevlesh) Date: Mon, 17 May 2021 15:39:50 +0200 Subject: [Freeswitch-users] Detect inband DTMF on B-leg In-Reply-To: References: <001a01d74743$73b965f0$5b2c31d0$@gmail.com> Message-ID: <000a01d74b22$1c8d1be0$55a753a0$@gmail.com> Yes, exactly. As well as the revert direction if possible: inband from B to telephone-event to A. -----Message d'origine----- De : FreeSWITCH-users De la part de kaiduan xie via FreeSWITCH-users Envoyé : mercredi 12 mai 2021 18:17 À : 'FreeSWITCH Users Help' Objet : Re: [Freeswitch-users] Detect inband DTMF on B-leg _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus From kaiduanx at yahoo.ca Tue May 18 14:40:08 2021 From: kaiduanx at yahoo.ca (kaiduan xie) Date: Tue, 18 May 2021 14:40:08 +0000 (UTC) Subject: [Freeswitch-users] Detect inband DTMF on B-leg In-Reply-To: <000a01d74b22$1c8d1be0$55a753a0$@gmail.com> References: <001a01d74743$73b965f0$5b2c31d0$@gmail.com> <000a01d74b22$1c8d1be0$55a753a0$@gmail.com> Message-ID: <79442698.1034719.1621348808195@mail.yahoo.com> Igor, I made some change in Freeswitch source code to support DTMF conversion based on the SDP negotiation. /Kaiduan On Monday, May 17, 2021, 09:39:52 a.m. EDT, Igor Potjevlesh wrote: Yes, exactly. As well as the revert direction if possible: inband from B to telephone-event to A. -----Message d'origine----- De : FreeSWITCH-users De la part de kaiduan xie via FreeSWITCH-users Envoyé : mercredi 12 mai 2021 18:17 À : 'FreeSWITCH Users Help' Objet : Re: [Freeswitch-users] Detect inband DTMF on B-leg _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From thilo at ginkel.com Thu May 20 12:54:07 2021 From: thilo at ginkel.com (Thilo-Alexander Ginkel) Date: Thu, 20 May 2021 14:54:07 +0200 Subject: [Freeswitch-users] Understanding why FS replies with "407 Proxy Authentication Required" on internal INVITE Message-ID: Hello everyone, we have a current FreeSWITCH installation (v1.10.6) that interfaces internal users with upstream gateways. All clients work flawlessly, except for an AVM FritzBox (short: FB), which exhibits the following behavior: When FB initiates a call to another user or external number, FreeSWITCH responds with a "407 Proxy Authentication Required" response although the dialplan is the same as for the clients that do not exhibit this behavior. This confuses the FB's SIP stack, which consequently reports a timeout and drops the call. A (redacted) SIP trace is available at: https://gist.github.com/ginkel/5c7dd3723f92e0137d5f357451dc7ac6 All clients as well the FS server reside in the same RFC1918 network. Other Polycom or Yealink clients are unaffected. Any ideas what might cause this? Thanks, Thilo -------------- next part -------------- An HTML attachment was scrubbed... URL: From jolexpert at gmail.com Thu May 20 13:56:56 2021 From: jolexpert at gmail.com (Kakiman Expert) Date: Thu, 20 May 2021 15:56:56 +0200 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes Message-ID: hello, Did you try to upgrade to latest release 1.10.6 (march 2021) and check if this "blackout" is solved or still present ?. regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri May 21 14:18:43 2021 From: brian at freeswitch.com (Brian West) Date: Fri, 21 May 2021 09:18:43 -0500 Subject: [Freeswitch-users] Understanding why FS replies with "407 Proxy Authentication Required" on internal INVITE In-Reply-To: References: Message-ID: Look at where it's sending the 407, bet you the device never receives the challenge, most likely due to nat related settings. On Thu, May 20, 2021 at 8:26 AM Thilo-Alexander Ginkel wrote: > Hello everyone, > > we have a current FreeSWITCH installation (v1.10.6) that interfaces > internal users with upstream gateways. All clients work flawlessly, except > for an AVM FritzBox (short: FB), which exhibits the following behavior: > > When FB initiates a call to another user or external number, FreeSWITCH > responds with a "407 Proxy Authentication Required" response although the > dialplan is the same as for the clients that do not exhibit this behavior. > This confuses the FB's SIP stack, which consequently reports a timeout and > drops the call. > > A (redacted) SIP trace is available at: > https://gist.github.com/ginkel/5c7dd3723f92e0137d5f357451dc7ac6 > > All clients as well the FS server reside in the same RFC1918 network. > > Other Polycom or Yealink clients are unaffected. > > Any ideas what might cause this? > > Thanks, > Thilo > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 schoch+freeswitch.org at xwin32.com Fri May 21 18:04:04 2021 From: schoch+freeswitch.org at xwin32.com (Steven Schoch) Date: Fri, 21 May 2021 11:04:04 -0700 Subject: [Freeswitch-users] Configuring mod_portaudio for Debian built-in (JACK?) audio In-Reply-To: References: <009e01d72412$9d1f1470$d75d3d50$@gmail.com> Message-ID: I figured it out. The 1st problem was the volume was set to 0. In order to fix that, logged into the server and brought up a Gnome desktop, then used the audio tool to raise the volume. The 2nd problem was that when I plug something into the front audio port (which is supposed to be able to be used for both a microphone and a headset), the audio stopped being sent to the speaker, which was plugged into the audio out jack on the back. Unplugging from the front audio jack solved that problem. -- Steve On Thu, May 13, 2021 at 3:52 PM Steven Schoch < schoch+freeswitch.org at xwin32.com> wrote: > I had it working at home, but when I installed the switch at the > bookstore, there is nothing to be heard on the audio ports. Now I'm trying > to debug it remotely, which is difficult because I can't hear the speaker. > > The system is an HP ProDesk 400. It has a "Audio-out/Audio-in combo jack" > on the front panel. It has an "audio-in" jack, and an "audio-out jack for > powered devices" on the back. When it was working at home, I plugged > powered speakers into the audio-out jack on the back. > > pa devlist shows this: > freeswitch at pbx> pa devlist > 0;HDA Intel PCH: CX20632 Analog (hw:0,0)(ALSA);2;2;r,i,o > 1;HDA Intel PCH: CX20632 Alt Analog (hw:0,2)(ALSA);2;0; > 2;HDA Intel PCH: HDMI 0 (hw:0,3)(ALSA);0;8; > 3;HDA Intel PCH: HDMI 1 (hw:0,7)(ALSA);0;8; > 4;HDA Intel PCH: HDMI 2 (hw:0,8)(ALSA);0;8; > 5;HDA Intel PCH: HDMI 3 (hw:0,9)(ALSA);0;8; > 6;HDA Intel PCH: HDMI 4 (hw:0,10)(ALSA);0;8; > 7;sysdefault(ALSA);128;128; > 8;front(ALSA);0;2; > 9;surround40(ALSA);0;2; > 10;surround51(ALSA);0;2; > 11;surround71(ALSA);0;2; > 12;hdmi(ALSA);0;8; > 13;lavrate(ALSA);128;128; > 14;samplerate(ALSA);128;128; > 15;speexrate(ALSA);128;128; > 16;upmix(ALSA);8;8; > 17;vdownmix(ALSA);6;6; > 18;default(ALSA);128;128; > 19;dmix(ALSA);0;2; > > I have no idea what most of his is, and the HDMI in the list is confusing, > because the system has a DisplayPort connector, but no HDMI. > > I assume device #0 is the connectors on the back. I also assume that when > it bridge to "portaudio/auto_answer" that it will use the only device that > is configured with a "o", which is device #0. > > One difference between home and the current location is the addition of a > 10' audio cable between the computer and the speaker, but I can't see how > this would make a difference. > > An advanced question is how to use a portaudio microphone. I plugged a > microphone into the "audio-in" on the back, but this isn't working either. > Is this because that port needs line-level audio? The HP manual says the > front audio panel connector can be used for a microphone. Is that portaudio > device #1? How to I configure that device for input? > > -- > Steve > > On Sun, Mar 28, 2021 at 1:41 PM Bote Man wrote: > >> I have never tried any of the linux audio drivers, but I have never heard >> a good word about any of them. YMMV. >> >> >> >> In ${conf_dir}/autoload_configs/portaudio.conf.xml I see: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> The wiki has some good ideas on how to list the available devices from >> fs_cli in: >> >> https://freeswitch.org/confluence/display/FREESWITCH/mod_portaudio >> >> >> >> One suggestion to aid you in testing would be to use the “playback” >> dialplan app to generate test tones with tone_stream or play a .wav file. >> >> >> >> >> >> --- >> >> Bote Man >> >> Bote Communications >> >> >> >> >> >> >> >> *From:* FreeSWITCH-users *On >> Behalf Of *Steven Schoch >> *Sent:* Sunday, 28 March, 2021 00:18 >> *To:* freeswitch-users >> *Subject:* [Freeswitch-users] Configuring mod_portaudio for Debian >> built-in (JACK?) audio >> >> >> >> I have an HP Prodesk tower with Debian and FreeSWITCH installed. It has >> an audio jack that is plugged into a speaker. I configured the system so >> that the devices in /dev/snd are group "freeswitch". Now I want to transfer >> a call to the speaker with > data="portaudio/auto_answer"/>. >> >> >> >> However, I am getting errors when I load mod_portaudio that look like >> this: >> >> 2021-03-27 21:15:30.747447 [ERR] mod_portaudio.c:1617 Invalid outstream >> specified for endpoint 'default' >> >> >> >> It looks like a config file issue, but I have no clue where to start >> because I couldn't find a good example. Any suggestions? >> >> >> >> -- >> >> 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 qihongw at gmail.com Tue May 18 18:04:57 2021 From: qihongw at gmail.com (Qihong Wang) Date: Tue, 18 May 2021 11:04:57 -0700 Subject: [Freeswitch-users] Heartbeat between WebRTC Client and Freeswitch Message-ID: Hi, I'm new to Freeswitch and real time communication. However, I'm involving a project which uses Freeswitch gateway for WebRTC communication. The client, mostly JavaScript code, uses Websocket to send media data and also the heartbeat regardless the ping/pong of Websocket. Freeswitch must respond that heartbeat. I'm not sure where to start. I'm thinking src/mod/endpoints/mod_rtc/mod_rtc.c or mod_verto.c/mod_verto.c, ws.c might be the right place to add heartbeat handling? The second thought is using Freeswitch's event system, especially the buildin heartbeat event. If so, our client needs to give up it's own heartbeat, although the possibility is very low. I'd love to hear how to utilize Freeswitch's heartbeat event between our client and Freeswitch gateway. Thanks in advance! Qihong -------------- next part -------------- An HTML attachment was scrubbed... URL: From remi.marand at odigo.com Sat May 22 06:22:53 2021 From: remi.marand at odigo.com (=?utf-8?B?UsOpbWkgTUFSQU5E?=) Date: Sat, 22 May 2021 06:22:53 +0000 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: Message-ID: Hello, It seems we have the same problem, it doesn't happen often, but the Register part of internal profile does crash. I observe that the number of connections established on the WSS port (7443) sometimes exceeds the number of active registrations. (netstat -tpa).. It could be really important (2 or 3 times the number of Registrations), it could of course be a software problem on the WebRTC (Front) client side. Is there a way on the Freeswitch side in the configuration to disconnect TLS connections that are no longer registered? On timeout for example. Best regards. Rémi Marand. remi.marand at odigo.com De : FreeSWITCH-users De la part de Kakiman Expert Envoyé : vendredi 30 avril 2021 15:34 À : freeswitch-users at lists.freeswitch.org Objet : [Freeswitch-users] RE - Internal Interface suddenly freezes 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 s.kainz at wnt.at Mon May 24 15:41:39 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Mon, 24 May 2021 15:41:39 +0000 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: Message-ID: <9CDD4C05-0E51-4CFC-838B-763828D563F0@wnt.at> Another one :) At this point we have a script that restarts freeswitch every time this happens. We don’t really have a solution for this so far, and are out of things to test … May I ask if you have an external interface in your setup? Does that interface freeze too? We have a external interface, and it looks like it doesn’t happen to that one. We also have a third interface called “alternate_routing”, which doesn’t handle registrations or presence. Like the external interface it doesn’t freeze. Do you use Mariadb/ODBC for odbc-core? Im hoping the GitHub-issue gets some attention soon. Maybe it helps if some of you also post a backtrace when this happens. To your problem, can you confirm that this isn’t some sort of SYN-Flood-Attack? Maybe check the IP’s that are connected. I think its pretty easy to find out if those are real-users or hackers. Regards, On 22.05.2021, at 08:22, Rémi MARAND > wrote: Hello, It seems we have the same problem, it doesn't happen often, but the Register part of internal profile does crash. I observe that the number of connections established on the WSS port (7443) sometimes exceeds the number of active registrations. (netstat -tpa).. It could be really important (2 or 3 times the number of Registrations), it could of course be a software problem on the WebRTC (Front) client side. Is there a way on the Freeswitch side in the configuration to disconnect TLS connections that are no longer registered? On timeout for example. Best regards. Rémi Marand. remi.marand at odigo.com De : FreeSWITCH-users > De la part de Kakiman Expert Envoyé : vendredi 30 avril 2021 15:34 À : freeswitch-users at lists.freeswitch.org Objet : [Freeswitch-users] RE - Internal Interface suddenly freezes 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Mon May 24 16:26:03 2021 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 24 May 2021 11:26:03 -0500 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: <9CDD4C05-0E51-4CFC-838B-763828D563F0@wnt.at> References: <9CDD4C05-0E51-4CFC-838B-763828D563F0@wnt.at> Message-ID: When it's stuck you should crash it on purpose "fsctl crash" and get a "thread apply all bt" from the core in gdb. Then you might learn something. On Mon, May 24, 2021 at 11:22 AM Stefan Kainz wrote: > Another one :) > > At this point we have a script that restarts freeswitch every time this > happens. > We don’t really have a solution for this so far, and are out of things to > test … > > May I ask if you have an external interface in your setup? Does that > interface freeze too? > We have a external interface, and it looks like it doesn’t happen to that > one. > We also have a third interface called “alternate_routing”, which doesn’t > handle registrations or presence. Like the external interface it doesn’t > freeze. > > Do you use Mariadb/ODBC for odbc-core? > > Im hoping the GitHub-issue gets some attention soon. > Maybe it helps if some of you also post a backtrace when this happens. > > To your problem, can you confirm that this isn’t some sort of > SYN-Flood-Attack? > Maybe check the IP’s that are connected. I think its pretty easy to find > out if those are real-users or hackers. > > Regards, > > On 22.05.2021, at 08:22, Rémi MARAND wrote: > > Hello, > > It seems we have the same problem, it doesn't happen often, but the > Register part of internal profile does crash. > > I observe that the number of connections established on the WSS port > (7443) sometimes exceeds the number of active registrations. (netstat > -tpa).. > It could be really important (2 or 3 times the number of Registrations), > it could of course be a software problem on the WebRTC (Front) client side. > > Is there a way on the Freeswitch side in the configuration to disconnect > TLS connections that are no longer registered? On timeout for example. > > Best regards. > > Rémi Marand. > remi.marand at odigo.com > > *De :* FreeSWITCH-users *De > la part de* Kakiman Expert > *Envoyé :* vendredi 30 avril 2021 15:34 > *À :* freeswitch-users at lists.freeswitch.org > *Objet :* [Freeswitch-users] RE - Internal Interface suddenly freezes > > 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 > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Anthony Minessale II Founder, FreeSWITCH. http://freeswitch.com https://youtu.be/l_hOxzCt6X4 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From remi.marand at odigo.com Mon May 24 17:24:10 2021 From: remi.marand at odigo.com (=?iso-8859-1?Q?R=E9mi_MARAND?=) Date: Mon, 24 May 2021 17:24:10 +0000 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: <9CDD4C05-0E51-4CFC-838B-763828D563F0@wnt.at> References: <9CDD4C05-0E51-4CFC-838B-763828D563F0@wnt.at> Message-ID: Hello, Thank you for the various information about this incident on the userlist and github. We are using Postgresql on Freeswitch server itself. The version of Freeswitch is 1.10.5-release-17-25569c1631~64bit On Debian 10. I cannot reproduce the problem on our development environment with thousands of registrations and thousands of calls, for this reason I suspect some unexpected behavior of the web client, and I note that a few TCP connections: on wss:7443 remain after the Register they carry is completed. I am looking for a solution on the Freeswitch side to close them on inactivity timeout. If we are successful in causing the problem, we will release the core as you recommend. As for the transition to version 1.10.6, this is a track that we will try. Best Regards. remi.marand at odigo.com De : FreeSWITCH-users De la part de Stefan Kainz Envoyé : lundi 24 mai 2021 17:42 À : FreeSWITCH Users Help Objet : Re: [Freeswitch-users] RE - Internal Interface suddenly freezes Another one :) At this point we have a script that restarts freeswitch every time this happens. We don't really have a solution for this so far, and are out of things to test ... May I ask if you have an external interface in your setup? Does that interface freeze too? We have a external interface, and it looks like it doesn't happen to that one. We also have a third interface called "alternate_routing", which doesn't handle registrations or presence. Like the external interface it doesn't freeze. Do you use Mariadb/ODBC for odbc-core? Im hoping the GitHub-issue gets some attention soon. Maybe it helps if some of you also post a backtrace when this happens. To your problem, can you confirm that this isn't some sort of SYN-Flood-Attack? Maybe check the IP's that are connected. I think its pretty easy to find out if those are real-users or hackers. Regards, On 22.05.2021, at 08:22, Rémi MARAND > wrote: Hello, It seems we have the same problem, it doesn't happen often, but the Register part of internal profile does crash. I observe that the number of connections established on the WSS port (7443) sometimes exceeds the number of active registrations. (netstat -tpa).. It could be really important (2 or 3 times the number of Registrations), it could of course be a software problem on the WebRTC (Front) client side. Is there a way on the Freeswitch side in the configuration to disconnect TLS connections that are no longer registered? On timeout for example. Best regards. Rémi Marand. remi.marand at odigo.com De : FreeSWITCH-users > De la part de Kakiman Expert Envoyé : vendredi 30 avril 2021 15:34 À : freeswitch-users at lists.freeswitch.org Objet : [Freeswitch-users] RE - Internal Interface suddenly freezes 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.kainz at wnt.at Tue May 25 11:15:09 2021 From: s.kainz at wnt.at (Stefan Kainz) Date: Tue, 25 May 2021 11:15:09 +0000 Subject: [Freeswitch-users] RE - Internal Interface suddenly freezes In-Reply-To: References: <9CDD4C05-0E51-4CFC-838B-763828D563F0@wnt.at> Message-ID: Thank you. We will try 1.10.6 with mod_mariadb this week! Thanks! Von: FreeSWITCH-users Im Auftrag von Rémi MARAND Gesendet: Montag, 24. Mai 2021 19:24 An: FreeSWITCH Users Help Betreff: Re: [Freeswitch-users] RE - Internal Interface suddenly freezes Hello, Thank you for the various information about this incident on the userlist and github. We are using Postgresql on Freeswitch server itself. The version of Freeswitch is 1.10.5-release-17-25569c1631~64bit On Debian 10. I cannot reproduce the problem on our development environment with thousands of registrations and thousands of calls, for this reason I suspect some unexpected behavior of the web client, and I note that a few TCP connections: on wss:7443 remain after the Register they carry is completed. I am looking for a solution on the Freeswitch side to close them on inactivity timeout. If we are successful in causing the problem, we will release the core as you recommend. As for the transition to version 1.10.6, this is a track that we will try. Best Regards. remi.marand at odigo.com De : FreeSWITCH-users > De la part de Stefan Kainz Envoyé : lundi 24 mai 2021 17:42 À : FreeSWITCH Users Help Objet : Re: [Freeswitch-users] RE - Internal Interface suddenly freezes Another one :) At this point we have a script that restarts freeswitch every time this happens. We don't really have a solution for this so far, and are out of things to test ... May I ask if you have an external interface in your setup? Does that interface freeze too? We have a external interface, and it looks like it doesn't happen to that one. We also have a third interface called "alternate_routing", which doesn't handle registrations or presence. Like the external interface it doesn't freeze. Do you use Mariadb/ODBC for odbc-core? Im hoping the GitHub-issue gets some attention soon. Maybe it helps if some of you also post a backtrace when this happens. To your problem, can you confirm that this isn't some sort of SYN-Flood-Attack? Maybe check the IP's that are connected. I think its pretty easy to find out if those are real-users or hackers. Regards, On 22.05.2021, at 08:22, Rémi MARAND > wrote: Hello, It seems we have the same problem, it doesn't happen often, but the Register part of internal profile does crash. I observe that the number of connections established on the WSS port (7443) sometimes exceeds the number of active registrations. (netstat -tpa).. It could be really important (2 or 3 times the number of Registrations), it could of course be a software problem on the WebRTC (Front) client side. Is there a way on the Freeswitch side in the configuration to disconnect TLS connections that are no longer registered? On timeout for example. Best regards. Rémi Marand. remi.marand at odigo.com De : FreeSWITCH-users > De la part de Kakiman Expert Envoyé : vendredi 30 avril 2021 15:34 À : freeswitch-users at lists.freeswitch.org Objet : [Freeswitch-users] RE - Internal Interface suddenly freezes 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From nycphoneservice at gmail.com Tue May 25 11:44:06 2021 From: nycphoneservice at gmail.com (nycphoneservice) Date: Tue, 25 May 2021 07:44:06 -0400 Subject: [Freeswitch-users] Lua script session issues Message-ID: Hi all, I have the following issue in my lua script. I need to initialize a new session, set variables and then originate a call later. It doesn't work - I get a session uninitialized error. The lua script is called from cli as luarun test.lua Here is the script: ses = freeswitch.Session() ses:execute("set","test=123") <-- get a session uninitialized When I try ses = new freeswitch.Session() I get function overload error It works only when I use ses = freeswitch.Session("{api_hangup_hook='lua retry.lua',continue_on_error=true}/sofia/profile/gateway1/number|/sofia/profile/gateway2/number") But the problem is that I have a session hangup hook specified and use multiple gateways dial failover. The session executes the hangup hook if the first gateway call didn't go through, which doesn't make sense. continue_on_error is ignored even if I do ses:execute("set","continue_on_error=true") after the initialization. Please suggest what is the best approach. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From victor.velo at yahoo.ca Wed May 26 21:43:45 2021 From: victor.velo at yahoo.ca (Victor Velo) Date: Wed, 26 May 2021 21:43:45 +0000 (UTC) Subject: add sdp attribute maxptime to FreeSwitch References: <1245969047.277513.1622065425640.ref@mail.yahoo.com> Message-ID: <1245969047.277513.1622065425640@mail.yahoo.com> Hello, Is there a way to add the attribute maxptime to a=maxptime=150 on FreeSwitch? Thanks, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: From abaci64 at gmail.com Fri May 28 00:45:24 2021 From: abaci64 at gmail.com (Abaci B) Date: Thu, 27 May 2021 20:45:24 -0400 Subject: [Freeswitch-users] rtp-timeout-sec VS media_timeout In-Reply-To: References: Message-ID: Brian, if profile based timeout is deprecated then the wiki is wrong and should be updated accordingly https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Configuration+Files#SofiaConfigurationFiles-media_timeout On Fri, Mar 5, 2021 at 12:23 PM Brian West wrote: > David, > > The profile level option is deprecated, These variables can be set per > session media_timeout plus media_timeout_audio, media_timeout_video, then > you have media_hold_timeout plus media_hold_timeout_audio > and media_hold_timeout_video > > /b > > > On Thu, Mar 4, 2021 at 10:04 PM David P wrote: > >> We're using FS 10.5 on Debian Stretch installed via packages. >> >> in our >> sip_profiles/internal.xml does effect calls. We have no media_timeout* >> config. >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 Fri May 28 08:32:18 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 28 May 2021 09:32:18 +0100 Subject: [Freeswitch-users] rtp-timeout-sec VS media_timeout In-Reply-To: References: Message-ID: Interesting! Media_timeout on the profile wasn’t working for me, so I tried with rtp-timeout-sec and this DOES work for me on the profile. Now I know why. On Fri, 28 May 2021 at 01:46, Abaci B wrote: > Brian, > if profile based timeout is deprecated then the wiki is wrong and should > be updated accordingly > > https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Configuration+Files#SofiaConfigurationFiles-media_timeout > > > > On Fri, Mar 5, 2021 at 12:23 PM Brian West wrote: > >> David, >> >> The profile level option is deprecated, These variables can be set per >> session media_timeout plus media_timeout_audio, media_timeout_video, then >> you have media_hold_timeout plus media_hold_timeout_audio >> and media_hold_timeout_video >> >> /b >> >> >> On Thu, Mar 4, 2021 at 10:04 PM David P >> wrote: >> >>> We're using FS 10.5 on Debian Stretch installed via packages. >>> >>> in our >>> sip_profiles/internal.xml does effect calls. We have no media_timeout* >>> config. >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users 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 -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bullehs at gmail.com Fri May 28 05:47:14 2021 From: bullehs at gmail.com (HS) Date: Fri, 28 May 2021 10:47:14 +0500 Subject: [Freeswitch-users] Integration with Opensips In-Reply-To: References: Message-ID: Hi all. Just been trying to integrate Opensips with Freeswitch by following this old guide: https://www.opensips.org/Documentation/Tutorials-OpenSIPSFreeSwitchIntegration I think I have managed to get the other stuff working alright. However, it seems that the user extensions aren't being pulled from the opensips database. When I run: list_users group default I get the following error: 2021-05-25 02:57:32.297372 [ERR] mod_lua.cpp:202 /usr/share/freeswitch/scripts/xml_handler.lua:40: attempt to index global 'params' (a nil value) stack traceback: /usr/share/freeswitch/scripts/xml_handler.lua:40: in main chunk 2021-05-25 02:57:32.297372 [ERR] mod_lua.cpp:270 LUA script parse/execute error! I am using Opensips 3.0 on Amazon EC2. Any help would be appreciated. Best wishes. -------------- next part -------------- An HTML attachment was scrubbed... URL: From abaci64 at gmail.com Fri May 28 17:51:43 2021 From: abaci64 at gmail.com (Abaci B) Date: Fri, 28 May 2021 13:51:43 -0400 Subject: [Freeswitch-users] rtp-timeout-sec VS media_timeout In-Reply-To: References: Message-ID: but when you use rtp-timeout-secyou get a message that it's deprecated and you should use media_timeout instead On Fri, May 28, 2021 at 4:33 AM David Villasmil < david.villasmil.work at gmail.com> wrote: > Interesting! > > Media_timeout on the profile wasn’t working for me, so I tried with > rtp-timeout-sec and this DOES work for me on the profile. > Now I know why. > > > On Fri, 28 May 2021 at 01:46, Abaci B wrote: > >> Brian, >> if profile based timeout is deprecated then the wiki is wrong and should >> be updated accordingly >> >> https://freeswitch.org/confluence/display/FREESWITCH/Sofia+Configuration+Files#SofiaConfigurationFiles-media_timeout >> >> >> >> On Fri, Mar 5, 2021 at 12:23 PM Brian West wrote: >> >>> David, >>> >>> The profile level option is deprecated, These variables can be set per >>> session media_timeout plus media_timeout_audio, media_timeout_video, then >>> you have media_hold_timeout plus media_hold_timeout_audio >>> and media_hold_timeout_video >>> >>> /b >>> >>> >>> On Thu, Mar 4, 2021 at 10:04 PM David P >>> wrote: >>> >>>> We're using FS 10.5 on Debian Stretch installed via packages. >>>> >>>> in our >>>> sip_profiles/internal.xml does effect calls. We have no media_timeout* >>>> config. >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users 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 > > -- > 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 Fri May 28 17:57:02 2021 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 28 May 2021 18:57:02 +0100 Subject: [Freeswitch-users] Integration with Opensips In-Reply-To: References: Message-ID: Whatever is on line 40 is trying to assign a null value, meaning it’s not being set On Fri, 28 May 2021 at 18:32, HS wrote: > Hi all. > > Just been trying to integrate Opensips with Freeswitch by following this > old guide: > > > https://www.opensips.org/Documentation/Tutorials-OpenSIPSFreeSwitchIntegration > > I think I have managed to get the other stuff working alright. However, it > seems that the user extensions aren't being pulled from the opensips > database. When I run: > list_users group default > > I get the following error: > 2021-05-25 02:57:32.297372 [ERR] mod_lua.cpp:202 > /usr/share/freeswitch/scripts/xml_handler.lua:40: attempt to index global > 'params' (a nil value) > stack traceback: > /usr/share/freeswitch/scripts/xml_handler.lua:40: in main chunk > 2021-05-25 02:57:32.297372 [ERR] mod_lua.cpp:270 LUA script parse/execute > error! > > I am using Opensips 3.0 on Amazon EC2. Any help would be appreciated. > > Best wishes. > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 bullehs at gmail.com Sat May 29 02:11:24 2021 From: bullehs at gmail.com (HS) Date: Sat, 29 May 2021 07:11:24 +0500 Subject: [Freeswitch-users] Integration with Opensips In-Reply-To: References: Message-ID: Hi David. Thanks for taking the time to respond. This is line 40: freeswitch.consoleLog("notice", "[xml_handler] Params:\n" .. params:serialize() .. "\n"); Anyone have any fixes? Best wishes. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From outrunner at live.fr Sat May 29 14:03:37 2021 From: outrunner at live.fr (jean rouquet) Date: Sat, 29 May 2021 14:03:37 +0000 Subject: [Freeswitch-users] move people from a passthrough conference to a mux conference In-Reply-To: References: Message-ID: Hello, I am investigating the traditional use case where a one to one call starts as relay mode (conference passthrough), and goes mcu when adding a third person in the call. I would like to do it server side only, and transparent for the clients. That means freeswitch would move the one to one call to a mux conference, and then the third guy would join the mcu conference. Is it something possible in freeswitch? what would be the cli commands or modules to use to do this? regards, Jean -------------- next part -------------- An HTML attachment was scrubbed... URL: From lewis.bergman at gmail.com Sat May 29 19:59:47 2021 From: lewis.bergman at gmail.com (Lewis Bergman) Date: Sat, 29 May 2021 14:59:47 -0500 Subject: [Freeswitch-users] move people from a passthrough conference to a mux conference In-Reply-To: References: Message-ID: Have you checked the docs? https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+three_way https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+att_xfer -------------- next part -------------- An HTML attachment was scrubbed... URL: From praveenkumar.t at teleapps.com Mon May 31 09:38:30 2021 From: praveenkumar.t at teleapps.com (Praveenkumar T) Date: Mon, 31 May 2021 15:08:30 +0530 Subject: [Freeswitch-users] FS_Dialer Message-ID: <003c01d75600$b87b3530$29719f90$@teleapps.com> Dear, Please let me know if any dialer module is available from FS, if one wants to setup an automated outbound call centre. Thanks & Regards Praveen -------------- next part -------------- An HTML attachment was scrubbed... URL: