From david.villasmil.work at gmail.com Wed Jul 1 12:18:31 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 1 Jul 2020 13:18:31 +0100 Subject: [Freeswitch-users] How to set the conf dir? Message-ID: Hello all, I've been compiling and using fs for many years, and I usually just use /usr/local/freeswitch/conf which is the default. It occurred to me today i want to set the config path and i can't find any param that does: Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/freeswitch] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] datadir and sysconfdir are not it, so what's the parameter? Thanks all Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From th982a at googlemail.com Wed Jul 1 14:29:30 2020 From: th982a at googlemail.com (Tamer Higazi) Date: Wed, 1 Jul 2020 16:29:30 +0200 Subject: [Freeswitch-users] How to set the conf dir? In-Reply-To: References: Message-ID: Hi David, If I am you, I wouldn't make myself crazy. just make a symabolic link.... ln -s /usr/local/freeswitch/conf /etc/freeswitch problem solved. On 2020-07-01 14:18, David Villasmil wrote: > Hello all, > > I've been compiling and using fs for many years, and I usually just > use /usr/local/freeswitch/conf which is the default. > > It occurred to me today i want to set the config path and i can't find > any param that does: > > Fine tuning of the installation directories: >   --bindir=DIR            user executables [EPREFIX/bin] >   --sbindir=DIR           system admin executables [EPREFIX/sbin] >   --libexecdir=DIR        program executables [EPREFIX/libexec] >   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] >   --sharedstatedir=DIR    modifiable architecture-independent data > [PREFIX/com] >   --localstatedir=DIR     modifiable single-machine data [PREFIX/var] >   --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run] >   --libdir=DIR            object code libraries [EPREFIX/lib] >   --includedir=DIR        C header files [PREFIX/include] >   --oldincludedir=DIR     C header files for non-gcc [/usr/include] >   --datarootdir=DIR       read-only arch.-independent data root > [PREFIX/share] >   --datadir=DIR           read-only architecture-independent data > [DATAROOTDIR] >   --infodir=DIR           info documentation [DATAROOTDIR/info] >   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale] >   --mandir=DIR            man documentation [DATAROOTDIR/man] >   --docdir=DIR            documentation root [DATAROOTDIR/doc/freeswitch] >   --htmldir=DIR           html documentation [DOCDIR] >   --dvidir=DIR            dvi documentation [DOCDIR] >   --pdfdir=DIR            pdf documentation [DOCDIR] >   --psdir=DIR             ps documentation [DOCDIR] > > datadir and sysconfdir are not it, so what's the parameter? > > Thanks all > > 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 From covici at ccs.covici.com Wed Jul 1 14:30:35 2020 From: covici at ccs.covici.com (John Covici) Date: Wed, 01 Jul 2020 10:30:35 -0400 Subject: [Freeswitch-users] How to set the conf dir? In-Reply-To: References: Message-ID: I think there is none, you have to run fs with -conf folllowed y directory name. On Wed, 01 Jul 2020 08:18:31 -0400, David Villasmil wrote: > > [1 ] > [1.1 ] > Hello all, > > I've been compiling and using fs for many years, and I usually just use > /usr/local/freeswitch/conf which is the default. > > It occurred to me today i want to set the config path and i can't find any > param that does: > > Fine tuning of the installation directories: > --bindir=DIR user executables [EPREFIX/bin] > --sbindir=DIR system admin executables [EPREFIX/sbin] > --libexecdir=DIR program executables [EPREFIX/libexec] > --sysconfdir=DIR read-only single-machine data [PREFIX/etc] > --sharedstatedir=DIR modifiable architecture-independent data > [PREFIX/com] > --localstatedir=DIR modifiable single-machine data [PREFIX/var] > --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] > --libdir=DIR object code libraries [EPREFIX/lib] > --includedir=DIR C header files [PREFIX/include] > --oldincludedir=DIR C header files for non-gcc [/usr/include] > --datarootdir=DIR read-only arch.-independent data root > [PREFIX/share] > --datadir=DIR read-only architecture-independent data > [DATAROOTDIR] > --infodir=DIR info documentation [DATAROOTDIR/info] > --localedir=DIR locale-dependent data [DATAROOTDIR/locale] > --mandir=DIR man documentation [DATAROOTDIR/man] > --docdir=DIR documentation root [DATAROOTDIR/doc/freeswitch] > --htmldir=DIR html documentation [DOCDIR] > --dvidir=DIR dvi documentation [DOCDIR] > --pdfdir=DIR pdf documentation [DOCDIR] > --psdir=DIR ps documentation [DOCDIR] > > datadir and sysconfdir are not it, so what's the parameter? > > Thanks all > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > [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 david.villasmil.work at gmail.com Wed Jul 1 16:04:21 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 1 Jul 2020 17:04:21 +0100 Subject: [Freeswitch-users] How to set the conf dir? In-Reply-To: References: Message-ID: Thanks Tamer, But that's not problem solved. That's a workaround. Anyway, thanks everybody. Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Wed, Jul 1, 2020 at 4:47 PM Tamer Higazi via FreeSWITCH-users < freeswitch-users at lists.freeswitch.org> wrote: > > > > ---------- Forwarded message ---------- > From: Tamer Higazi > To: freeswitch-users at lists.freeswitch.org > Cc: > Bcc: > Date: Wed, 1 Jul 2020 16:29:30 +0200 > Subject: Re: [Freeswitch-users] How to set the conf dir? > Hi David, > > If I am you, I wouldn't make myself crazy. just make a symabolic link.... > > ln -s /usr/local/freeswitch/conf /etc/freeswitch > > problem solved. > > On 2020-07-01 14:18, David Villasmil wrote: > > Hello all, > > > > I've been compiling and using fs for many years, and I usually just > > use /usr/local/freeswitch/conf which is the default. > > > > It occurred to me today i want to set the config path and i can't find > > any param that does: > > > > Fine tuning of the installation directories: > > --bindir=DIR user executables [EPREFIX/bin] > > --sbindir=DIR system admin executables [EPREFIX/sbin] > > --libexecdir=DIR program executables [EPREFIX/libexec] > > --sysconfdir=DIR read-only single-machine data [PREFIX/etc] > > --sharedstatedir=DIR modifiable architecture-independent data > > [PREFIX/com] > > --localstatedir=DIR modifiable single-machine data [PREFIX/var] > > --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] > > --libdir=DIR object code libraries [EPREFIX/lib] > > --includedir=DIR C header files [PREFIX/include] > > --oldincludedir=DIR C header files for non-gcc [/usr/include] > > --datarootdir=DIR read-only arch.-independent data root > > [PREFIX/share] > > --datadir=DIR read-only architecture-independent data > > [DATAROOTDIR] > > --infodir=DIR info documentation [DATAROOTDIR/info] > > --localedir=DIR locale-dependent data [DATAROOTDIR/locale] > > --mandir=DIR man documentation [DATAROOTDIR/man] > > --docdir=DIR documentation root [DATAROOTDIR/doc/freeswitch] > > --htmldir=DIR html documentation [DOCDIR] > > --dvidir=DIR dvi documentation [DOCDIR] > > --pdfdir=DIR pdf documentation [DOCDIR] > > --psdir=DIR ps documentation [DOCDIR] > > > > datadir and sysconfdir are not it, so what's the parameter? > > > > Thanks all > > > > 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 > > > > > ---------- Forwarded message ---------- > From: Tamer Higazi via FreeSWITCH-users < > freeswitch-users at lists.freeswitch.org> > To: freeswitch-users at lists.freeswitch.org > Cc: > Bcc: > Date: Wed, 01 Jul 2020 08:47:17 -0700 (PDT) > Subject: Re: [Freeswitch-users] How to set the conf dir? > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Jul 1 19:15:30 2020 From: brian at freeswitch.com (Brian West) Date: Wed, 1 Jul 2020 14:15:30 -0500 Subject: [Freeswitch-users] How to set the conf dir? In-Reply-To: References: Message-ID: -conf [confdir] -- alternate directory for FreeSWITCH configuration files On Wed, Jul 1, 2020 at 12:26 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Thanks Tamer, > But that's not problem solved. That's a workaround. > Anyway, thanks everybody. > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Wed, Jul 1, 2020 at 4:47 PM Tamer Higazi via FreeSWITCH-users < > freeswitch-users at lists.freeswitch.org> wrote: > >> >> >> >> ---------- Forwarded message ---------- >> From: Tamer Higazi >> To: freeswitch-users at lists.freeswitch.org >> Cc: >> Bcc: >> Date: Wed, 1 Jul 2020 16:29:30 +0200 >> Subject: Re: [Freeswitch-users] How to set the conf dir? >> Hi David, >> >> If I am you, I wouldn't make myself crazy. just make a symabolic link.... >> >> ln -s /usr/local/freeswitch/conf /etc/freeswitch >> >> problem solved. >> >> On 2020-07-01 14:18, David Villasmil wrote: >> > Hello all, >> > >> > I've been compiling and using fs for many years, and I usually just >> > use /usr/local/freeswitch/conf which is the default. >> > >> > It occurred to me today i want to set the config path and i can't find >> > any param that does: >> > >> > Fine tuning of the installation directories: >> > --bindir=DIR user executables [EPREFIX/bin] >> > --sbindir=DIR system admin executables [EPREFIX/sbin] >> > --libexecdir=DIR program executables [EPREFIX/libexec] >> > --sysconfdir=DIR read-only single-machine data [PREFIX/etc] >> > --sharedstatedir=DIR modifiable architecture-independent data >> > [PREFIX/com] >> > --localstatedir=DIR modifiable single-machine data [PREFIX/var] >> > --runstatedir=DIR modifiable per-process data >> [LOCALSTATEDIR/run] >> > --libdir=DIR object code libraries [EPREFIX/lib] >> > --includedir=DIR C header files [PREFIX/include] >> > --oldincludedir=DIR C header files for non-gcc [/usr/include] >> > --datarootdir=DIR read-only arch.-independent data root >> > [PREFIX/share] >> > --datadir=DIR read-only architecture-independent data >> > [DATAROOTDIR] >> > --infodir=DIR info documentation [DATAROOTDIR/info] >> > --localedir=DIR locale-dependent data [DATAROOTDIR/locale] >> > --mandir=DIR man documentation [DATAROOTDIR/man] >> > --docdir=DIR documentation root >> [DATAROOTDIR/doc/freeswitch] >> > --htmldir=DIR html documentation [DOCDIR] >> > --dvidir=DIR dvi documentation [DOCDIR] >> > --pdfdir=DIR pdf documentation [DOCDIR] >> > --psdir=DIR ps documentation [DOCDIR] >> > >> > datadir and sysconfdir are not it, so what's the parameter? >> > >> > Thanks all >> > >> > 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 >> >> >> >> >> ---------- Forwarded message ---------- >> From: Tamer Higazi via FreeSWITCH-users < >> freeswitch-users at lists.freeswitch.org> >> To: freeswitch-users at lists.freeswitch.org >> Cc: >> Bcc: >> Date: Wed, 01 Jul 2020 08:47:17 -0700 (PDT) >> Subject: Re: [Freeswitch-users] How to set the conf dir? >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From brians at iptel.co Wed Jul 1 19:23:30 2020 From: brians at iptel.co (Brian :) Date: Wed, 1 Jul 2020 20:23:30 +0100 Subject: [Freeswitch-users] Teams direct routing In-Reply-To: References: Message-ID: HI Flavio, Hope you are well! MS Have actually well documented this ( odd ) behaviour. Essentially the TLDR is turn off REFER support on all your invites and replies to MS if you don't want go down want to have to do a bit of work to support their refer format. If you do want to get REFER working the relevant bits are from MS are below ( they refer to the sip proxy - thats an MS sip proxy - you are the SBC ) If the call is transferred from one Teams user to another via the SBC, the SBC is expected to issue a new invite (start a new dialog) for the transfer target (the Teams user) using the information received in the Refer message. To populate the To/Transferor fields for the transaction of the request internally, the SIP proxy needs to convey this information inside the REFER-TO/REFERRED-BY headers. The SIP proxy will form the REFER-TO as a SIP URI comprised of a SIP proxy FQDN in the hostname and either one of the following: An E.164 phone number in the username part of the URI in case the transfer target is a phone number, or x-m and x-t parameters encoding the full transfer target MRI and tenant ID respectively The REFERRED-BY header is a SIP URI with transferor MRI encoded in it as well as transferor tenant ID and other transfer context parameters as shown in the following table: TABLE 3 ParameterValueDescription x-mMRIFull MRI of transferor/transfer target as populated by CC x-tTenant IDx-t Tenant ID Optional Tenant Id as populated by CC x-tiTransferor Correlation IdCorrelation Id of the call to the transferor x-ttTransfer target call URIEncoded call replacement URI Its all documented at: https://docs.microsoft.com/en-us/microsoftteams/direct-routing-protocols-sip Brian. On Mon, Jun 15, 2020 at 10:51 PM Flavio Goncalves wrote: > > Hi, > > I've managed to connect teams using FS, now I´m trying to implement call hold and call transfer. Teams use an unusual way for hold, it transfers the call. In the refer I can see the refer-to pointing to an url without a request uri user > > REFER-TO: > > How can I bridge a call to an URI without a request uri user? > > I tried sofia/gateway/ms1/ (without passing a user). > I tried > > where $1 is the domain and $2 are the invite parameters > > but no success. > > Did anyone have success with TEAMS and call hold, call transfer? > > Thanks > > Flavio E Goncalves > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From david.villasmil.work at gmail.com Wed Jul 1 20:13:16 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 1 Jul 2020 21:13:16 +0100 Subject: [Freeswitch-users] How to set the conf dir? In-Reply-To: References: Message-ID: Hello Brian, Yes, that's when you start FS up. I was talking when configure'ing Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Wed, Jul 1, 2020 at 8:23 PM Brian West wrote: > -conf [confdir] -- alternate directory for FreeSWITCH > configuration files > > On Wed, Jul 1, 2020 at 12:26 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Thanks Tamer, >> But that's not problem solved. That's a workaround. >> Anyway, thanks everybody. >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> >> >> On Wed, Jul 1, 2020 at 4:47 PM Tamer Higazi via FreeSWITCH-users < >> freeswitch-users at lists.freeswitch.org> wrote: >> >>> >>> >>> >>> ---------- Forwarded message ---------- >>> From: Tamer Higazi >>> To: freeswitch-users at lists.freeswitch.org >>> Cc: >>> Bcc: >>> Date: Wed, 1 Jul 2020 16:29:30 +0200 >>> Subject: Re: [Freeswitch-users] How to set the conf dir? >>> Hi David, >>> >>> If I am you, I wouldn't make myself crazy. just make a symabolic link.... >>> >>> ln -s /usr/local/freeswitch/conf /etc/freeswitch >>> >>> problem solved. >>> >>> On 2020-07-01 14:18, David Villasmil wrote: >>> > Hello all, >>> > >>> > I've been compiling and using fs for many years, and I usually just >>> > use /usr/local/freeswitch/conf which is the default. >>> > >>> > It occurred to me today i want to set the config path and i can't find >>> > any param that does: >>> > >>> > Fine tuning of the installation directories: >>> > --bindir=DIR user executables [EPREFIX/bin] >>> > --sbindir=DIR system admin executables [EPREFIX/sbin] >>> > --libexecdir=DIR program executables [EPREFIX/libexec] >>> > --sysconfdir=DIR read-only single-machine data [PREFIX/etc] >>> > --sharedstatedir=DIR modifiable architecture-independent data >>> > [PREFIX/com] >>> > --localstatedir=DIR modifiable single-machine data [PREFIX/var] >>> > --runstatedir=DIR modifiable per-process data >>> [LOCALSTATEDIR/run] >>> > --libdir=DIR object code libraries [EPREFIX/lib] >>> > --includedir=DIR C header files [PREFIX/include] >>> > --oldincludedir=DIR C header files for non-gcc [/usr/include] >>> > --datarootdir=DIR read-only arch.-independent data root >>> > [PREFIX/share] >>> > --datadir=DIR read-only architecture-independent data >>> > [DATAROOTDIR] >>> > --infodir=DIR info documentation [DATAROOTDIR/info] >>> > --localedir=DIR locale-dependent data [DATAROOTDIR/locale] >>> > --mandir=DIR man documentation [DATAROOTDIR/man] >>> > --docdir=DIR documentation root >>> [DATAROOTDIR/doc/freeswitch] >>> > --htmldir=DIR html documentation [DOCDIR] >>> > --dvidir=DIR dvi documentation [DOCDIR] >>> > --pdfdir=DIR pdf documentation [DOCDIR] >>> > --psdir=DIR ps documentation [DOCDIR] >>> > >>> > datadir and sysconfdir are not it, so what's the parameter? >>> > >>> > Thanks all >>> > >>> > 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 >>> >>> >>> >>> >>> ---------- Forwarded message ---------- >>> From: Tamer Higazi via FreeSWITCH-users < >>> freeswitch-users at lists.freeswitch.org> >>> To: freeswitch-users at lists.freeswitch.org >>> Cc: >>> Bcc: >>> Date: Wed, 01 Jul 2020 08:47:17 -0700 (PDT) >>> Subject: Re: [Freeswitch-users] How to set the conf dir? >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Jul 1 22:30:40 2020 From: brian at freeswitch.com (Brian West) Date: Wed, 1 Jul 2020 17:30:40 -0500 Subject: [Freeswitch-users] How to set the conf dir? In-Reply-To: References: Message-ID: --sysconfdir=DIR On Wed, Jul 1, 2020 at 3:33 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Hello Brian, > > Yes, that's when you start FS up. I was talking when configure'ing > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Wed, Jul 1, 2020 at 8:23 PM Brian West wrote: > >> -conf [confdir] -- alternate directory for FreeSWITCH >> configuration files >> >> On Wed, Jul 1, 2020 at 12:26 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Thanks Tamer, >>> But that's not problem solved. That's a workaround. >>> Anyway, thanks everybody. >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> >>> >>> On Wed, Jul 1, 2020 at 4:47 PM Tamer Higazi via FreeSWITCH-users < >>> freeswitch-users at lists.freeswitch.org> wrote: >>> >>>> >>>> >>>> >>>> ---------- Forwarded message ---------- >>>> From: Tamer Higazi >>>> To: freeswitch-users at lists.freeswitch.org >>>> Cc: >>>> Bcc: >>>> Date: Wed, 1 Jul 2020 16:29:30 +0200 >>>> Subject: Re: [Freeswitch-users] How to set the conf dir? >>>> Hi David, >>>> >>>> If I am you, I wouldn't make myself crazy. just make a symabolic >>>> link.... >>>> >>>> ln -s /usr/local/freeswitch/conf /etc/freeswitch >>>> >>>> problem solved. >>>> >>>> On 2020-07-01 14:18, David Villasmil wrote: >>>> > Hello all, >>>> > >>>> > I've been compiling and using fs for many years, and I usually just >>>> > use /usr/local/freeswitch/conf which is the default. >>>> > >>>> > It occurred to me today i want to set the config path and i can't >>>> find >>>> > any param that does: >>>> > >>>> > Fine tuning of the installation directories: >>>> > --bindir=DIR user executables [EPREFIX/bin] >>>> > --sbindir=DIR system admin executables [EPREFIX/sbin] >>>> > --libexecdir=DIR program executables [EPREFIX/libexec] >>>> > --sysconfdir=DIR read-only single-machine data [PREFIX/etc] >>>> > --sharedstatedir=DIR modifiable architecture-independent data >>>> > [PREFIX/com] >>>> > --localstatedir=DIR modifiable single-machine data [PREFIX/var] >>>> > --runstatedir=DIR modifiable per-process data >>>> [LOCALSTATEDIR/run] >>>> > --libdir=DIR object code libraries [EPREFIX/lib] >>>> > --includedir=DIR C header files [PREFIX/include] >>>> > --oldincludedir=DIR C header files for non-gcc [/usr/include] >>>> > --datarootdir=DIR read-only arch.-independent data root >>>> > [PREFIX/share] >>>> > --datadir=DIR read-only architecture-independent data >>>> > [DATAROOTDIR] >>>> > --infodir=DIR info documentation [DATAROOTDIR/info] >>>> > --localedir=DIR locale-dependent data [DATAROOTDIR/locale] >>>> > --mandir=DIR man documentation [DATAROOTDIR/man] >>>> > --docdir=DIR documentation root >>>> [DATAROOTDIR/doc/freeswitch] >>>> > --htmldir=DIR html documentation [DOCDIR] >>>> > --dvidir=DIR dvi documentation [DOCDIR] >>>> > --pdfdir=DIR pdf documentation [DOCDIR] >>>> > --psdir=DIR ps documentation [DOCDIR] >>>> > >>>> > datadir and sysconfdir are not it, so what's the parameter? >>>> > >>>> > Thanks all >>>> > >>>> > 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 >>>> >>>> >>>> >>>> >>>> ---------- Forwarded message ---------- >>>> From: Tamer Higazi via FreeSWITCH-users < >>>> freeswitch-users at lists.freeswitch.org> >>>> To: freeswitch-users at lists.freeswitch.org >>>> Cc: >>>> Bcc: >>>> Date: Wed, 01 Jul 2020 08:47:17 -0700 (PDT) >>>> Subject: Re: [Freeswitch-users] How to set the conf dir? >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Jul 1 22:32:18 2020 From: brian at freeswitch.com (Brian West) Date: Wed, 1 Jul 2020 17:32:18 -0500 Subject: [Freeswitch-users] How to set the conf dir? In-Reply-To: References: Message-ID: I think the issue is we do fhs when you start to define things you have to define them all. /b On Wed, Jul 1, 2020 at 5:30 PM Brian West wrote: > --sysconfdir=DIR > > On Wed, Jul 1, 2020 at 3:33 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Hello Brian, >> >> Yes, that's when you start FS up. I was talking when configure'ing >> >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> >> >> On Wed, Jul 1, 2020 at 8:23 PM Brian West wrote: >> >>> -conf [confdir] -- alternate directory for FreeSWITCH >>> configuration files >>> >>> On Wed, Jul 1, 2020 at 12:26 PM David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> Thanks Tamer, >>>> But that's not problem solved. That's a workaround. >>>> Anyway, thanks everybody. >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> >>>> On Wed, Jul 1, 2020 at 4:47 PM Tamer Higazi via FreeSWITCH-users < >>>> freeswitch-users at lists.freeswitch.org> wrote: >>>> >>>>> >>>>> >>>>> >>>>> ---------- Forwarded message ---------- >>>>> From: Tamer Higazi >>>>> To: freeswitch-users at lists.freeswitch.org >>>>> Cc: >>>>> Bcc: >>>>> Date: Wed, 1 Jul 2020 16:29:30 +0200 >>>>> Subject: Re: [Freeswitch-users] How to set the conf dir? >>>>> Hi David, >>>>> >>>>> If I am you, I wouldn't make myself crazy. just make a symabolic >>>>> link.... >>>>> >>>>> ln -s /usr/local/freeswitch/conf /etc/freeswitch >>>>> >>>>> problem solved. >>>>> >>>>> On 2020-07-01 14:18, David Villasmil wrote: >>>>> > Hello all, >>>>> > >>>>> > I've been compiling and using fs for many years, and I usually just >>>>> > use /usr/local/freeswitch/conf which is the default. >>>>> > >>>>> > It occurred to me today i want to set the config path and i can't >>>>> find >>>>> > any param that does: >>>>> > >>>>> > Fine tuning of the installation directories: >>>>> > --bindir=DIR user executables [EPREFIX/bin] >>>>> > --sbindir=DIR system admin executables [EPREFIX/sbin] >>>>> > --libexecdir=DIR program executables [EPREFIX/libexec] >>>>> > --sysconfdir=DIR read-only single-machine data [PREFIX/etc] >>>>> > --sharedstatedir=DIR modifiable architecture-independent data >>>>> > [PREFIX/com] >>>>> > --localstatedir=DIR modifiable single-machine data [PREFIX/var] >>>>> > --runstatedir=DIR modifiable per-process data >>>>> [LOCALSTATEDIR/run] >>>>> > --libdir=DIR object code libraries [EPREFIX/lib] >>>>> > --includedir=DIR C header files [PREFIX/include] >>>>> > --oldincludedir=DIR C header files for non-gcc [/usr/include] >>>>> > --datarootdir=DIR read-only arch.-independent data root >>>>> > [PREFIX/share] >>>>> > --datadir=DIR read-only architecture-independent data >>>>> > [DATAROOTDIR] >>>>> > --infodir=DIR info documentation [DATAROOTDIR/info] >>>>> > --localedir=DIR locale-dependent data [DATAROOTDIR/locale] >>>>> > --mandir=DIR man documentation [DATAROOTDIR/man] >>>>> > --docdir=DIR documentation root >>>>> [DATAROOTDIR/doc/freeswitch] >>>>> > --htmldir=DIR html documentation [DOCDIR] >>>>> > --dvidir=DIR dvi documentation [DOCDIR] >>>>> > --pdfdir=DIR pdf documentation [DOCDIR] >>>>> > --psdir=DIR ps documentation [DOCDIR] >>>>> > >>>>> > datadir and sysconfdir are not it, so what's the parameter? >>>>> > >>>>> > Thanks all >>>>> > >>>>> > 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 >>>>> >>>>> >>>>> >>>>> >>>>> ---------- Forwarded message ---------- >>>>> From: Tamer Higazi via FreeSWITCH-users < >>>>> freeswitch-users at lists.freeswitch.org> >>>>> To: freeswitch-users at lists.freeswitch.org >>>>> Cc: >>>>> Bcc: >>>>> Date: Wed, 01 Jul 2020 08:47:17 -0700 (PDT) >>>>> Subject: Re: [Freeswitch-users] How to set the conf dir? >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > -- 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 chad at apartmentlines.com Wed Jul 1 23:26:55 2020 From: chad at apartmentlines.com (Chad Phillips) Date: Wed, 1 Jul 2020 16:26:55 -0700 Subject: [Freeswitch-users] freeswitch.Dbh 'fetch' functions? In-Reply-To: References: Message-ID: I went ahead and worked up a short blog post about this: http://xylil.com/2020/07/01/freeswitch-dbh-fetch-convenience-functions-for-lua/ On Mon, Jun 15, 2020 at 9:07 PM Chad Phillips wrote: > Curious if > https://freeswitch.org/confluence/display/FREESWITCH/Lua+with+Database#LuawithDatabase-freeswitch.Dbh is > missing any support functions that freeswitch.Dbh has under the hood? > > It seems some convenience functions for the following would be quite nice: > > - Fetch query results into a table of tables > - Fetch one result row > - Fetch one row > > I hacked up those in some quick helpers here: > https://gist.github.com/thehunmonkgroup/f92ca495c4c366d74fa9269320806cec > > Just wondering if I'm missing anything. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shihping.chan at gmail.com Wed Jul 1 23:44:34 2020 From: shihping.chan at gmail.com (Richard Chan) Date: Thu, 2 Jul 2020 07:44:34 +0800 Subject: [Freeswitch-users] Is the verto JSON-RPC protocol documented somewhere? Message-ID: Is the verto JSON-RPC protocol documented somewhere? (Apart from reading the source JS files). I am working with FreeSWITCH and OpenVIDU/Kurento Media Server and the latter two products document their JSON-RPC separately from specific language implementations. Example for OpenVIDU: https://docs.openvidu.io/en/2.14.0/developing/rpc/ I am looking for something similar for the verto protocol. I.e., a description of all method/params and events. Cheers Richard Chan -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Thu Jul 2 06:52:55 2020 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 2 Jul 2020 08:52:55 +0200 Subject: [Freeswitch-users] freeswitch.Dbh 'fetch' functions? In-Reply-To: References: Message-ID: On Thu, Jul 2, 2020 at 2:41 AM Chad Phillips wrote: > I went ahead and worked up a short blog post about this: > http://xylil.com/2020/07/01/freeswitch-dbh-fetch-convenience-functions-for-lua/ > > Kewl!! Thanks Chad! -giovanni -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From darioperezb at gmail.com Thu Jul 2 11:06:06 2020 From: darioperezb at gmail.com (=?UTF-8?Q?Wilmar_P=C3=A9rez?=) Date: Thu, 2 Jul 2020 07:06:06 -0400 Subject: [Freeswitch-users] Play and detect speech + dtmf Message-ID: Hi all, I am working with freeswitch/LUA. This is what I am using for my audio capture function: play_and_detect_speech(select_an_option.wav detect:unimrcp:unimrcpv2-azure {start-input-timers = false, no-input-timeout = 10000,recognition-timeout = 20000, speech-incomplete-timeout = 15000, speech-complete-timeout = 1000, speech-start-timeout = 50, speech-language = es-MX}builtin:dtmf/digits\nbuiltin:speech/transcribe); caller_input = session:getVariable('detect_speech_result'); It is working well with dtmf and speech. There is only one more thing I would like to do: when using dtmf I would like the caller to be able to press # to signal when the entry is completed and go to the next prompt immediately. What is happening now is that # does not really do anything. After the user presses # it waits until the timeouts are reached (in fact I have to clean it up from the result after to remove the #). If I add *session:setVariable('playback_terminators','#') *before *play_and_detect_speech*, the result is that whatever was captured is overridden by the playback_terminator. In other words, the *detect_speech_result *variable does not come back with the digits entered by the customer but with (literally) "DIGITS: #" instead. Do you have any tricks in your bag of tricks I can use? I hope the above is clear. Thanks! -- -------------------------------------------------------- *Wilmar Pérez* -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin at netconfigs.com Thu Jul 2 13:30:27 2020 From: martin at netconfigs.com (mhmeadows63) Date: Thu, 2 Jul 2020 06:30:27 -0700 (MST) Subject: [Freeswitch-users] Mod_sms and script to send to Twilio In-Reply-To: <1457209764994-7596204.post@n2.nabble.com> References: <1457209764994-7596204.post@n2.nabble.com> Message-ID: <1593696627277-0.post@n2.nabble.com> Looking at the sofia_presence.c for v1.6.12, revealed the following chatplan trick to silence the error: -- Sent from: http://freeswitch-users.2379917.n2.nabble.com/ From martin at netconfigs.com Thu Jul 2 13:43:00 2020 From: martin at netconfigs.com (mhmeadows63) Date: Thu, 2 Jul 2020 06:43:00 -0700 (MST) Subject: [Freeswitch-users] Mod_sms and script to send to Twilio In-Reply-To: <1457209764994-7596204.post@n2.nabble.com> References: <1457209764994-7596204.post@n2.nabble.com> Message-ID: <1593697380179-0.post@n2.nabble.com> drodrig wrote > ... > The script works great, but I still see an error in on fs_cli console: > ... > ... > Nothing I've tried removes the error messages. In truth, the texting works > fine -- I just don't like seeing the error. A review of sofia_presence.c in v1.6.12 revealed this trick to silence the error: -- Sent from: http://freeswitch-users.2379917.n2.nabble.com/ From covici at ccs.covici.com Thu Jul 2 21:44:12 2020 From: covici at ccs.covici.com (John Covici) Date: Thu, 02 Jul 2020 17:44:12 -0400 Subject: [Freeswitch-users] mod_managed will not load Message-ID: Hi. I am using freeswitdh 1.10.3 on Debian buster, and I cannot get mod_managed to load. It compiles, but when I try to load it fs_cli just says socket interrupted bye, which seems to mean that the freeswitch process ends. I cannit get it to dump core, so I am rather stuck and I am not sure I would know what to do with the core dump, if I could get it. Any ideas on this would be appreciated. -- 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 david.villasmil.work at gmail.com Thu Jul 2 22:19:48 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Thu, 2 Jul 2020 23:19:48 +0100 Subject: [Freeswitch-users] mod_managed will not load In-Reply-To: References: Message-ID: Try running fs straight up, -c so you get it all On Thu, 2 Jul 2020 at 22:51, John Covici wrote: > Hi. I am using freeswitdh 1.10.3 on Debian buster, and I cannot get > mod_managed to load. It compiles, but when I try to load it fs_cli > just says socket interrupted bye, which seems to mean that the > freeswitch process ends. I cannit get it to dump core, so I am rather > stuck and I am not sure I would know what to do with the core dump, if > I could get it. > > Any ideas on this would be appreciated. > > -- > 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 -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Thu Jul 2 23:19:01 2020 From: covici at ccs.covici.com (John Covici) Date: Thu, 2 Jul 2020 19:19:01 -0400 Subject: [Freeswitch-users] mod_managed will not load In-Reply-To: References: Message-ID: <006301d650c7$2ba18d10$82e4a730$@ccs.covici.com> Not sure what you mean, I did look in the log and mod_managed starts to load, but just stops – this is when fs starts, for some reason it does not end the process then. From: FreeSWITCH-users On Behalf Of David Villasmil Sent: Thursday, July 2, 2020 6:20 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] mod_managed will not load Try running fs straight up, -c so you get it all On Thu, 2 Jul 2020 at 22:51, John Covici > wrote: Hi. I am using freeswitdh 1.10.3 on Debian buster, and I cannot get mod_managed to load. It compiles, but when I try to load it fs_cli just says socket interrupted bye, which seems to mean that the freeswitch process ends. I cannit get it to dump core, so I am rather stuck and I am not sure I would know what to do with the core dump, if I could get it. Any ideas on this would be appreciated. -- 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 -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Fri Jul 3 10:31:26 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 3 Jul 2020 11:31:26 +0100 Subject: [Freeswitch-users] mod_managed will not load In-Reply-To: <006301d650c7$2ba18d10$82e4a730$@ccs.covici.com> References: <006301d650c7$2ba18d10$82e4a730$@ccs.covici.com> Message-ID: I mean don’t start it from “service” or whatever equivalent. Start it up manually On Fri, 3 Jul 2020 at 00:36, John Covici wrote: > Not sure what you mean, I did look in the log and mod_managed starts to > load, but just stops – this is when fs starts, for some reason it does not > end the process then. > > > > > > *From:* FreeSWITCH-users *On > Behalf Of *David Villasmil > *Sent:* Thursday, July 2, 2020 6:20 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] mod_managed will not load > > > > Try running fs straight up, -c so you get it all > > > > On Thu, 2 Jul 2020 at 22:51, John Covici wrote: > > Hi. I am using freeswitdh 1.10.3 on Debian buster, and I cannot get > mod_managed to load. It compiles, but when I try to load it fs_cli > just says socket interrupted bye, which seems to mean that the > freeswitch process ends. I cannit get it to dump core, so I am rather > stuck and I am not sure I would know what to do with the core dump, if > I could get it. > > Any ideas on this would be appreciated. > > -- > 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 > > -- > > Regards, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Fri Jul 3 14:59:10 2020 From: covici at ccs.covici.com (John Covici) Date: Fri, 03 Jul 2020 10:59:10 -0400 Subject: [Freeswitch-users] mod_managed will not load In-Reply-To: References: <006301d650c7$2ba18d10$82e4a730$@ccs.covici.com> Message-ID: Dave Kompel tells me that mono is broken in Debian and I should get packages from the mono project itself. Also, he suggests looking at modcoreclr which I am looking at. On Fri, 03 Jul 2020 06:31:26 -0400, David Villasmil wrote: > > [1 ] > [1.1 ] > I mean don’t start it from “service” or whatever equivalent. Start it up > manually > > On Fri, 3 Jul 2020 at 00:36, John Covici wrote: > > > Not sure what you mean, I did look in the log and mod_managed starts to > > load, but just stops – this is when fs starts, for some reason it does not > > end the process then. > > > > > > > > > > > > *From:* FreeSWITCH-users *On > > Behalf Of *David Villasmil > > *Sent:* Thursday, July 2, 2020 6:20 PM > > *To:* FreeSWITCH Users Help > > *Subject:* Re: [Freeswitch-users] mod_managed will not load > > > > > > > > Try running fs straight up, -c so you get it all > > > > > > > > On Thu, 2 Jul 2020 at 22:51, John Covici wrote: > > > > Hi. I am using freeswitdh 1.10.3 on Debian buster, and I cannot get > > mod_managed to load. It compiles, but when I try to load it fs_cli > > just says socket interrupted bye, which seems to mean that the > > freeswitch process ends. I cannit get it to dump core, so I am rather > > stuck and I am not sure I would know what to do with the core dump, if > > I could get it. > > > > Any ideas on this would be appreciated. > > > > -- > > 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 > > > > -- > > > > Regards, > > > > > > > > David Villasmil > > > > email: david.villasmil.work at gmail.com > > > > phone: +34669448337 > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > [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 girish.dharmaraj at gmail.com Sat Jul 4 11:20:06 2020 From: girish.dharmaraj at gmail.com (Giri) Date: Sat, 4 Jul 2020 19:20:06 +0800 Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request Message-ID: Hello Guys, I am using the 1.6 FS and facing an issue where the remote end GW suddenly sends incorrect timestamp on the RTP like below using PCMU seq = 34865, Time=4214993055 seq = 34866, Time=4214993215 seq = 34867, Time=4134149926 so when it gets the below time totally different (Without Marker) the FS inserts silence in the leg which is actually merging with the real RTP and creating noise. I can see that the remote end seems to be buggy but is there any way we can suppress the silence / noise generated from the FS side. With Best Regards, Girish Dharmaraj -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Sat Jul 4 13:19:26 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sat, 4 Jul 2020 14:19:26 +0100 Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request In-Reply-To: References: Message-ID: Hello, You shouldn’t be using 1.6 to start off. There have been many bug fixes since. Please update and review again. David On Sat, 4 Jul 2020 at 12:25, Giri wrote: > Hello Guys, > > I am using the 1.6 FS and facing an issue where the remote end GW suddenly > sends incorrect timestamp on the RTP > like below using PCMU > > seq = 34865, Time=4214993055 > seq = 34866, Time=4214993215 > seq = 34867, Time=4134149926 > > so when it gets the below time totally different (Without Marker) the FS > inserts silence in the leg which is actually merging with the real RTP and > creating noise. I can see that the remote end seems to be buggy but is > there any way we can suppress the silence / noise generated from the FS > side. > > With Best Regards, > Girish Dharmaraj > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 girish.dharmaraj at gmail.com Sat Jul 4 13:28:23 2020 From: girish.dharmaraj at gmail.com (Giri) Date: Sat, 4 Jul 2020 21:28:23 +0800 Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request In-Reply-To: References: Message-ID: Hi David, Thanks for the update. I am using FreeSWITCH Version 1.6.20~64bit ( 64bit) So are you referring to the update to which version, if you can kindly help. Thanks With Best Regards, Girish Dharmaraj On Sat, Jul 4, 2020 at 9:20 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Hello, > > You shouldn’t be using 1.6 to start off. There have been many bug fixes > since. Please update and review again. > > David > > On Sat, 4 Jul 2020 at 12:25, Giri wrote: > >> Hello Guys, >> >> I am using the 1.6 FS and facing an issue where the remote end GW >> suddenly sends incorrect timestamp on the RTP >> like below using PCMU >> >> seq = 34865, Time=4214993055 >> seq = 34866, Time=4214993215 >> seq = 34867, Time=4134149926 >> >> so when it gets the below time totally different (Without Marker) the FS >> inserts silence in the leg which is actually merging with the real RTP and >> creating noise. I can see that the remote end seems to be buggy but is >> there any way we can suppress the silence / noise generated from the FS >> side. >> >> With Best Regards, >> Girish Dharmaraj >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 gmaruzz at gmail.com Sat Jul 4 13:50:17 2020 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Sat, 4 Jul 2020 15:50:17 +0200 Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request In-Reply-To: References: Message-ID: On Sat, Jul 4, 2020 at 3:29 PM Giri wrote: > Hi David, > Thanks for the update. I am using FreeSWITCH Version 1.6.20~64bit ( 64bit) > So are you referring to the update to which version, if you can kindly > help. Thanks > > 1.10.x (latest release). Use Debian 10 64 bit server > With Best Regards, > Girish Dharmaraj > > > On Sat, Jul 4, 2020 at 9:20 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Hello, >> >> You shouldn’t be using 1.6 to start off. There have been many bug fixes >> since. Please update and review again. >> >> David >> >> On Sat, 4 Jul 2020 at 12:25, Giri wrote: >> >>> Hello Guys, >>> >>> I am using the 1.6 FS and facing an issue where the remote end GW >>> suddenly sends incorrect timestamp on the RTP >>> like below using PCMU >>> >>> seq = 34865, Time=4214993055 >>> seq = 34866, Time=4214993215 >>> seq = 34867, Time=4134149926 >>> >>> so when it gets the below time totally different (Without Marker) the FS >>> inserts silence in the leg which is actually merging with the real RTP and >>> creating noise. I can see that the remote end seems to be buggy but is >>> there any way we can suppress the silence / noise generated from the FS >>> side. >>> >>> With Best Regards, >>> Girish Dharmaraj >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Sat Jul 4 14:01:39 2020 From: covici at ccs.covici.com (John Covici) Date: Sat, 04 Jul 2020 10:01:39 -0400 Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request In-Reply-To: References: Message-ID: You should use 1.10.3 and Debian buster operating system. On Sat, 04 Jul 2020 09:28:23 -0400, Giri wrote: > > [1 ] > [1.1 ] > Hi David, > Thanks for the update. I am using FreeSWITCH Version 1.6.20~64bit ( 64bit) > So are you referring to the update to which version, if you can kindly > help. Thanks > > With Best Regards, > Girish Dharmaraj > > > On Sat, Jul 4, 2020 at 9:20 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > > > Hello, > > > > You shouldn’t be using 1.6 to start off. There have been many bug fixes > > since. Please update and review again. > > > > David > > > > On Sat, 4 Jul 2020 at 12:25, Giri wrote: > > > >> Hello Guys, > >> > >> I am using the 1.6 FS and facing an issue where the remote end GW > >> suddenly sends incorrect timestamp on the RTP > >> like below using PCMU > >> > >> seq = 34865, Time=4214993055 > >> seq = 34866, Time=4214993215 > >> seq = 34867, Time=4134149926 > >> > >> so when it gets the below time totally different (Without Marker) the FS > >> inserts silence in the leg which is actually merging with the real RTP and > >> creating noise. I can see that the remote end seems to be buggy but is > >> there any way we can suppress the silence / noise generated from the FS > >> side. > >> > >> With Best Regards, > >> Girish Dharmaraj > >> _________________________________________________________________________ > >> > >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users 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 > [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 girish.dharmaraj at gmail.com Sat Jul 4 14:08:28 2020 From: girish.dharmaraj at gmail.com (Giri) Date: Sat, 4 Jul 2020 22:08:28 +0800 Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request In-Reply-To: References: Message-ID: Noted, everyone thanks a lot for the help. Sorry to hijack the thread on a different question, is it possible that when the external GW sends a REFER to Freeswitch, FS can go into a dial plan and then bridge the call to a different GW as per configured inside dial plan ? Is that even possible ? With Best Regards, Girish Dharmaraj On Sat, Jul 4, 2020 at 10:01 PM John Covici wrote: > You should use 1.10.3 and Debian buster operating system. > > On Sat, 04 Jul 2020 09:28:23 -0400, > Giri wrote: > > > > [1 ] > > [1.1 ] > > Hi David, > > Thanks for the update. I am using FreeSWITCH Version 1.6.20~64bit ( > 64bit) > > So are you referring to the update to which version, if you can kindly > > help. Thanks > > > > With Best Regards, > > Girish Dharmaraj > > > > > > On Sat, Jul 4, 2020 at 9:20 PM David Villasmil < > > david.villasmil.work at gmail.com> wrote: > > > > > Hello, > > > > > > You shouldn’t be using 1.6 to start off. There have been many bug fixes > > > since. Please update and review again. > > > > > > David > > > > > > On Sat, 4 Jul 2020 at 12:25, Giri wrote: > > > > > >> Hello Guys, > > >> > > >> I am using the 1.6 FS and facing an issue where the remote end GW > > >> suddenly sends incorrect timestamp on the RTP > > >> like below using PCMU > > >> > > >> seq = 34865, Time=4214993055 > > >> seq = 34866, Time=4214993215 > > >> seq = 34867, Time=4134149926 > > >> > > >> so when it gets the below time totally different (Without Marker) the > FS > > >> inserts silence in the leg which is actually merging with the real > RTP and > > >> creating noise. I can see that the remote end seems to be buggy but is > > >> there any way we can suppress the silence / noise generated from the > FS > > >> side. > > >> > > >> With Best Regards, > > >> Girish Dharmaraj > > >> > _________________________________________________________________________ > > >> > > >> The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > >> services. > > >> Build your next product on our scalable cloud platform. > > >> > > >> Join our online community to chat in real time > > >> https://signalwire.community > > >> > > >> Professional FreeSWITCH Services > > >> sales at freeswitch.com > > >> https://freeswitch.com > > >> > > >> Official FreeSWITCH Sites > > >> https://freeswitch.com/oss > > >> https://freeswitch.org/confluence > > >> https://cluecon.com > > >> > > >> FreeSWITCH-users mailing list > > >> FreeSWITCH-users 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 > > [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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrjoli021 at gmail.com Sat Jul 4 14:33:05 2020 From: mrjoli021 at gmail.com (Joli Martinez) Date: Sat, 4 Jul 2020 10:33:05 -0400 Subject: [Freeswitch-users] record and playback Message-ID: Hello, I am looking for a way to have a user record their name then press # when done. Afterwards have freeswitch play their name back to the user. Is there a sample script already in place for this? If not what would be the best module to use for this? Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbetancor at gmail.com Sun Jul 5 08:06:23 2020 From: rbetancor at gmail.com (=?UTF-8?Q?Ra=C3=BAl_Alexis_Betancor_Santana?=) Date: Sun, 5 Jul 2020 09:06:23 +0100 Subject: [Freeswitch-users] Pre-announcement script Message-ID: Is there any sample dialplan to play an announcement to the destination of a call before bridge the call to the caller ? I've been looking at the fifo app, but that required the callee to call a number a be "waiting" ... what I am looking for is to play a record to the callee, then a pause and then bridge the incoming caller. Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Sun Jul 5 10:26:32 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sun, 5 Jul 2020 11:26:32 +0100 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Answer Playback Bridge Maybe I’m didn’t understand On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < rbetancor at gmail.com> wrote: > Is there any sample dialplan to play an announcement to the destination of > a call before bridge the call to the caller ? > > I've been looking at the fifo app, but that required the callee to call a > number a be "waiting" ... what I am looking for is to play a record to the > callee, then a pause and then bridge the incoming caller. > > Best regards > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbetancor at gmail.com Sun Jul 5 12:13:15 2020 From: rbetancor at gmail.com (=?UTF-8?Q?Ra=C3=BAl_Alexis_Betancor_Santana?=) Date: Sun, 5 Jul 2020 13:13:15 +0100 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Not valid David, I want to play the announcement to THE DESTINATION, not to the caller, so the callee need to ring, pickup the call, ear the announcement and then bridge to the caller. On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Answer > Playback > Bridge > > > Maybe I’m didn’t understand > > On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < > rbetancor at gmail.com> wrote: > >> Is there any sample dialplan to play an announcement to the destination >> of a call before bridge the call to the caller ? >> >> I've been looking at the fifo app, but that required the callee to call a >> number a be "waiting" ... what I am looking for is to play a record to the >> callee, then a pause and then bridge the incoming caller. >> >> Best regards >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Sun Jul 5 15:45:47 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sun, 5 Jul 2020 16:45:47 +0100 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Oh, then take a look at https://freeswitch.org/confluence/plugins/servlet/mobile?contentId=6586781#content/view/6586781 On Sun, 5 Jul 2020 at 13:27, Raúl Alexis Betancor Santana < rbetancor at gmail.com> wrote: > Not valid David, I want to play the announcement to THE DESTINATION, not > to the caller, so the callee need to ring, pickup the call, ear the > announcement and then bridge to the caller. > > On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Answer >> Playback >> Bridge >> >> >> Maybe I’m didn’t understand >> >> On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < >> rbetancor at gmail.com> wrote: >> >>> Is there any sample dialplan to play an announcement to the destination >>> of a call before bridge the call to the caller ? >>> >>> I've been looking at the fifo app, but that required the callee to call >>> a number a be "waiting" ... what I am looking for is to play a record to >>> the callee, then a pause and then bridge the incoming caller. >>> >>> Best regards >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 rbetancor at gmail.com Sun Jul 5 19:12:53 2020 From: rbetancor at gmail.com (=?UTF-8?Q?Ra=C3=BAl_Alexis_Betancor_Santana?=) Date: Sun, 5 Jul 2020 20:12:53 +0100 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Will try, seems to cover the needs. Thanks. On Sun, Jul 5, 2020 at 4:52 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Oh, then take a look at > > https://freeswitch.org/confluence/plugins/servlet/mobile?contentId=6586781#content/view/6586781 > > > On Sun, 5 Jul 2020 at 13:27, Raúl Alexis Betancor Santana < > rbetancor at gmail.com> wrote: > >> Not valid David, I want to play the announcement to THE DESTINATION, not >> to the caller, so the callee need to ring, pickup the call, ear the >> announcement and then bridge to the caller. >> >> On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Answer >>> Playback >>> Bridge >>> >>> >>> Maybe I’m didn’t understand >>> >>> On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < >>> rbetancor at gmail.com> wrote: >>> >>>> Is there any sample dialplan to play an announcement to the destination >>>> of a call before bridge the call to the caller ? >>>> >>>> I've been looking at the fifo app, but that required the callee to call >>>> a number a be "waiting" ... what I am looking for is to play a record to >>>> the callee, then a pause and then bridge the incoming caller. >>>> >>>> Best regards >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 dragos at freeswitch.org Mon Jul 6 06:31:54 2020 From: dragos at freeswitch.org (Dragos Oancea) Date: Mon, 6 Jul 2020 09:31:54 +0300 Subject: [Freeswitch-users] record and playback In-Reply-To: References: Message-ID: Add this to your dialplan, eg: top of default.xml, do "reloadxml" in fs_cli , and dial 9595. On Sat, Jul 4, 2020 at 5:33 PM Joli Martinez wrote: > Hello, > > I am looking for a way to have a user record their name then press # when > done. Afterwards have freeswitch play their name back to the user. > > Is there a sample script already in place for this? If not what would be > the best module to use for this? > > Thanks, > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Mon Jul 6 06:36:34 2020 From: dragos at freeswitch.org (Dragos Oancea) Date: Mon, 6 Jul 2020 09:36:34 +0300 Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request In-Reply-To: References: Message-ID: Yes, it is. About your initial question, if you think the issue is CNG related, you could try : On Sat, Jul 4, 2020 at 5:09 PM Giri wrote: > Noted, everyone thanks a lot for the help. Sorry to hijack the thread on a > different question, is it possible that when the external GW sends a REFER > to Freeswitch, FS can go into a dial plan and then bridge the call to a > different GW as per configured inside dial plan ? Is that even possible ? > > With Best Regards, > Girish Dharmaraj > > > On Sat, Jul 4, 2020 at 10:01 PM John Covici wrote: > >> You should use 1.10.3 and Debian buster operating system. >> >> On Sat, 04 Jul 2020 09:28:23 -0400, >> Giri wrote: >> > >> > [1 ] >> > [1.1 ] >> > Hi David, >> > Thanks for the update. I am using FreeSWITCH Version 1.6.20~64bit ( >> 64bit) >> > So are you referring to the update to which version, if you can kindly >> > help. Thanks >> > >> > With Best Regards, >> > Girish Dharmaraj >> > >> > >> > On Sat, Jul 4, 2020 at 9:20 PM David Villasmil < >> > david.villasmil.work at gmail.com> wrote: >> > >> > > Hello, >> > > >> > > You shouldn’t be using 1.6 to start off. There have been many bug >> fixes >> > > since. Please update and review again. >> > > >> > > David >> > > >> > > On Sat, 4 Jul 2020 at 12:25, Giri wrote: >> > > >> > >> Hello Guys, >> > >> >> > >> I am using the 1.6 FS and facing an issue where the remote end GW >> > >> suddenly sends incorrect timestamp on the RTP >> > >> like below using PCMU >> > >> >> > >> seq = 34865, Time=4214993055 >> > >> seq = 34866, Time=4214993215 >> > >> seq = 34867, Time=4134149926 >> > >> >> > >> so when it gets the below time totally different (Without Marker) >> the FS >> > >> inserts silence in the leg which is actually merging with the real >> RTP and >> > >> creating noise. I can see that the remote end seems to be buggy but >> is >> > >> there any way we can suppress the silence / noise generated from the >> FS >> > >> side. >> > >> >> > >> With Best Regards, >> > >> Girish Dharmaraj >> > >> >> _________________________________________________________________________ >> > >> >> > >> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> > >> services. >> > >> Build your next product on our scalable cloud platform. >> > >> >> > >> Join our online community to chat in real time >> > >> https://signalwire.community >> > >> >> > >> Professional FreeSWITCH Services >> > >> sales at freeswitch.com >> > >> https://freeswitch.com >> > >> >> > >> Official FreeSWITCH Sites >> > >> https://freeswitch.com/oss >> > >> https://freeswitch.org/confluence >> > >> https://cluecon.com >> > >> >> > >> FreeSWITCH-users mailing list >> > >> FreeSWITCH-users 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 >> > [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 > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 wklaaks at gmail.com Thu Jul 2 23:11:58 2020 From: wklaaks at gmail.com (Keith Laaks) Date: Fri, 3 Jul 2020 01:11:58 +0200 Subject: [Freeswitch-users] Teams direct routing In-Reply-To: References: Message-ID: Hi Brian, With “do a bit of work” - do you mean enhancing FS through coding, or are you referring (no pun intended) to some other method? There does not seem to exists an ‘execute_on_refer’ option (much like execute_on_sip_reinvite) that can be leveraged for affecting any control over the behaviour on receipt of a REFER. I have tried scanned the source, but was not able to find anything. I have also considered leveraging the Eventhandler as a ’trigger’, but did not see any events being fired for a received REFER or its 202 Accepted response. So that’s out. In talking to the MS sip proxy, when the user puts a ‘call’ on hold, Freeswitch receives firstly an INVITE (with a=inactive) to which FS replies with a 200 OK. Then moments later MS’ sip proxy sends the REFER, which FS just replies to with a 202 Accepted. I see that the REFER-TO does end up in sip_refer_to_params, so just need some mechanism to gain control post the REFER. May just be missing something here. Best Regards Keith ---- > On 1 Jul 2020, at 21:23, Brian : wrote: > > HI Flavio, > > Hope you are well! > > MS Have actually well documented this ( odd ) behaviour. > > Essentially the TLDR is turn off REFER support on all your invites and > replies to MS if you don't want go down want to have to do a bit of > work to support their refer format. > > If you do want to get REFER working the relevant bits are from MS are > below ( they refer to the sip proxy - thats an MS sip proxy - you are > the SBC ) > > If the call is transferred from one Teams user to another via the SBC, > the SBC is expected to issue a new invite (start a new dialog) for the > transfer target (the Teams user) using the information received in the > Refer message. > > To populate the To/Transferor fields for the transaction of the > request internally, the SIP proxy needs to convey this information > inside the REFER-TO/REFERRED-BY headers. > > The SIP proxy will form the REFER-TO as a SIP URI comprised of a SIP > proxy FQDN in the hostname and either one of the following: > > An E.164 phone number in the username part of the URI in case the > transfer target is a phone number, or > > x-m and x-t parameters encoding the full transfer target MRI and > tenant ID respectively > > The REFERRED-BY header is a SIP URI with transferor MRI encoded in it > as well as transferor tenant ID and other transfer context parameters > as shown in the following table: > > TABLE 3 > ParameterValueDescription > x-mMRIFull MRI of transferor/transfer target as populated by CC > x-tTenant IDx-t Tenant ID Optional Tenant Id as populated by CC > x-tiTransferor Correlation IdCorrelation Id of the call to the transferor > x-ttTransfer target call URIEncoded call replacement URI > > Its all documented at: > https://docs.microsoft.com/en-us/microsoftteams/direct-routing-protocols-sip > > > Brian. > > On Mon, Jun 15, 2020 at 10:51 PM Flavio Goncalves wrote: >> >> Hi, >> >> I've managed to connect teams using FS, now I´m trying to implement call hold and call transfer. Teams use an unusual way for hold, it transfers the call. In the refer I can see the refer-to pointing to an url without a request uri user >> >> REFER-TO: >> >> How can I bridge a call to an URI without a request uri user? >> >> I tried sofia/gateway/ms1/ (without passing a user). >> I tried >> >> where $1 is the domain and $2 are the invite parameters >> >> but no success. >> >> Did anyone have success with TEAMS and call hold, call transfer? >> >> Thanks >> >> Flavio E Goncalves >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From girishdharmaraj at gmail.com Sat Jul 4 12:40:04 2020 From: girishdharmaraj at gmail.com (girishdharmaraj) Date: Sat, 4 Jul 2020 05:40:04 -0700 (MST) Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request Message-ID: <1593866404977-0.post@n2.nabble.com> Hello Guys, I am using the 1.6 FS and facing an issue where the remote end GW suddenly sends incorrect timestamp on the RTP like below using PCMU seq = 34865, Time=4214993055 seq = 34866, Time=4214993215 seq = 34867, Time=4134149926 so when it gets the below time totally different (Without Marker) the FS inserts silence in the leg which is actually merging with the real RTP and creating noise. I can see that the remote end seems to be buggy but is there any way we can suppress the silence / noise generated from the FS side. -- Sent from: http://freeswitch-users.2379917.n2.nabble.com/ From khorsmann at gmail.com Sun Jul 5 12:49:16 2020 From: khorsmann at gmail.com (Karsten Horsmann) Date: Sun, 5 Jul 2020 14:49:16 +0200 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Hi, Ah whispering announcement to the target audience like "psst, vip customer calling after the beep". Cheers Karsten Raúl Alexis Betancor Santana schrieb am So., 5. Juli 2020, 14:28: > Not valid David, I want to play the announcement to THE DESTINATION, not > to the caller, so the callee need to ring, pickup the call, ear the > announcement and then bridge to the caller. > > On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Answer >> Playback >> Bridge >> >> >> Maybe I’m didn’t understand >> >> On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < >> rbetancor at gmail.com> wrote: >> >>> Is there any sample dialplan to play an announcement to the destination >>> of a call before bridge the call to the caller ? >>> >>> I've been looking at the fifo app, but that required the callee to call >>> a number a be "waiting" ... what I am looking for is to play a record to >>> the callee, then a pause and then bridge the incoming caller. >>> >>> Best regards >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Mon Jul 6 13:58:46 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Mon, 6 Jul 2020 14:58:46 +0100 Subject: [Freeswitch-users] Wrong RTP TimeStamp - Urgent request In-Reply-To: <1593866404977-0.post@n2.nabble.com> References: <1593866404977-0.post@n2.nabble.com> Message-ID: Again, update your FS: I remember almost exactly what you’re saying was fixed I think on 1.8 On Mon, 6 Jul 2020 at 14:55, girishdharmaraj wrote: > Hello Guys, > > I am using the 1.6 FS and facing an issue where the remote end GW suddenly > sends incorrect timestamp on the RTP > like below using PCMU > > seq = 34865, Time=4214993055 > seq = 34866, Time=4214993215 > seq = 34867, Time=4134149926 > > so when it gets the below time totally different (Without Marker) the FS > inserts silence in the leg which is actually merging with the real RTP and > creating noise. I can see that the remote end seems to be buggy but is > there > any way we can suppress the silence / noise generated from the FS side. > > > > -- > Sent from: http://freeswitch-users.2379917.n2.nabble.com/ > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Mon Jul 6 15:46:16 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Mon, 6 Jul 2020 16:46:16 +0100 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: 😂 On Mon, 6 Jul 2020 at 15:18, Karsten Horsmann wrote: > Hi, > > Ah whispering announcement to the target audience like "psst, vip customer > calling after the beep". > > Cheers > Karsten > > Raúl Alexis Betancor Santana schrieb am So., 5. > Juli 2020, 14:28: > >> Not valid David, I want to play the announcement to THE DESTINATION, not >> to the caller, so the callee need to ring, pickup the call, ear the >> announcement and then bridge to the caller. >> >> On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Answer >>> Playback >>> Bridge >>> >>> >>> Maybe I’m didn’t understand >>> >>> On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < >>> rbetancor at gmail.com> wrote: >>> >>>> Is there any sample dialplan to play an announcement to the destination >>>> of a call before bridge the call to the caller ? >>>> >>>> I've been looking at the fifo app, but that required the callee to call >>>> a number a be "waiting" ... what I am looking for is to play a record to >>>> the callee, then a pause and then bridge the incoming caller. >>>> >>>> Best regards >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 chad at apartmentlines.com Mon Jul 6 16:09:55 2020 From: chad at apartmentlines.com (Chad Phillips) Date: Mon, 6 Jul 2020 09:09:55 -0700 Subject: [Freeswitch-users] Is the verto JSON-RPC protocol documented somewhere? In-Reply-To: References: Message-ID: The best Verto doc I know of is here: https://evoluxbr.github.io/verto-docs/ I don't recall it having much in the way of documenting the JSON-RPC stuff. You can learn quite a bit via the 'WS' section of the 'Network' tab in Chrome Developer Tools -- all the JSON traffic is there for inspection. Chad On Wed, Jul 1, 2020 at 5:44 PM Richard Chan wrote: > Is the verto JSON-RPC protocol documented somewhere? (Apart from reading > the source JS files). > > I am working with FreeSWITCH and OpenVIDU/Kurento Media Server and the > latter two products document their JSON-RPC separately from specific > language implementations. > > Example for OpenVIDU: https://docs.openvidu.io/en/2.14.0/developing/rpc/ > > I am looking for something similar for the verto protocol. I.e., a > description of all method/params and events. > > Cheers > Richard Chan > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 rbetancor at gmail.com Mon Jul 6 17:49:08 2020 From: rbetancor at gmail.com (=?UTF-8?Q?Ra=C3=BAl_Alexis_Betancor_Santana?=) Date: Mon, 6 Jul 2020 18:49:08 +0100 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Yes, exactly that ... XDD I told the customer to read the display on the phone, but that seems to be "too complicated" for their secretary ... XDD On Mon, Jul 6, 2020 at 3:00 PM Karsten Horsmann wrote: > Hi, > > Ah whispering announcement to the target audience like "psst, vip customer > calling after the beep". > > Cheers > Karsten > > Raúl Alexis Betancor Santana schrieb am So., 5. > Juli 2020, 14:28: > >> Not valid David, I want to play the announcement to THE DESTINATION, not >> to the caller, so the callee need to ring, pickup the call, ear the >> announcement and then bridge to the caller. >> >> On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Answer >>> Playback >>> Bridge >>> >>> >>> Maybe I’m didn’t understand >>> >>> On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < >>> rbetancor at gmail.com> wrote: >>> >>>> Is there any sample dialplan to play an announcement to the destination >>>> of a call before bridge the call to the caller ? >>>> >>>> I've been looking at the fifo app, but that required the callee to call >>>> a number a be "waiting" ... what I am looking for is to play a record to >>>> the callee, then a pause and then bridge the incoming caller. >>>> >>>> Best regards >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From vma at vallimamod.org Mon Jul 6 20:02:34 2020 From: vma at vallimamod.org (Valli A. Vallimamod) Date: Mon, 6 Jul 2020 22:02:34 +0200 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Hi, Have you considered the use of a distinct ringtone for these calls? You can usually set the ringtone for the call with the Alert-Info header. Even a custom uploaded ringtone that shout out loud: "Attention! VIP!" :) Best Regards, -- Valli A. Vallimamod SIP Solutions vma at sip.solutions linkedin.com/in/vallimamod . > On 6 Jul 2020, at 19:49, Raúl Alexis Betancor Santana wrote: > > Yes, exactly that ... XDD > > I told the customer to read the display on the phone, but that seems to be "too complicated" for their secretary ... XDD > > On Mon, Jul 6, 2020 at 3:00 PM Karsten Horsmann > wrote: > Hi, > > Ah whispering announcement to the target audience like "psst, vip customer calling after the beep". > > Cheers > Karsten > > Raúl Alexis Betancor Santana > schrieb am So., 5. Juli 2020, 14:28: > Not valid David, I want to play the announcement to THE DESTINATION, not to the caller, so the callee need to ring, pickup the call, ear the announcement and then bridge to the caller. > > On Sun, Jul 5, 2020 at 12:00 PM David Villasmil > wrote: > Answer > Playback > Bridge > > > Maybe I’m didn’t understand > > On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana > wrote: > Is there any sample dialplan to play an announcement to the destination of a call before bridge the call to the caller ? > > I've been looking at the fifo app, but that required the callee to call a number a be "waiting" ... what I am looking for is to play a record to the callee, then a pause and then bridge the incoming caller. > > Best regards > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Mon Jul 6 22:54:51 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Mon, 6 Jul 2020 23:54:51 +0100 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Oh i like this! The agent wouldn’t have to hear some ring ring + answer + hear the announcement. He’d get exactly the information they need right on the ring... unless they need like the caller’s name or something... On Mon, 6 Jul 2020 at 21:29, Valli A. Vallimamod wrote: > Hi, > > Have you considered the use of a distinct ringtone for these calls? You > can usually set the ringtone for the call with the Alert-Info header. > > Even a custom uploaded ringtone that shout out loud: "Attention! VIP!" :) > > > Best Regards, > > -- > Valli A. Vallimamod > SIP Solutions > vma at sip.solutions > linkedin.com/in/vallimamod > . > > > On 6 Jul 2020, at 19:49, Raúl Alexis Betancor Santana > wrote: > > Yes, exactly that ... XDD > > I told the customer to read the display on the phone, but that seems to be > "too complicated" for their secretary ... XDD > > On Mon, Jul 6, 2020 at 3:00 PM Karsten Horsmann > wrote: > >> Hi, >> >> Ah whispering announcement to the target audience like "psst, vip >> customer calling after the beep". >> >> Cheers >> Karsten >> >> Raúl Alexis Betancor Santana schrieb am So., 5. >> Juli 2020, 14:28: >> >>> Not valid David, I want to play the announcement to THE DESTINATION, not >>> to the caller, so the callee need to ring, pickup the call, ear the >>> announcement and then bridge to the caller. >>> >>> On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> Answer >>>> Playback >>>> Bridge >>>> >>>> >>>> Maybe I’m didn’t understand >>>> >>>> On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < >>>> rbetancor at gmail.com> wrote: >>>> >>>>> Is there any sample dialplan to play an announcement to the >>>>> destination of a call before bridge the call to the caller ? >>>>> >>>>> I've been looking at the fifo app, but that required the callee to >>>>> call a number a be "waiting" ... what I am looking for is to play a record >>>>> to the callee, then a pause and then bridge the incoming caller. >>>>> >>>>> Best regards >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> -- >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rbetancor at gmail.com Tue Jul 7 08:38:48 2020 From: rbetancor at gmail.com (=?UTF-8?Q?Ra=C3=BAl_Alexis_Betancor_Santana?=) Date: Tue, 7 Jul 2020 09:38:48 +0100 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: They WANT the announcement, in fact It's a TTS of the Caller Name searched on their CRM A Non-Sense on my opinión ... but thats what they ask. On Tue, Jul 7, 2020 at 12:36 AM David Villasmil < david.villasmil.work at gmail.com> wrote: > Oh i like this! The agent wouldn’t have to hear some ring ring + answer + > hear the announcement. > > He’d get exactly the information they need right on the ring... unless > they need like the caller’s name or something... > > On Mon, 6 Jul 2020 at 21:29, Valli A. Vallimamod > wrote: > >> Hi, >> >> Have you considered the use of a distinct ringtone for these calls? You >> can usually set the ringtone for the call with the Alert-Info header. >> >> Even a custom uploaded ringtone that shout out loud: "Attention! VIP!" :) >> >> >> Best Regards, >> >> -- >> Valli A. Vallimamod >> SIP Solutions >> vma at sip.solutions >> linkedin.com/in/vallimamod >> . >> >> >> On 6 Jul 2020, at 19:49, Raúl Alexis Betancor Santana < >> rbetancor at gmail.com> wrote: >> >> Yes, exactly that ... XDD >> >> I told the customer to read the display on the phone, but that seems to >> be "too complicated" for their secretary ... XDD >> >> On Mon, Jul 6, 2020 at 3:00 PM Karsten Horsmann >> wrote: >> >>> Hi, >>> >>> Ah whispering announcement to the target audience like "psst, vip >>> customer calling after the beep". >>> >>> Cheers >>> Karsten >>> >>> Raúl Alexis Betancor Santana schrieb am So., 5. >>> Juli 2020, 14:28: >>> >>>> Not valid David, I want to play the announcement to THE DESTINATION, >>>> not to the caller, so the callee need to ring, pickup the call, ear the >>>> announcement and then bridge to the caller. >>>> >>>> On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> Answer >>>>> Playback >>>>> Bridge >>>>> >>>>> >>>>> Maybe I’m didn’t understand >>>>> >>>>> On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < >>>>> rbetancor at gmail.com> wrote: >>>>> >>>>>> Is there any sample dialplan to play an announcement to the >>>>>> destination of a call before bridge the call to the caller ? >>>>>> >>>>>> I've been looking at the fifo app, but that required the callee to >>>>>> call a number a be "waiting" ... what I am looking for is to play a record >>>>>> to the callee, then a pause and then bridge the incoming caller. >>>>>> >>>>>> Best regards >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> -- >>>>> Regards, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Tue Jul 7 14:41:54 2020 From: covici at ccs.covici.com (John Covici) Date: Tue, 07 Jul 2020 10:41:54 -0400 Subject: [Freeswitch-users] mobile sip app getting strange notifications from fs Message-ID: I have a freeswitch extension which I have the client for on my iphone. The client is Bria Mobile and I get notifications -- apparently from fs -- that say you have 0 new voicemail messages. How can I stop this from happening? I am using fs 1.10.3. Thanks in advance for any suggestions. -- 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 covici at ccs.covici.com Thu Jul 9 01:05:45 2020 From: covici at ccs.covici.com (John Covici) Date: Wed, 08 Jul 2020 21:05:45 -0400 Subject: [Freeswitch-users] phrases with parameter # are no longer working Message-ID: I am not sure when this started, but when a # parameter is encountered in a phrase I get the following in the log 2020-07-08 20:37:13.270216 [ERR] switch_ivr_play_say.c:292 Invalid SAY Interface [en]! . How can I fix this -- it used to work, not sure when, however. I am using v 1.10.3. Thanks in advance for any suggestions. -- 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 Alexander.Haugg at c4b.de Thu Jul 9 15:43:50 2020 From: Alexander.Haugg at c4b.de (Alexander Haugg) Date: Thu, 9 Jul 2020 15:43:50 +0000 Subject: [Freeswitch-users] Sofia Profile - STUN Candidate without the "ext-sip-ip" setting is not working. Message-ID: <29dbbddd8bb540dd9cf5788f14d55df6@c4b.de> Hi, my problem is, I need the local SIP address and the external address for the candidates. The setting is vars.xml Sofia profile: Call Cmd: originate {include_external_ip=true,media_webrtc=true}sofia/gateway/GW_SBC2_B2Bua/123 &park In this case the ICE candidates in de SDP are OK but the Contact header have the external sip address. If I do unset the "ext-sip-ip", then the Contact header is OK but I'm missing the external ICE candidates. What can I do that the STUN candidate will set to the SDP without the "ext-sip-ip" config? Thanks a lot Alex From igor.potjevlesch at gmail.com Thu Jul 9 17:15:00 2020 From: igor.potjevlesch at gmail.com (Igor Potjevlesh) Date: Thu, 9 Jul 2020 19:15:00 +0200 Subject: [Freeswitch-users] Use of limit app Message-ID: <002001d65614$7a8d8d00$6fa8a700$@gmail.com> Hello there! I'm a bit confuse on how to properly use limit app to limit the call attempts per second. I have a customer with 3 IP addresses trusted and declared into an external SIP profile. All these 3 IPs are sending their calls to 1 IP on the Freeswitch. Would it be possible to limit the flow on the destination IP (which is the sip-ip or ext-sip-ip in their profile)? The first thing I found and which seems to work, is doing that based on their IP, but it's divided by 3 (because they have 3 IP). I'm not clear with what are possible realm and resources. Thanks for your inputs! 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 nbhatti at gmail.com Thu Jul 9 17:17:22 2020 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Thu, 9 Jul 2020 13:17:22 -0400 Subject: [Freeswitch-users] =?utf-8?q?Oneway_Audio=2C_can=E2=80=99t_send_R?= =?utf-8?q?TP_back_to_UAC?= Message-ID: Hi, I can’t seem to be able to figure out why I can’t send RTP to the other side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP address and the other switch is also on Public IP on same subnet. I receive call from SippySoft (UAC) and playing delay_echo application. The call flow is SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) FreeSWITCH after answering the call says 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec Compare [PCMU:0:8000:20:64000:1] is saved as a near-match 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting codec PCMU at 40i@8000h at 1c 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples 64000 bits 1 channels *2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 sofia/internal/04232152273 at 43.225.99.130 <04232152273 at 43.225.99.130> Original read codec set to PCMU:0* and then starts delay_echo() app. Isn’t Original read codec set to PCMU:0 is a bad thing? Perhaps the reason not able to send RTP back? On the other hand, I installed Asterisk 13.34.0, on the same machine, just to prove the point if there is network issue but things work just fine with Asterisk default config. Seem like there is either something not configured (default) in FreeSWITCH and I can’t seem to be able to find either. SDP in Asterisk and FreeSWITCH both seems to be the same. FreeSWITCH SIP Trace is here https://pastebin.freeswitch.org/view/0925119c and console log is here https://pastebin.freeswitch.org/view/69b5f68c Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 Appreciate some input to figure out this problem. Thanks, Naseer -------------- next part -------------- An HTML attachment was scrubbed... URL: From victor.chukalovskiy at gmail.com Thu Jul 9 17:31:39 2020 From: victor.chukalovskiy at gmail.com (Victor Chukalovskiy) Date: Thu, 9 Jul 2020 13:31:39 -0400 Subject: [Freeswitch-users] Use of limit app In-Reply-To: <002001d65614$7a8d8d00$6fa8a700$@gmail.com> References: <002001d65614$7a8d8d00$6fa8a700$@gmail.com> Message-ID: <698d8f61-265b-b676-5338-ec2e41a51205@gmail.com> Hey, you can do it based on any channel variable you want. If you want to do it by external SIP profile you can do something like this: If you want to get more granular you can do anything you want based on any other channel variable. Just do an "info" dump of all channel variables on your box and pick the channel variable that makes most sense. Or you can first set some new variables based on your dialplan logic and then run limit app on that new variable (e.g. some kind of account code etc) Conceptually you can think of it as a huge SQL tables with call variables being columns and calls being rows. And you are doing "GROUP BY" statement based on whatever column you like. Hope this analogy makes some sense. On 2020-07-09 1:15 p.m., Igor Potjevlesh wrote: > > Hello there! > > I'm a bit confuse on how to properly use limit app to limit the call > attempts per second. > > I have a customer with 3 IP addresses trusted and declared into an > external SIP profile. All these 3 IPs are sending their calls to 1 IP > on the Freeswitch. > > Would it be possible to limit the flow on the destination IP (which is > the sip-ip or ext-sip-ip in their profile)? > > The first thing I found and which seems to work, is doing that based > on their IP, but it's divided by 3 (because they have 3 IP). > > > > I'm not clear with what are possible realm and resources. > > Thanks for your inputs! > > Regards, > > Igor. > > > > ------------------------------------------------------------------------ > Avast logo > > L'absence de virus dans ce courrier électronique a été vérifiée par le > logiciel antivirus Avast. > www.avast.com > > > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Thu Jul 9 17:55:22 2020 From: dragos at freeswitch.org (Dragos Oancea) Date: Thu, 9 Jul 2020 20:55:22 +0300 Subject: [Freeswitch-users] =?utf-8?q?Oneway_Audio=2C_can=E2=80=99t_send_R?= =?utf-8?q?TP_back_to_UAC?= In-Reply-To: References: Message-ID: PCMU:0 is normal. 0 is the payload type for PCMU. Perhaps you have the firewall enabled on the machines themselves ? Flush your iptables rules, just to see if it works. On Thu, Jul 9, 2020 at 8:17 PM Muhammad Naseer Bhatti wrote: > > Hi, > I can’t seem to be able to figure out why I can’t send RTP to the other > side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version > 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP > address and the other switch is also on Public IP on same subnet. I receive > call from SippySoft (UAC) and playing delay_echo application. The call flow > is > > SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) > > FreeSWITCH after answering the call says > > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec > Compare [PCMU:0:8000:20:64000:1] is saved as a near-match > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting > codec PCMU at 40i@8000h at 1c > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec > sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples > 64000 bits 1 channels > *2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 > sofia/internal/04232152273 at 43.225.99.130 <04232152273 at 43.225.99.130> > Original read codec set to PCMU:0* > > and then starts delay_echo() app. Isn’t Original read codec set to PCMU:0 > is a bad thing? Perhaps the reason not able to send RTP back? > > On the other hand, I installed Asterisk 13.34.0, on the same machine, just > to prove the point if there is network issue but things work just fine with > Asterisk default config. Seem like there is either something not configured > (default) in FreeSWITCH and I can’t seem to be able to find either. SDP in > Asterisk and FreeSWITCH both seems to be the same. > > FreeSWITCH SIP Trace is here https://pastebin.freeswitch.org/view/0925119c > and console log is here https://pastebin.freeswitch.org/view/69b5f68c > Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 > > Appreciate some input to figure out this problem. > > > Thanks, > Naseer > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 nbhatti at gmail.com Thu Jul 9 18:12:05 2020 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Thu, 9 Jul 2020 14:12:05 -0400 Subject: [Freeswitch-users] =?utf-8?q?Oneway_Audio=2C_can=E2=80=99t_send_R?= =?utf-8?q?TP_back_to_UAC?= In-Reply-To: References: Message-ID: There is No firewall. Already turned off for the sake of testing. on the Same machine just turn off FreeSWITCH and started Asterisk, able to hear audio both ways. Switch back to FreeSWITCH and get one way only. When capturing RTP I can hear far (Play audio stream in Wireshark) but FreeSWITCH won’t try to send any RTPs out. From: Dragos Oancea Reply: FreeSWITCH Users Help Date: July 9, 2020 at 22:55:22 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Oneway Audio, can’t send RTP back to UAC PCMU:0 is normal. 0 is the payload type for PCMU. > Perhaps you have the firewall enabled on the machines themselves ? Flush > your iptables rules, just to see if it works. > > > > On Thu, Jul 9, 2020 at 8:17 PM Muhammad Naseer Bhatti > wrote: > >> >> Hi, >> I can’t seem to be able to figure out why I can’t send RTP to the other >> side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version >> 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP >> address and the other switch is also on Public IP on same subnet. I receive >> call from SippySoft (UAC) and playing delay_echo application. The call flow >> is >> >> SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) >> >> FreeSWITCH after answering the call says >> >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec >> Compare [PCMU:0:8000:20:64000:1] is saved as a near-match >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting >> codec PCMU at 40i@8000h at 1c >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec >> sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples >> 64000 bits 1 channels >> *2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 >> sofia/internal/04232152273 at 43.225.99.130 <04232152273 at 43.225.99.130> >> Original read codec set to PCMU:0* >> >> and then starts delay_echo() app. Isn’t Original read codec set to >> PCMU:0 is a bad thing? Perhaps the reason not able to send RTP back? >> >> On the other hand, I installed Asterisk 13.34.0, on the same machine, >> just to prove the point if there is network issue but things work just fine >> with Asterisk default config. Seem like there is either something not >> configured (default) in FreeSWITCH and I can’t seem to be able to find >> either. SDP in Asterisk and FreeSWITCH both seems to be the same. >> >> FreeSWITCH SIP Trace is here >> https://pastebin.freeswitch.org/view/0925119c and console log is here >> https://pastebin.freeswitch.org/view/69b5f68c >> Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 >> >> Appreciate some input to figure out this problem. >> >> >> Thanks, >> Naseer >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Paul.Mateer at outlook.com Thu Jul 9 18:29:17 2020 From: Paul.Mateer at outlook.com (Paul Mateer) Date: Thu, 9 Jul 2020 18:29:17 +0000 Subject: [Freeswitch-users] =?windows-1252?q?Oneway_Audio=2C_can=92t_send_?= =?windows-1252?q?RTP_back_to_UAC?= In-Reply-To: References: Message-ID: Don't know if it's the same problem but I incorporated FreeSWITCH code into a product a couple of years ago (master code was marked as 1.9.x) and whilst the (FreeSWITCH) server worked fine, a client built with that version of the software would only give audio in one direction. I figured out a fix (to switch_ivr_originate.c) and raised a Jira but didn't provide the fix as I wasn’t sure the change I had made was the best way to resolve the issue. I assumed that someone with a better understanding of the code would be better placed to determine the most appropriate fix. Interestingly if I used a much older version of the FreeSWITCH software in the client (like that shipping with the FSClient software) the problem did not occur. Sent from my Windows 10 device From: Muhammad Naseer Bhatti Sent: 09 July 2020 18:44 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Oneway Audio, can’t send RTP back to UAC Hi, I can’t seem to be able to figure out why I can’t send RTP to the other side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP address and the other switch is also on Public IP on same subnet. I receive call from SippySoft (UAC) and playing delay_echo application. The call flow is SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) FreeSWITCH after answering the call says 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec Compare [PCMU:0:8000:20:64000:1] is saved as a near-match 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting codec PCMU at 40i@8000h at 1c 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples 64000 bits 1 channels 2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 sofia/internal/04232152273 at 43.225.99.130 Original read codec set to PCMU:0 and then starts delay_echo() app. Isn’t Original read codec set to PCMU:0 is a bad thing? Perhaps the reason not able to send RTP back? On the other hand, I installed Asterisk 13.34.0, on the same machine, just to prove the point if there is network issue but things work just fine with Asterisk default config. Seem like there is either something not configured (default) in FreeSWITCH and I can’t seem to be able to find either. SDP in Asterisk and FreeSWITCH both seems to be the same. FreeSWITCH SIP Trace is here https://pastebin.freeswitch.org/view/0925119c and console log is here https://pastebin.freeswitch.org/view/69b5f68c Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 Appreciate some input to figure out this problem. Thanks, Naseer -------------- next part -------------- An HTML attachment was scrubbed... URL: From dragos at freeswitch.org Fri Jul 10 16:36:00 2020 From: dragos at freeswitch.org (Dragos Oancea) Date: Fri, 10 Jul 2020 19:36:00 +0300 Subject: [Freeswitch-users] =?utf-8?q?Oneway_Audio=2C_can=E2=80=99t_send_R?= =?utf-8?q?TP_back_to_UAC?= In-Reply-To: References: Message-ID: You have ptime 40, does it work the common way (with ptime 20) ? Change it in the client, your client makes an offer with ptime 40. It should not be a problem (40 ms is ok too) , but maybe we get a hint on this one way audio issue. On Thu, Jul 9, 2020 at 9:29 PM Paul Mateer wrote: > Don't know if it's the same problem but I incorporated FreeSWITCH code > into a product a couple of years ago (master code was marked as 1.9.x) and > whilst the (FreeSWITCH) server worked fine, a client built with that > version of the software would only give audio in one direction. > > > > I figured out a fix (to switch_ivr_originate.c) and raised a Jira but > didn't provide the fix as I wasn’t sure the change I had made was the best > way to resolve the issue. I assumed that someone with a better > understanding of the code would be better placed to determine the most > appropriate fix. > > > > Interestingly if I used a much older version of the FreeSWITCH software in > the client (like that shipping with the FSClient software) the problem did > not occur. > > > > Sent from my Windows 10 device > > > > *From: *Muhammad Naseer Bhatti > *Sent: *09 July 2020 18:44 > *To: *freeswitch-users at lists.freeswitch.org > *Subject: *[Freeswitch-users] Oneway Audio, can’t send RTP back to UAC > > > > Hi, > I can’t seem to be able to figure out why I can’t send RTP to the other > side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version > 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP > address and the other switch is also on Public IP on same subnet. I receive > call from SippySoft (UAC) and playing delay_echo application. The call flow > is > > SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) > > FreeSWITCH after answering the call says > > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec > Compare [PCMU:0:8000:20:64000:1] is saved as a near-match > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting > codec PCMU at 40i@8000h at 1c > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec > sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples > 64000 bits 1 channels > *2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 > sofia/internal/04232152273 at 43.225.99.130 <04232152273 at 43.225.99.130> > Original read codec set to PCMU:0* > > and then starts delay_echo() app. Isn’t Original read codec set to PCMU:0 > is a bad thing? Perhaps the reason not able to send RTP back? > > On the other hand, I installed Asterisk 13.34.0, on the same machine, just > to prove the point if there is network issue but things work just fine with > Asterisk default config. Seem like there is either something not configured > (default) in FreeSWITCH and I can’t seem to be able to find either. SDP in > Asterisk and FreeSWITCH both seems to be the same. > > FreeSWITCH SIP Trace is here https://pastebin.freeswitch.org/view/0925119c > and console log is here https://pastebin.freeswitch.org/view/69b5f68c > Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 > > Appreciate some input to figure out this problem. > > > Thanks, > Naseer > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 nbhatti at gmail.com Fri Jul 10 18:00:30 2020 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Fri, 10 Jul 2020 14:00:30 -0400 Subject: [Freeswitch-users] =?utf-8?q?Oneway_Audio=2C_can=E2=80=99t_send_R?= =?utf-8?q?TP_back_to_UAC?= In-Reply-To: References: Message-ID: Tried ptime 20 and 40 both on FreeSWITCH. The behavior is the same with both. I’ll have not changed in the client, will see if there is even an option, but this is strange behavior never seen that before. From: Dragos Oancea Reply: FreeSWITCH Users Help Date: July 10, 2020 at 9:36:47 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Oneway Audio, can’t send RTP back to UAC You have ptime 40, does it work the common way (with ptime 20) ? Change it in the client, your client makes an offer with ptime 40. It should not be a problem (40 ms is ok too) , but maybe we get a hint on this one way audio issue. On Thu, Jul 9, 2020 at 9:29 PM Paul Mateer wrote: > Don't know if it's the same problem but I incorporated FreeSWITCH code > into a product a couple of years ago (master code was marked as 1.9.x) and > whilst the (FreeSWITCH) server worked fine, a client built with that > version of the software would only give audio in one direction. > > > > I figured out a fix (to switch_ivr_originate.c) and raised a Jira but > didn't provide the fix as I wasn’t sure the change I had made was the best > way to resolve the issue. I assumed that someone with a better > understanding of the code would be better placed to determine the most > appropriate fix. > > > > Interestingly if I used a much older version of the FreeSWITCH software in > the client (like that shipping with the FSClient software) the problem did > not occur. > > > > Sent from my Windows 10 device > > > > *From: *Muhammad Naseer Bhatti > *Sent: *09 July 2020 18:44 > *To: *freeswitch-users at lists.freeswitch.org > *Subject: *[Freeswitch-users] Oneway Audio, can’t send RTP back to UAC > > > > Hi, > I can’t seem to be able to figure out why I can’t send RTP to the other > side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version > 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP > address and the other switch is also on Public IP on same subnet. I receive > call from SippySoft (UAC) and playing delay_echo application. The call flow > is > > SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) > > FreeSWITCH after answering the call says > > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec > Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec > Compare [PCMU:0:8000:20:64000:1] is saved as a near-match > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting > codec PCMU at 40i@8000h at 1c > 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec > sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples > 64000 bits 1 channels > *2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 > sofia/internal/04232152273 at 43.225.99.130 <04232152273 at 43.225.99.130> > Original read codec set to PCMU:0* > > and then starts delay_echo() app. Isn’t Original read codec set to PCMU:0 > is a bad thing? Perhaps the reason not able to send RTP back? > > On the other hand, I installed Asterisk 13.34.0, on the same machine, just > to prove the point if there is network issue but things work just fine with > Asterisk default config. Seem like there is either something not configured > (default) in FreeSWITCH and I can’t seem to be able to find either. SDP in > Asterisk and FreeSWITCH both seems to be the same. > > FreeSWITCH SIP Trace is here https://pastebin.freeswitch.org/view/0925119c > and console log is here https://pastebin.freeswitch.org/view/69b5f68c > Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 > > Appreciate some input to figure out this problem. > > > Thanks, > Naseer > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Fri Jul 10 18:53:03 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 10 Jul 2020 19:53:03 +0100 Subject: [Freeswitch-users] CPU availability? Message-ID: Hello all, Let's assume i have a 28 CPU (56 cores) with 64gb RAM. I'm load-testing that box with something like this: SIPp->--\ /----> FS1 ---->FS SIPp->--/ \----> FS2 SIPp is simply sending calls with rtp to FS. FS just forward the calls to FS1 and FS2 based on some very simple decision. FS1 and FS2 simply answer and execute echo. At ~2000 channels FS fails to reply to some SIP messages, basically calls are timing out, answer ratio goes down. BUT CPU never goes over 45% on the FS and memory is ample. I don't see packe drops on the interface. FS is running in a docker. I'm wondering whether FS would use all of the available CPU or am I hitting some other limit somewhere. Any insight is welcomed! Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From victor.chukalovskiy at gmail.com Fri Jul 10 19:15:11 2020 From: victor.chukalovskiy at gmail.com (Victor) Date: Fri, 10 Jul 2020 12:15:11 -0700 (PDT) Subject: [Freeswitch-users] CPU availability? References: Message-ID: <1594408510360.2208ac2ce7228@mozgaia> An HTML attachment was scrubbed... URL: From gregor at infomedia.si Fri Jul 10 19:51:52 2020 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 10 Jul 2020 21:51:52 +0200 Subject: [Freeswitch-users] CPU availability? In-Reply-To: <1594408510360.2208ac2ce7228@mozgaia> References: <1594408510360.2208ac2ce7228@mozgaia> Message-ID: Just for info. Can you try on windows? On Fri, 10 Jul 2020, 21:15 Victor, wrote: > any messages in the console? i recall it can sometimes hint whatever is > choking. > > apart from that, check core db connection and that you moved all possible > db's in ram. > > also there are some global limits either in var.conf. xml or > switch.conf.xml > > > FreeSWITCH Users Help wrote: > > Hello all, > > Let's assume i have a 28 CPU (56 cores) with 64gb RAM. > I'm load-testing that box with something like this: > > SIPp->--\ /----> FS1 > ---->FS > SIPp->--/ \----> FS2 > > SIPp is simply sending calls with rtp to FS. > FS just forward the calls to FS1 and FS2 based on some very simple > decision. > FS1 and FS2 simply answer and execute echo. > At ~2000 channels FS fails to reply to some SIP messages, basically calls > are timing out, answer ratio goes down. > BUT CPU never goes over 45% on the FS and memory is ample. I don't see > packe drops on the interface. > FS is running in a docker. > > I'm wondering whether FS would use all of the available CPU or am I > hitting some other limit somewhere. > > Any insight is welcomed! > > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex at freeswitch.com Sat Jul 11 01:38:50 2020 From: alex at freeswitch.com (Alex Sibyakin) Date: Sat, 11 Jul 2020 10:38:50 +0900 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: Message-ID: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Hello, What is your OS? What is your Sofia configuration? What the vmstat -w -S M 1 10 says? Can you try without Docker? Regards,Alex On Fri, 2020-07-10 at 19:53 +0100, David Villasmil wrote: > Hello all, > Let's assume i have a 28 CPU (56 cores) with 64gb RAM. > I'm load-testing that box with something like this: > > SIPp->--\ /----> FS1 > ---->FS > SIPp->--/ \----> FS2 > > > SIPp is simply sending calls with rtp to FS. > FS just forward the calls to FS1 and FS2 based on some very simple > decision. > FS1 and FS2 simply answer and execute echo. > At ~2000 channels FS fails to reply to some SIP messages, basically > calls are timing out, answer ratio goes down. > BUT CPU never goes over 45% on the FS and memory is ample. I don't > see packe drops on the interface. > FS is running in a docker. > > > I'm wondering whether FS would use all of the available CPU or am I > hitting some other limit somewhere. > > > Any insight is welcomed! > > > > Regards, > > David Villasmilemail: 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 Servicessales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users 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 Sat Jul 11 02:57:08 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sat, 11 Jul 2020 03:57:08 +0100 Subject: [Freeswitch-users] =?utf-8?q?Oneway_Audio=2C_can=E2=80=99t_send_R?= =?utf-8?q?TP_back_to_UAC?= In-Reply-To: References: Message-ID: Can you share a complete sip trace? And fs Sofia config? On Fri, 10 Jul 2020 at 19:30, Muhammad Naseer Bhatti wrote: > Tried ptime 20 and 40 both on FreeSWITCH. The behavior is the same with > both. I’ll have not changed in the client, will see if there is even an > option, but this is strange behavior never seen that before. > > > From: Dragos Oancea > Reply: FreeSWITCH Users Help > > Date: July 10, 2020 at 9:36:47 PM > To: FreeSWITCH Users Help > > Subject: Re: [Freeswitch-users] Oneway Audio, can’t send RTP back to UAC > > You have ptime 40, does it work the common way (with ptime 20) ? Change it > in the client, your client makes an offer with ptime 40. > It should not be a problem (40 ms is ok too) , but maybe we get a hint on > this one way audio issue. > > On Thu, Jul 9, 2020 at 9:29 PM Paul Mateer > wrote: > >> Don't know if it's the same problem but I incorporated FreeSWITCH code >> into a product a couple of years ago (master code was marked as 1.9.x) and >> whilst the (FreeSWITCH) server worked fine, a client built with that >> version of the software would only give audio in one direction. >> >> >> >> I figured out a fix (to switch_ivr_originate.c) and raised a Jira but >> didn't provide the fix as I wasn’t sure the change I had made was the best >> way to resolve the issue. I assumed that someone with a better >> understanding of the code would be better placed to determine the most >> appropriate fix. >> >> >> >> Interestingly if I used a much older version of the FreeSWITCH software >> in the client (like that shipping with the FSClient software) the problem >> did not occur. >> >> >> >> Sent from my Windows 10 device >> >> >> >> *From: *Muhammad Naseer Bhatti >> *Sent: *09 July 2020 18:44 >> *To: *freeswitch-users at lists.freeswitch.org >> *Subject: *[Freeswitch-users] Oneway Audio, can’t send RTP back to UAC >> >> >> >> Hi, >> I can’t seem to be able to figure out why I can’t send RTP to the other >> side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version >> 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP >> address and the other switch is also on Public IP on same subnet. I receive >> call from SippySoft (UAC) and playing delay_echo application. The call flow >> is >> >> SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) >> >> FreeSWITCH after answering the call says >> >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec >> Compare [PCMU:0:8000:20:64000:1] is saved as a near-match >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting >> codec PCMU at 40i@8000h at 1c >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec >> sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples >> 64000 bits 1 channels >> *2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 >> sofia/internal/04232152273 at 43.225.99.130 <04232152273 at 43.225.99.130> >> Original read codec set to PCMU:0* >> >> and then starts delay_echo() app. Isn’t Original read codec set to >> PCMU:0 is a bad thing? Perhaps the reason not able to send RTP back? >> >> On the other hand, I installed Asterisk 13.34.0, on the same machine, >> just to prove the point if there is network issue but things work just fine >> with Asterisk default config. Seem like there is either something not >> configured (default) in FreeSWITCH and I can’t seem to be able to find >> either. SDP in Asterisk and FreeSWITCH both seems to be the same. >> >> FreeSWITCH SIP Trace is here >> https://pastebin.freeswitch.org/view/0925119c and console log is here >> https://pastebin.freeswitch.org/view/69b5f68c >> Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 >> >> Appreciate some input to figure out this problem. >> >> >> Thanks, >> Naseer >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Sat Jul 11 03:09:57 2020 From: s.safarov at gmail.com (Sergey Safarov) Date: Sat, 11 Jul 2020 06:09:57 +0300 Subject: [Freeswitch-users] CPU availability? In-Reply-To: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Message-ID: SIPP can record failed call ID Using this call-id you search for FreeSwitch logs. Also, you can record all network traffic using dumpcap or tcpdump utility to disk. Later you can open these pcap files using sngrep utility and check waht is wrong with failed calls. On Sat, Jul 11, 2020 at 5:07 AM Alex Sibyakin wrote: > Hello, > > What is your OS? What is your Sofia configuration? > > What the vmstat -w -S M 1 10 says? > > Can you try without Docker? > > Regards, > Alex > > > On Fri, 2020-07-10 at 19:53 +0100, David Villasmil wrote: > > Hello all, > > Let's assume i have a 28 CPU (56 cores) with 64gb RAM. > I'm load-testing that box with something like this: > > SIPp->--\ /----> FS1 > ---->FS > SIPp->--/ \----> FS2 > > SIPp is simply sending calls with rtp to FS. > FS just forward the calls to FS1 and FS2 based on some very simple > decision. > FS1 and FS2 simply answer and execute echo. > At ~2000 channels FS fails to reply to some SIP messages, basically calls > are timing out, answer ratio goes down. > BUT CPU never goes over 45% on the FS and memory is ample. I don't see > packe drops on the interface. > FS is running in a docker. > > I'm wondering whether FS would use all of the available CPU or am I > hitting some other limit somewhere. > > Any insight is welcomed! > > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > _________________________________________________________________________ > > > The FreeSWITCH project is sponsored by SignalWire > > https://signalwire.com > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > > Build your next product on our scalable cloud platform. > > > Join our online community to chat in real time > > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > > https://freeswitch.org/confluence > > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE: > > http://lists.freeswitch.org/mailman/options/freeswitch-users > > > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Sat Jul 11 03:15:16 2020 From: s.safarov at gmail.com (Sergey Safarov) Date: Sat, 11 Jul 2020 06:15:16 +0300 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Message-ID: > Just for info. Can you try on windows? That does not matter. On Linux, I get results with 50 calls per second, every call continues for 24 seconds, 1000 concurrent calls, and 10 000 total calls with only 3 failed calls. Tested kazoo cluster, more complex cluster then standalone freeswitch. So must work on Linux On Sat, Jul 11, 2020 at 6:09 AM Sergey Safarov wrote: > SIPP can record failed call ID > Using this call-id you search for FreeSwitch logs. > Also, you can record all network traffic using dumpcap or tcpdump utility > to disk. Later you can open these pcap files using sngrep utility and check > waht is wrong with failed calls. > > > On Sat, Jul 11, 2020 at 5:07 AM Alex Sibyakin wrote: > >> Hello, >> >> What is your OS? What is your Sofia configuration? >> >> What the vmstat -w -S M 1 10 says? >> >> Can you try without Docker? >> >> Regards, >> Alex >> >> >> On Fri, 2020-07-10 at 19:53 +0100, David Villasmil wrote: >> >> Hello all, >> >> Let's assume i have a 28 CPU (56 cores) with 64gb RAM. >> I'm load-testing that box with something like this: >> >> SIPp->--\ /----> FS1 >> ---->FS >> SIPp->--/ \----> FS2 >> >> SIPp is simply sending calls with rtp to FS. >> FS just forward the calls to FS1 and FS2 based on some very simple >> decision. >> FS1 and FS2 simply answer and execute echo. >> At ~2000 channels FS fails to reply to some SIP messages, basically calls >> are timing out, answer ratio goes down. >> BUT CPU never goes over 45% on the FS and memory is ample. I don't see >> packe drops on the interface. >> FS is running in a docker. >> >> I'm wondering whether FS would use all of the available CPU or am I >> hitting some other limit somewhere. >> >> Any insight is welcomed! >> >> >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> >> _________________________________________________________________________ >> >> >> The FreeSWITCH project is sponsored by SignalWire >> >> https://signalwire.com >> >> >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >> >> Build your next product on our scalable cloud platform. >> >> >> Join our online community to chat in real time >> >> https://signalwire.community >> >> >> >> Professional FreeSWITCH Services >> >> sales at freeswitch.com >> >> >> https://freeswitch.com >> >> >> >> Official FreeSWITCH Sites >> >> https://freeswitch.com/oss >> >> >> https://freeswitch.org/confluence >> >> >> https://cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >> UNSUBSCRIBE: >> >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> >> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nbhatti at gmail.com Sat Jul 11 08:50:58 2020 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Sat, 11 Jul 2020 04:50:58 -0400 Subject: [Freeswitch-users] =?utf-8?q?Oneway_Audio=2C_can=E2=80=99t_send_R?= =?utf-8?q?TP_back_to_UAC?= In-Reply-To: References: Message-ID: SIP trace is at https://pastebin.freeswitch.org/view/0925119c and log at https://pastebin.freeswitch.org/view/69b5f68c and sofia config is at https://pastebin.freeswitch.org/view/77c979ef I stripeed down the comments and generated this from freeswitch.xml.fsxml to ensure this shows only the applied config. From: David Villasmil Reply: FreeSWITCH Users Help Date: July 11, 2020 at 7:58:29 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Oneway Audio, can’t send RTP back to UAC Can you share a complete sip trace? And fs Sofia config? On Fri, 10 Jul 2020 at 19:30, Muhammad Naseer Bhatti wrote: > Tried ptime 20 and 40 both on FreeSWITCH. The behavior is the same with > both. I’ll have not changed in the client, will see if there is even an > option, but this is strange behavior never seen that before. > > > From: Dragos Oancea > Reply: FreeSWITCH Users Help > > Date: July 10, 2020 at 9:36:47 PM > To: FreeSWITCH Users Help > > Subject: Re: [Freeswitch-users] Oneway Audio, can’t send RTP back to UAC > > You have ptime 40, does it work the common way (with ptime 20) ? Change it > in the client, your client makes an offer with ptime 40. > It should not be a problem (40 ms is ok too) , but maybe we get a hint on > this one way audio issue. > > On Thu, Jul 9, 2020 at 9:29 PM Paul Mateer > wrote: > >> Don't know if it's the same problem but I incorporated FreeSWITCH code >> into a product a couple of years ago (master code was marked as 1.9.x) and >> whilst the (FreeSWITCH) server worked fine, a client built with that >> version of the software would only give audio in one direction. >> >> >> >> I figured out a fix (to switch_ivr_originate.c) and raised a Jira but >> didn't provide the fix as I wasn’t sure the change I had made was the best >> way to resolve the issue. I assumed that someone with a better >> understanding of the code would be better placed to determine the most >> appropriate fix. >> >> >> >> Interestingly if I used a much older version of the FreeSWITCH software >> in the client (like that shipping with the FSClient software) the problem >> did not occur. >> >> >> >> Sent from my Windows 10 device >> >> >> >> *From: *Muhammad Naseer Bhatti >> *Sent: *09 July 2020 18:44 >> *To: *freeswitch-users at lists.freeswitch.org >> *Subject: *[Freeswitch-users] Oneway Audio, can’t send RTP back to UAC >> >> >> >> Hi, >> I can’t seem to be able to figure out why I can’t send RTP to the other >> side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version >> 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP >> address and the other switch is also on Public IP on same subnet. I receive >> call from SippySoft (UAC) and playing delay_echo application. The call flow >> is >> >> SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) >> >> FreeSWITCH after answering the call says >> >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >> Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec >> Compare [PCMU:0:8000:20:64000:1] is saved as a near-match >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting >> codec PCMU at 40i@8000h at 1c >> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec >> sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples >> 64000 bits 1 channels >> *2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 >> sofia/internal/04232152273 at 43.225.99.130 <04232152273 at 43.225.99.130> >> Original read codec set to PCMU:0* >> >> and then starts delay_echo() app. Isn’t Original read codec set to >> PCMU:0 is a bad thing? Perhaps the reason not able to send RTP back? >> >> On the other hand, I installed Asterisk 13.34.0, on the same machine, >> just to prove the point if there is network issue but things work just fine >> with Asterisk default config. Seem like there is either something not >> configured (default) in FreeSWITCH and I can’t seem to be able to find >> either. SDP in Asterisk and FreeSWITCH both seems to be the same. >> >> FreeSWITCH SIP Trace is here >> https://pastebin.freeswitch.org/view/0925119c and console log is here >> https://pastebin.freeswitch.org/view/69b5f68c >> Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 >> >> Appreciate some input to figure out this problem. >> >> >> Thanks, >> Naseer >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Sat Jul 11 09:36:41 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sat, 11 Jul 2020 10:36:41 +0100 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Message-ID: I get to 2000 channels fine. My question is why can’t I higher without calls failing? FS never uses more than 40% CPU and 20 gb RAM. Config is basically vanilla, I unloaded most unnecessary modules, too. On Sat, 11 Jul 2020 at 04:59, Sergey Safarov wrote: > > Just for info. Can you try on windows? > > That does not matter. > On Linux, I get results with 50 calls per second, every call continues for > 24 seconds, 1000 concurrent calls, and 10 000 total calls with only 3 > failed calls. Tested kazoo cluster, more complex cluster then standalone > freeswitch. > So must work on Linux > > > On Sat, Jul 11, 2020 at 6:09 AM Sergey Safarov > wrote: > >> SIPP can record failed call ID >> Using this call-id you search for FreeSwitch logs. >> Also, you can record all network traffic using dumpcap or tcpdump utility >> to disk. Later you can open these pcap files using sngrep utility and check >> waht is wrong with failed calls. >> >> >> On Sat, Jul 11, 2020 at 5:07 AM Alex Sibyakin >> wrote: >> >>> Hello, >>> >>> What is your OS? What is your Sofia configuration? >>> >>> What the vmstat -w -S M 1 10 says? >>> >>> Can you try without Docker? >>> >>> Regards, >>> Alex >>> >>> >>> On Fri, 2020-07-10 at 19:53 +0100, David Villasmil wrote: >>> >>> Hello all, >>> >>> Let's assume i have a 28 CPU (56 cores) with 64gb RAM. >>> I'm load-testing that box with something like this: >>> >>> SIPp->--\ /----> FS1 >>> ---->FS >>> SIPp->--/ \----> FS2 >>> >>> SIPp is simply sending calls with rtp to FS. >>> FS just forward the calls to FS1 and FS2 based on some very simple >>> decision. >>> FS1 and FS2 simply answer and execute echo. >>> At ~2000 channels FS fails to reply to some SIP messages, basically >>> calls are timing out, answer ratio goes down. >>> BUT CPU never goes over 45% on the FS and memory is ample. I don't see >>> packe drops on the interface. >>> FS is running in a docker. >>> >>> I'm wondering whether FS would use all of the available CPU or am I >>> hitting some other limit somewhere. >>> >>> Any insight is welcomed! >>> >>> >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> >>> _________________________________________________________________________ >>> >>> >>> The FreeSWITCH project is sponsored by SignalWire >>> >>> https://signalwire.com >>> >>> >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>> >>> Build your next product on our scalable cloud platform. >>> >>> >>> Join our online community to chat in real time >>> >>> https://signalwire.community >>> >>> >>> >>> Professional FreeSWITCH Services >>> >>> sales at freeswitch.com >>> >>> >>> https://freeswitch.com >>> >>> >>> >>> Official FreeSWITCH Sites >>> >>> https://freeswitch.com/oss >>> >>> >>> https://freeswitch.org/confluence >>> >>> >>> https://cluecon.com >>> >>> >>> >>> FreeSWITCH-users mailing list >>> >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >>> >>> UNSUBSCRIBE: >>> >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> >>> >>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Sat Jul 11 09:54:03 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sat, 11 Jul 2020 10:54:03 +0100 Subject: [Freeswitch-users] =?utf-8?q?Oneway_Audio=2C_can=E2=80=99t_send_R?= =?utf-8?q?TP_back_to_UAC?= In-Reply-To: References: Message-ID: There’s only one leg in the trace, we’d need both legs. Also, try not to change the IPs, since that might be the problem. But you can check this yourself: A (ip x.x.x.1): INVITE B With IP x.x.x.1 in “c=“ and “o=“ in the SDP B (x.x.x.2) 200 OK With IP x.x.x.2 in “c=“ and “o=“ in the SDP Same goes for B->C, B must sent ITS OWN IP to C and C must offer its own IP. Also, how are you starting freeswitch? On Sat, 11 Jul 2020 at 09:50, Muhammad Naseer Bhatti wrote: > > SIP trace is at https://pastebin.freeswitch.org/view/0925119c and log at > https://pastebin.freeswitch.org/view/69b5f68c and sofia config is at > https://pastebin.freeswitch.org/view/77c979ef I stripeed down the > comments and generated this from freeswitch.xml.fsxml to ensure this shows > only the applied config. > > > From: David Villasmil > > Reply: FreeSWITCH Users Help > > Date: July 11, 2020 at 7:58:29 AM > To: FreeSWITCH Users Help > > Subject: Re: [Freeswitch-users] Oneway Audio, can’t send RTP back to UAC > > Can you share a complete sip trace? And fs Sofia config? > > On Fri, 10 Jul 2020 at 19:30, Muhammad Naseer Bhatti > wrote: > >> Tried ptime 20 and 40 both on FreeSWITCH. The behavior is the same with >> both. I’ll have not changed in the client, will see if there is even an >> option, but this is strange behavior never seen that before. >> >> >> From: Dragos Oancea >> Reply: FreeSWITCH Users Help >> >> Date: July 10, 2020 at 9:36:47 PM >> To: FreeSWITCH Users Help >> >> Subject: Re: [Freeswitch-users] Oneway Audio, can’t send RTP back to >> UAC >> >> You have ptime 40, does it work the common way (with ptime 20) ? Change >> it in the client, your client makes an offer with ptime 40. >> It should not be a problem (40 ms is ok too) , but maybe we get a hint on >> this one way audio issue. >> >> On Thu, Jul 9, 2020 at 9:29 PM Paul Mateer >> wrote: >> >>> Don't know if it's the same problem but I incorporated FreeSWITCH code >>> into a product a couple of years ago (master code was marked as 1.9.x) and >>> whilst the (FreeSWITCH) server worked fine, a client built with that >>> version of the software would only give audio in one direction. >>> >>> >>> >>> I figured out a fix (to switch_ivr_originate.c) and raised a Jira but >>> didn't provide the fix as I wasn’t sure the change I had made was the best >>> way to resolve the issue. I assumed that someone with a better >>> understanding of the code would be better placed to determine the most >>> appropriate fix. >>> >>> >>> >>> Interestingly if I used a much older version of the FreeSWITCH software >>> in the client (like that shipping with the FSClient software) the problem >>> did not occur. >>> >>> >>> >>> Sent from my Windows 10 device >>> >>> >>> >>> *From: *Muhammad Naseer Bhatti >>> *Sent: *09 July 2020 18:44 >>> *To: *freeswitch-users at lists.freeswitch.org >>> *Subject: *[Freeswitch-users] Oneway Audio, can’t send RTP back to UAC >>> >>> >>> >>> Hi, >>> I can’t seem to be able to figure out why I can’t send RTP to the other >>> side (UAC) of the switch (One way audio?) . I have FreeSWITCH Version >>> 1.10.4-dev git 00113c4 with vanilla config (for testing) on Public IP >>> address and the other switch is also on Public IP on same subnet. I receive >>> call from SippySoft (UAC) and playing delay_echo application. The call flow >>> is >>> >>> SIP UA (NATted) -> SippySwitch (Public IP) - FreSWITCH (Public IP) >>> >>> FreeSWITCH after answering the call says >>> >>> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >>> Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] >>> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >>> Compare [PCMU:0:8000:40:64000:1]/[PCMA:8:8000:20:64000:1] >>> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5594 Audio Codec >>> Compare [PCMU:0:8000:40:64000:1]/[PCMU:0:8000:20:64000:1] >>> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5630 Audio Codec >>> Compare [PCMU:0:8000:20:64000:1] is saved as a near-match >>> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:5701 Substituting >>> codec PCMU at 40i@8000h at 1c >>> 2020-07-09 21:48:37.902333 [DEBUG] switch_core_media.c:3839 Set Codec >>> sofia/internal/04232152273 at 43.225.99.130 PCMU/8000 40 ms 320 samples >>> 64000 bits 1 channels >>> *2020-07-09 21:48:37.902333 [DEBUG] switch_core_codec.c:111 >>> sofia/internal/04232152273 at 43.225.99.130 <04232152273 at 43.225.99.130> >>> Original read codec set to PCMU:0* >>> >>> and then starts delay_echo() app. Isn’t Original read codec set to >>> PCMU:0 is a bad thing? Perhaps the reason not able to send RTP back? >>> >>> On the other hand, I installed Asterisk 13.34.0, on the same machine, >>> just to prove the point if there is network issue but things work just fine >>> with Asterisk default config. Seem like there is either something not >>> configured (default) in FreeSWITCH and I can’t seem to be able to find >>> either. SDP in Asterisk and FreeSWITCH both seems to be the same. >>> >>> FreeSWITCH SIP Trace is here >>> https://pastebin.freeswitch.org/view/0925119c and console log is here >>> https://pastebin.freeswitch.org/view/69b5f68c >>> Asterisk SIP Trace is here https://pastebin.freeswitch.org/view/f38abc97 >>> >>> >>> Appreciate some input to figure out this problem. >>> >>> >>> Thanks, >>> Naseer >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Sat Jul 11 10:20:17 2020 From: s.safarov at gmail.com (Sergey Safarov) Date: Sat, 11 Jul 2020 13:20:17 +0300 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Message-ID: Need looks FreeSwitch logs. On Sat, Jul 11, 2020 at 12:53 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > I get to 2000 channels fine. My question is why can’t I higher without > calls failing? FS never uses more than 40% CPU and 20 gb RAM. > Config is basically vanilla, I unloaded most unnecessary modules, too. > > On Sat, 11 Jul 2020 at 04:59, Sergey Safarov wrote: > >> > Just for info. Can you try on windows? >> >> That does not matter. >> On Linux, I get results with 50 calls per second, every call continues >> for 24 seconds, 1000 concurrent calls, and 10 000 total calls with only 3 >> failed calls. Tested kazoo cluster, more complex cluster then standalone >> freeswitch. >> So must work on Linux >> >> >> On Sat, Jul 11, 2020 at 6:09 AM Sergey Safarov >> wrote: >> >>> SIPP can record failed call ID >>> Using this call-id you search for FreeSwitch logs. >>> Also, you can record all network traffic using dumpcap or tcpdump >>> utility to disk. Later you can open these pcap files using sngrep utility >>> and check waht is wrong with failed calls. >>> >>> >>> On Sat, Jul 11, 2020 at 5:07 AM Alex Sibyakin >>> wrote: >>> >>>> Hello, >>>> >>>> What is your OS? What is your Sofia configuration? >>>> >>>> What the vmstat -w -S M 1 10 says? >>>> >>>> Can you try without Docker? >>>> >>>> Regards, >>>> Alex >>>> >>>> >>>> On Fri, 2020-07-10 at 19:53 +0100, David Villasmil wrote: >>>> >>>> Hello all, >>>> >>>> Let's assume i have a 28 CPU (56 cores) with 64gb RAM. >>>> I'm load-testing that box with something like this: >>>> >>>> SIPp->--\ /----> FS1 >>>> ---->FS >>>> SIPp->--/ \----> FS2 >>>> >>>> SIPp is simply sending calls with rtp to FS. >>>> FS just forward the calls to FS1 and FS2 based on some very simple >>>> decision. >>>> FS1 and FS2 simply answer and execute echo. >>>> At ~2000 channels FS fails to reply to some SIP messages, basically >>>> calls are timing out, answer ratio goes down. >>>> BUT CPU never goes over 45% on the FS and memory is ample. I don't see >>>> packe drops on the interface. >>>> FS is running in a docker. >>>> >>>> I'm wondering whether FS would use all of the available CPU or am I >>>> hitting some other limit somewhere. >>>> >>>> Any insight is welcomed! >>>> >>>> >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> _________________________________________________________________________ >>>> >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> >>>> https://signalwire.com >>>> >>>> >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>> >>>> Build your next product on our scalable cloud platform. >>>> >>>> >>>> Join our online community to chat in real time >>>> >>>> https://signalwire.community >>>> >>>> >>>> >>>> Professional FreeSWITCH Services >>>> >>>> sales at freeswitch.com >>>> >>>> >>>> https://freeswitch.com >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> >>>> https://freeswitch.com/oss >>>> >>>> >>>> https://freeswitch.org/confluence >>>> >>>> >>>> https://cluecon.com >>>> >>>> >>>> >>>> FreeSWITCH-users mailing list >>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>> >>>> UNSUBSCRIBE: >>>> >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> >>>> >>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > 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 joel at textplus.com Sat Jul 11 17:37:39 2020 From: joel at textplus.com (Joel Serrano) Date: Sat, 11 Jul 2020 10:37:39 -0700 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Message-ID: Have you checked the max-sessions (switch.conf.xml) and the ulimits etc (OS level)? On Sat, Jul 11, 2020 at 03:45 Sergey Safarov wrote: > Need looks FreeSwitch logs. > > On Sat, Jul 11, 2020 at 12:53 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> I get to 2000 channels fine. My question is why can’t I higher without >> calls failing? FS never uses more than 40% CPU and 20 gb RAM. >> Config is basically vanilla, I unloaded most unnecessary modules, too. >> >> On Sat, 11 Jul 2020 at 04:59, Sergey Safarov wrote: >> >>> > Just for info. Can you try on windows? >>> >>> That does not matter. >>> On Linux, I get results with 50 calls per second, every call continues >>> for 24 seconds, 1000 concurrent calls, and 10 000 total calls with only 3 >>> failed calls. Tested kazoo cluster, more complex cluster then standalone >>> freeswitch. >>> So must work on Linux >>> >>> >>> On Sat, Jul 11, 2020 at 6:09 AM Sergey Safarov >>> wrote: >>> >>>> SIPP can record failed call ID >>>> Using this call-id you search for FreeSwitch logs. >>>> Also, you can record all network traffic using dumpcap or tcpdump >>>> utility to disk. Later you can open these pcap files using sngrep utility >>>> and check waht is wrong with failed calls. >>>> >>>> >>>> On Sat, Jul 11, 2020 at 5:07 AM Alex Sibyakin >>>> wrote: >>>> >>>>> Hello, >>>>> >>>>> What is your OS? What is your Sofia configuration? >>>>> >>>>> What the vmstat -w -S M 1 10 says? >>>>> >>>>> Can you try without Docker? >>>>> >>>>> Regards, >>>>> Alex >>>>> >>>>> >>>>> On Fri, 2020-07-10 at 19:53 +0100, David Villasmil wrote: >>>>> >>>>> Hello all, >>>>> >>>>> Let's assume i have a 28 CPU (56 cores) with 64gb RAM. >>>>> I'm load-testing that box with something like this: >>>>> >>>>> SIPp->--\ /----> FS1 >>>>> ---->FS >>>>> SIPp->--/ \----> FS2 >>>>> >>>>> SIPp is simply sending calls with rtp to FS. >>>>> FS just forward the calls to FS1 and FS2 based on some very simple >>>>> decision. >>>>> FS1 and FS2 simply answer and execute echo. >>>>> At ~2000 channels FS fails to reply to some SIP messages, basically >>>>> calls are timing out, answer ratio goes down. >>>>> BUT CPU never goes over 45% on the FS and memory is ample. I don't see >>>>> packe drops on the interface. >>>>> FS is running in a docker. >>>>> >>>>> I'm wondering whether FS would use all of the available CPU or am I >>>>> hitting some other limit somewhere. >>>>> >>>>> Any insight is welcomed! >>>>> >>>>> >>>>> Regards, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> >>>>> https://signalwire.com >>>>> >>>>> >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>>> >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> >>>>> Join our online community to chat in real time >>>>> >>>>> https://signalwire.community >>>>> >>>>> >>>>> >>>>> Professional FreeSWITCH Services >>>>> >>>>> sales at freeswitch.com >>>>> >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> >>>>> https://freeswitch.com/oss >>>>> >>>>> >>>>> https://freeswitch.org/confluence >>>>> >>>>> >>>>> https://cluecon.com >>>>> >>>>> >>>>> >>>>> FreeSWITCH-users mailing list >>>>> >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> >>>>> UNSUBSCRIBE: >>>>> >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From craig at stevenson.com Mon Jul 13 03:00:35 2020 From: craig at stevenson.com (Craig Stevenson) Date: Sun, 12 Jul 2020 20:00:35 -0700 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Message-ID: Perhaps an issue in packet throughput (packets-per-second) on the NIC or any virtualized driver levels? -- Craig On Sat, Jul 11, 2020 at 10:57 AM Joel Serrano wrote: > Have you checked the max-sessions (switch.conf.xml) and the ulimits etc > (OS level)? > > > On Sat, Jul 11, 2020 at 03:45 Sergey Safarov wrote: > >> Need looks FreeSwitch logs. >> >> On Sat, Jul 11, 2020 at 12:53 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> I get to 2000 channels fine. My question is why can’t I higher without >>> calls failing? FS never uses more than 40% CPU and 20 gb RAM. >>> Config is basically vanilla, I unloaded most unnecessary modules, too. >>> >>> On Sat, 11 Jul 2020 at 04:59, Sergey Safarov >>> wrote: >>> >>>> > Just for info. Can you try on windows? >>>> >>>> That does not matter. >>>> On Linux, I get results with 50 calls per second, every call continues >>>> for 24 seconds, 1000 concurrent calls, and 10 000 total calls with only 3 >>>> failed calls. Tested kazoo cluster, more complex cluster then standalone >>>> freeswitch. >>>> So must work on Linux >>>> >>>> >>>> On Sat, Jul 11, 2020 at 6:09 AM Sergey Safarov >>>> wrote: >>>> >>>>> SIPP can record failed call ID >>>>> Using this call-id you search for FreeSwitch logs. >>>>> Also, you can record all network traffic using dumpcap or tcpdump >>>>> utility to disk. Later you can open these pcap files using sngrep utility >>>>> and check waht is wrong with failed calls. >>>>> >>>>> >>>>> On Sat, Jul 11, 2020 at 5:07 AM Alex Sibyakin >>>>> wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> What is your OS? What is your Sofia configuration? >>>>>> >>>>>> What the vmstat -w -S M 1 10 says? >>>>>> >>>>>> Can you try without Docker? >>>>>> >>>>>> Regards, >>>>>> Alex >>>>>> >>>>>> >>>>>> On Fri, 2020-07-10 at 19:53 +0100, David Villasmil wrote: >>>>>> >>>>>> Hello all, >>>>>> >>>>>> Let's assume i have a 28 CPU (56 cores) with 64gb RAM. >>>>>> I'm load-testing that box with something like this: >>>>>> >>>>>> SIPp->--\ /----> FS1 >>>>>> ---->FS >>>>>> SIPp->--/ \----> FS2 >>>>>> >>>>>> SIPp is simply sending calls with rtp to FS. >>>>>> FS just forward the calls to FS1 and FS2 based on some very simple >>>>>> decision. >>>>>> FS1 and FS2 simply answer and execute echo. >>>>>> At ~2000 channels FS fails to reply to some SIP messages, basically >>>>>> calls are timing out, answer ratio goes down. >>>>>> BUT CPU never goes over 45% on the FS and memory is ample. I don't >>>>>> see packe drops on the interface. >>>>>> FS is running in a docker. >>>>>> >>>>>> I'm wondering whether FS would use all of the available CPU or am I >>>>>> hitting some other limit somewhere. >>>>>> >>>>>> Any insight is welcomed! >>>>>> >>>>>> >>>>>> Regards, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> >>>>>> >>>> _________________________________________________________________________ >>>> >>>> >>>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Alexander.Haugg at c4b.de Mon Jul 13 13:22:53 2020 From: Alexander.Haugg at c4b.de (Alexander Haugg) Date: Mon, 13 Jul 2020 13:22:53 +0000 Subject: [Freeswitch-users] Sofia Profile - STUN Candidate without the "ext-sip-ip" setting is not working. In-Reply-To: <29dbbddd8bb540dd9cf5788f14d55df6@c4b.de> References: <29dbbddd8bb540dd9cf5788f14d55df6@c4b.de> Message-ID: <1785adc7f1ab4054bf47eb66a46ed296@c4b.de> Hi, I was trying some configuration scenario and look into the source code... Is there a possibility to set the external ICE candidate without the "ext-sip-ip" and only with the "ext-rtp-ip" parameter in the sofia profile? Thanks a lot Alex -----Ursprüngliche Nachricht----- Von: FreeSWITCH-users Im Auftrag von Alexander Haugg Gesendet: Donnerstag, 9. Juli 2020 17:44 An: FreeSWITCH Users Help Betreff: [Freeswitch-users] Sofia Profile - STUN Candidate without the "ext-sip-ip" setting is not working. Hi, my problem is, I need the local SIP address and the external address for the candidates. The setting is vars.xml Sofia profile: Call Cmd: originate {include_external_ip=true,media_webrtc=true}sofia/gateway/GW_SBC2_B2Bua/123 &park In this case the ICE candidates in de SDP are OK but the Contact header have the external sip address. If I do unset the "ext-sip-ip", then the Contact header is OK but I'm missing the external ICE candidates. What can I do that the STUN candidate will set to the SDP without the "ext-sip-ip" config? Thanks a lot Alex _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com From shahnawaj.khan1990 at gmail.com Mon Jul 13 13:32:51 2020 From: shahnawaj.khan1990 at gmail.com (Shahnawaj Khan) Date: Mon, 13 Jul 2020 19:02:51 +0530 Subject: [Freeswitch-users] Call media stats in Freeswitch log Message-ID: Hello All, Please let me know if it is possible to log media stats in freeswitch.log after call complete such as - - or any other variable that is available in xml CDR Any insight is welcomed! Thanks & Regards, Shahnawaj Khan From Alexander.Haugg at c4b.de Mon Jul 13 13:40:23 2020 From: Alexander.Haugg at c4b.de (Alexander Haugg) Date: Mon, 13 Jul 2020 13:40:23 +0000 Subject: [Freeswitch-users] Sofia Profile - STUN Candidate without the "ext-sip-ip" setting is not working. In-Reply-To: <1785adc7f1ab4054bf47eb66a46ed296@c4b.de> References: <29dbbddd8bb540dd9cf5788f14d55df6@c4b.de> <1785adc7f1ab4054bf47eb66a46ed296@c4b.de> Message-ID: <45fdb3899e8e4783a5413a098b11baff@c4b.de> OK, it is solved... The solution is the "autonat" prefix => -----Ursprüngliche Nachricht----- Von: FreeSWITCH-users Im Auftrag von Alexander Haugg Gesendet: Montag, 13. Juli 2020 15:23 An: FreeSWITCH Users Help Betreff: Re: [Freeswitch-users] Sofia Profile - STUN Candidate without the "ext-sip-ip" setting is not working. Hi, I was trying some configuration scenario and look into the source code... Is there a possibility to set the external ICE candidate without the "ext-sip-ip" and only with the "ext-rtp-ip" parameter in the sofia profile? Thanks a lot Alex -----Ursprüngliche Nachricht----- Von: FreeSWITCH-users Im Auftrag von Alexander Haugg Gesendet: Donnerstag, 9. Juli 2020 17:44 An: FreeSWITCH Users Help Betreff: [Freeswitch-users] Sofia Profile - STUN Candidate without the "ext-sip-ip" setting is not working. Hi, my problem is, I need the local SIP address and the external address for the candidates. The setting is vars.xml Sofia profile: Call Cmd: originate {include_external_ip=true,media_webrtc=true}sofia/gateway/GW_SBC2_B2Bua/123 &park In this case the ICE candidates in de SDP are OK but the Contact header have the external sip address. If I do unset the "ext-sip-ip", then the Contact header is OK but I'm missing the external ICE candidates. What can I do that the STUN candidate will set to the SDP without the "ext-sip-ip" config? Thanks a lot Alex _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com From shahnawaj.khan1990 at gmail.com Mon Jul 13 13:44:23 2020 From: shahnawaj.khan1990 at gmail.com (Shahnawaj Khan) Date: Mon, 13 Jul 2020 19:14:23 +0530 Subject: [Freeswitch-users] Freeswitch bypassing gateway Message-ID: Hello All, I am trying to configure my Freeswitch to initiate the call leg through gateway only. If I use It is working fine and forwarding the call to "LocalTelco" for 1000. but whenever i add domain with user part such as it is bypassing the "LocalTelco" and forwarding call directly to "mydomain.com". Please let me know if it is possible to forward calls through gateway even if the domain is present. Any insight is welcomed! Thanks & Regards, Shahnawaj Khan From vldtoma at gmail.com Mon Jul 13 14:08:48 2020 From: vldtoma at gmail.com (Vlad Toma) Date: Mon, 13 Jul 2020 17:08:48 +0300 Subject: [Freeswitch-users] fs_cli timeout on centos7 Message-ID: Hello, I have 3 centos 7 servers with Freeswitch 1.10.2-release.4~64bit with core db on a 3 server galera cluster. My fs_cli randomly freezes when I issue commands such as Sofia status or show registrations, or any other commands. How can I debug this problem? Thank you. Regards, Vlad -------------- next part -------------- An HTML attachment was scrubbed... URL: From igor.potjevlesch at gmail.com Thu Jul 16 07:55:24 2020 From: igor.potjevlesch at gmail.com (Igor Potjevlesh) Date: Thu, 16 Jul 2020 09:55:24 +0200 Subject: [Freeswitch-users] Use of limit app In-Reply-To: <698d8f61-265b-b676-5338-ec2e41a51205@gmail.com> References: <002001d65614$7a8d8d00$6fa8a700$@gmail.com> <698d8f61-265b-b676-5338-ec2e41a51205@gmail.com> Message-ID: <001e01d65b46$770a7260$651f5720$@gmail.com> Hi Victor, Thank you for your input! That makes the thing so much clear now. Thank you. Regards, Igor. De : FreeSWITCH-users De la part de Victor Chukalovskiy Envoyé : jeudi 9 juillet 2020 19:32 À : freeswitch-users at lists.freeswitch.org Objet : Re: [Freeswitch-users] Use of limit app Hey, you can do it based on any channel variable you want. If you want to do it by external SIP profile you can do something like this: If you want to get more granular you can do anything you want based on any other channel variable. Just do an "info" dump of all channel variables on your box and pick the channel variable that makes most sense. Or you can first set some new variables based on your dialplan logic and then run limit app on that new variable (e.g. some kind of account code etc) Conceptually you can think of it as a huge SQL tables with call variables being columns and calls being rows. And you are doing "GROUP BY" statement based on whatever column you like. Hope this analogy makes some sense. On 2020-07-09 1:15 p.m., Igor Potjevlesh wrote: Hello there! I'm a bit confuse on how to properly use limit app to limit the call attempts per second. I have a customer with 3 IP addresses trusted and declared into an external SIP profile. All these 3 IPs are sending their calls to 1 IP on the Freeswitch. Would it be possible to limit the flow on the destination IP (which is the sip-ip or ext-sip-ip in their profile)? The first thing I found and which seems to work, is doing that based on their IP, but it's divided by 3 (because they have 3 IP). I'm not clear with what are possible realm and resources. Thanks for your inputs! 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 -- 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 sagarmalam at gmail.com Fri Jul 17 13:00:33 2020 From: sagarmalam at gmail.com (sagar malam) Date: Fri, 17 Jul 2020 18:30:33 +0530 Subject: [Freeswitch-users] Audio call get converted to video call after call is bypassed using uuid_media_3p API Message-ID: Hello All , Polycom VVX 500 series phones to make audio call. After call is answered i am executing uuid_media_3p API to bypass freeswitch , at this point audio call get converted to video call. I have observed that it is happening because polycom offers video codec in response to bypass REINVITE from free switch. So it is not FS issue but i want to know if there is anyway to remove video codecs before passing them to other leg. I have tried setting absolute codec string, codec string variables before bypass but they did not help. -- Thanks, Sagar -------------- next part -------------- An HTML attachment was scrubbed... URL: From sobomax at sippysoft.com Sat Jul 18 04:46:18 2020 From: sobomax at sippysoft.com (Maxim Sobolev) Date: Fri, 17 Jul 2020 21:46:18 -0700 Subject: [Freeswitch-users] SIP Chronicles #7, Featuring Ken Rice Message-ID: Hey, OpenSource folks this is just a friendly reminder. If you liked any of our first 6 episodes of SIP Chronicles, please consider putting some time aside this Saturday at 4:30 UTC to see Ken Rice talking about FreeSWITCH, OpenSIPS and other projects that he is working on. https://youtu.be/176gzKQOoSQ See you soon! -Max -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Sat Jul 18 16:07:18 2020 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Sat, 18 Jul 2020 18:07:18 +0200 Subject: [Freeswitch-users] in 20 min!!! SIP Chronicles #7, Featuring Ken Rice Message-ID: Hey, OpenSource folks ! this is just a friendly reminder. If you liked any of our first 6 episodes of SIP Chronicles, please consider putting some time aside this Saturday at 4:30 UTC to see Ken Rice talking about FreeSWITCH, OpenSIPS and other projects that he is working on. https://youtu.be/176gzKQOoSQ See you soon! -Max & Giovanni -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Mon Jul 20 18:03:04 2020 From: mario_fs at mgtech.com (mario_fs) Date: Mon, 20 Jul 2020 11:03:04 -0700 Subject: [Freeswitch-users] Signalwire in Forbes Message-ID: <66FF0218-D11D-4EB1-B4CD-06D47EE14687@mgtech.com> I found this on Apple News today, I guess I should have invested when I though of it… https://www.forbes.com/sites/curtissilver/2020/07/20/signalwire-work-offers-a-secure-ai-enhanced-video-conferencing-solution/#f8307711d3f9 From tpe at herobase.com Wed Jul 22 13:04:04 2020 From: tpe at herobase.com (Tor Petterson) Date: Wed, 22 Jul 2020 15:04:04 +0200 Subject: [Freeswitch-users] Stable release for Buster Message-ID: Hi Is there an official stable release for Debian Buster? I can only find 1.10 in https://files.freeswitch.org/repo/deb/freeswitch-1.8/ This seems to be a testing version that keeps introducing different bugs so it is unacceptable for a production environment. -------------- next part -------------- An HTML attachment was scrubbed... URL: From andywolk at gmail.com Wed Jul 22 13:33:10 2020 From: andywolk at gmail.com (Andrey Wolk) Date: Wed, 22 Jul 2020 17:33:10 +0400 Subject: [Freeswitch-users] Stable release for Buster In-Reply-To: References: Message-ID: https://files.freeswitch.org/repo/deb/debian-release This is the official Debian 10 Buster installation instruction: https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster ср, 22 июл. 2020 г. в 17:30, Tor Petterson : > Hi > > Is there an official stable release for Debian Buster? > I can only find 1.10 in > https://files.freeswitch.org/repo/deb/freeswitch-1.8/ > This seems to be a testing version that keeps introducing different bugs > so it is unacceptable for a production environment. > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Wed Jul 22 14:22:14 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 22 Jul 2020 15:22:14 +0100 Subject: [Freeswitch-users] unimrcp Message-ID: Hello, I need to send 2 builtin grammars, something like: builtin:some/grammar together with builtin:some/othergrammar In asterisk it's something like builtin:some/grammar,builtin:some/othergrammar Is it possible to do this on freeswitch? Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Wed Jul 22 18:05:46 2020 From: nathan at robotics.net (Nathan Stratton) Date: Wed, 22 Jul 2020 14:05:46 -0400 Subject: [Freeswitch-users] Route call after speaking to call center agent Message-ID: The dialplan below takes calls from foobar and sends them to call center queue foobar, if that queue is busy it sends them to busy. If they speak to an agent and end a call the call ends because of hangup_after_bridge. I would like calls after they speak to agent be routed to survey, but still have busy work if the queue hits max time. ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From atuxnull at gmail.com Thu Jul 9 08:26:04 2020 From: atuxnull at gmail.com (John Tuxies) Date: Thu, 9 Jul 2020 11:26:04 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 Message-ID: Trying to install Freeswitch in Debian 9 and 10. Both systems failed to start: Running hooks in * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ fs_cli -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting []^CInterrupted.root at debian: ~ $* I have tried to install from https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster to install using debian packages. Any suggestions, please? -------------- next part -------------- An HTML attachment was scrubbed... URL: From thetsinling at outlook.com Sat Jul 11 04:48:50 2020 From: thetsinling at outlook.com (bob. chen) Date: Sat, 11 Jul 2020 04:48:50 +0000 Subject: [Freeswitch-users] build freeswitch debian package failed. Message-ID: Freeswitch v1.10, debian10.4 , build failed, any sugestion are welcome ! cat /usr/src/freeswitch-debs/log/builds-ok.txt true cat /usr/src/freeswitch-debs/log/buster-amd64.txt |more Warning: apt-key output should not be parsed (stdout is not a terminal) ######################################################################## ## Creating base buster-amd64 image... ######################################################################## Using custom sources /tmp/fs.gpg buster /tmp/fs.sources.list ######################################################################## ## Using apt sources file: /tmp/fs.sources.list ######################################################################## I: Invoking pbuilder I: forking: pbuilder create --keyring /tmp/fs.gpg --othermirror 'deb https://mirrors.ustc.edu.cn/debian/ buster main|deb https://mirrors.ustc.edu.cn/ debian-security buster/updates main|deb https://mirrors.ustc.edu.cn/debian/ buster main|deb http://files.freeswitch.org/repo/deb/debian-unstable/ buster main' --buildplace /var/cache/pbuilder/base-buster-amd64.cow --mirror http://files.freeswitch.org/repo/deb/debian-unstable/ --architecture amd64 --distri bution buster --no-targz --extrapackages cowdancer W: /root/.pbuilderrc does not exist I: Running in no-targz mode I: Distribution is buster. I: Current time: Sat Jul 11 11:28:28 CST 2020 I: pbuilder-time-stamp: 1594438108 I: Building the build environment I: running debootstrap /usr/sbin/debootstrap I: Target architecture can be executed I: Retrieving InRelease I: Checking Release signature E: Release signed by unknown key (key id D76EDC7725E010CF) The specified keyring /usr/share/keyrings/debian-archive-keyring.gpg may be incorrect or out of date. You can find the latest Debian release key at https://ftp-master.debian.org/keys.html E: debootstrap failed E: Tail of debootstrap.log: amd64: ok 2020-07-11 11:28:30 URL:http://files.freeswitch.org/repo/deb/debian-unstable/dists/buster/InRelease [4589/4589] -> "/var/cache/pbuilder/base-buster-amd64. cow/var/lib/apt/lists/partial/files.freeswitch.org_repo_deb_debian-unstable_dists_buster_InRelease" [1] gpgv: Signature made Sat Jun 13 00:32:40 2020 CST gpgv: using DSA key 20B06EE621AB150D40F6079FD76EDC7725E010CF gpgv: Can't check signature: No public key E: End of debootstrap.log W: Aborting with an error E: pbuilder create failed I: forking: rm -rf /var/cache/pbuilder/base-buster-amd64.cow Using custom sources /tmp/fs.gpg buster /tmp/fs.sources.list ######################################################################## -------------- next part -------------- An HTML attachment was scrubbed... URL: From thetsinling at outlook.com Sat Jul 11 10:51:34 2020 From: thetsinling at outlook.com (bob. chen) Date: Sat, 11 Jul 2020 10:51:34 +0000 Subject: [Freeswitch-users] test Message-ID: -------------- next part -------------- An HTML attachment was scrubbed... URL: From thetsinling at outlook.com Mon Jul 13 07:27:11 2020 From: thetsinling at outlook.com (bob. chen) Date: Mon, 13 Jul 2020 07:27:11 +0000 Subject: [Freeswitch-users] test Message-ID: 发送自 Windows 10 版邮件应用 -------------- next part -------------- An HTML attachment was scrubbed... URL: From thetsinling at outlook.com Mon Jul 13 07:35:11 2020 From: thetsinling at outlook.com (bob. chen) Date: Mon, 13 Jul 2020 07:35:11 +0000 Subject: [Freeswitch-users] test Message-ID: 发送自 Windows 10 版邮件应用 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jolexpert at gmail.com Tue Jul 7 15:14:15 2020 From: jolexpert at gmail.com (Kakiman Expert) Date: Tue, 07 Jul 2020 15:14:15 -0000 Subject: [Freeswitch-users] Freeswitch database Message-ID: Hello, i'm using Freeswitch 1.10 and need some elements to understand DB. I have configured FS to use postgresql DB for "freeswitch database". In this DB I only see live events (calls, sessions, registrations...) and not past events. But with "fs_cli sofia status profile" command, I can see past events like calls-in, calls-out etc... So, where are these informations stored ? Is there other DB than "freeswitch" DB ? thanks regards Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: From khorsmann at gmail.com Tue Jul 7 20:37:16 2020 From: khorsmann at gmail.com (Karsten Horsmann) Date: Tue, 07 Jul 2020 20:37:16 -0000 Subject: [Freeswitch-users] Pre-announcement script In-Reply-To: References: Message-ID: Hi, It's a common feature in commercial call distribution systems and good for example if you forward the call to an cell phone (without correct caller number). Cheers Karsten Raúl Alexis Betancor Santana schrieb am Di., 7. Juli 2020, 10:57: > They WANT the announcement, in fact It's a TTS of the Caller Name searched > on their CRM > > A Non-Sense on my opinión ... but thats what they ask. > > On Tue, Jul 7, 2020 at 12:36 AM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Oh i like this! The agent wouldn’t have to hear some ring ring + answer + >> hear the announcement. >> >> He’d get exactly the information they need right on the ring... unless >> they need like the caller’s name or something... >> >> On Mon, 6 Jul 2020 at 21:29, Valli A. Vallimamod >> wrote: >> >>> Hi, >>> >>> Have you considered the use of a distinct ringtone for these calls? You >>> can usually set the ringtone for the call with the Alert-Info header. >>> >>> Even a custom uploaded ringtone that shout out loud: "Attention! VIP!" :) >>> >>> >>> Best Regards, >>> >>> -- >>> Valli A. Vallimamod >>> SIP Solutions >>> vma at sip.solutions >>> linkedin.com/in/vallimamod >>> . >>> >>> >>> On 6 Jul 2020, at 19:49, Raúl Alexis Betancor Santana < >>> rbetancor at gmail.com> wrote: >>> >>> Yes, exactly that ... XDD >>> >>> I told the customer to read the display on the phone, but that seems to >>> be "too complicated" for their secretary ... XDD >>> >>> On Mon, Jul 6, 2020 at 3:00 PM Karsten Horsmann >>> wrote: >>> >>>> Hi, >>>> >>>> Ah whispering announcement to the target audience like "psst, vip >>>> customer calling after the beep". >>>> >>>> Cheers >>>> Karsten >>>> >>>> Raúl Alexis Betancor Santana schrieb am So., 5. >>>> Juli 2020, 14:28: >>>> >>>>> Not valid David, I want to play the announcement to THE DESTINATION, >>>>> not to the caller, so the callee need to ring, pickup the call, ear the >>>>> announcement and then bridge to the caller. >>>>> >>>>> On Sun, Jul 5, 2020 at 12:00 PM David Villasmil < >>>>> david.villasmil.work at gmail.com> wrote: >>>>> >>>>>> Answer >>>>>> Playback >>>>>> Bridge >>>>>> >>>>>> >>>>>> Maybe I’m didn’t understand >>>>>> >>>>>> On Sun, 5 Jul 2020 at 09:24, Raúl Alexis Betancor Santana < >>>>>> rbetancor at gmail.com> wrote: >>>>>> >>>>>>> Is there any sample dialplan to play an announcement to the >>>>>>> destination of a call before bridge the call to the caller ? >>>>>>> >>>>>>> I've been looking at the fifo app, but that required the callee to >>>>>>> call a number a be "waiting" ... what I am looking for is to play a record >>>>>>> to the callee, then a pause and then bridge the incoming caller. >>>>>>> >>>>>>> Best regards >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >>> >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jolexpert at gmail.com Thu Jul 9 12:27:51 2020 From: jolexpert at gmail.com (Kakiman Expert) Date: Thu, 9 Jul 2020 14:27:51 +0200 Subject: [Freeswitch-users] freeswitch databases Message-ID: Hello, i'm using Freeswitch 1.10 and need some elements to understand DB. I have configured FS to use postgresql DB for "freeswitch database". In this DB I only see live events (calls, sessions, registrations...) and not past events. But with "fs_cli sofia status profile" command, I can see past events like calls-in, calls-out etc... So, where are these informations stored ? Is there other DB than "freeswitch" DB ? thanks regards Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbenedictlow at gmail.com Fri Jul 10 03:23:57 2020 From: jbenedictlow at gmail.com (Jason Benedict Low) Date: Fri, 10 Jul 2020 11:23:57 +0800 Subject: [Freeswitch-users] att_xfer and extension with follow-me Message-ID: Dear list, excuse me if the questions are already answered. I tried searching the list and google but i have no actual answer. I hope for your kind help here. Here my setup in freeswitch testing: 1. set up extension 2000 + follow-me (to external mobile nos 12345678) 2. set up extension 2001 + follow-me (to external mobile nos 87654321) 3. set up dialplan bind_meta_app - data = "4 b s execute_extension::att_xfer XML ${domain_name}" 4. set up dialplan att_xfer data = "user/${digits}@${context}" 5. set up DDI number 6512 3456 incoming dialplan transfer to extension 2000 data = "2000 XML ${somain_name}" what is working: 1. When the caller makes a call to DDI number 6512 3456, incoming call to DDI number 6512 3456 able to route to extension 2000 and ringing, also follow-me to external mobile nos 12345678 is ringing. 2. Both the extension and external mobile can answer calls. what not working: 1. When in-call, they tried to do an attended transfer by press *42001# - where 2001 is the extension 2001. 2. only extension 2001 is ringing but the follow-me seem to be not able to execute to ring to external mobile nos 87654321. any advice or suggestions how i can go about ? Thanks in advance. Have a great weekend to come! Best Regards, Jason *** Reclaim Your Freedom, use Free & Open Source Software - Be Open Standard Compliance. *** -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbenedictlow at gmail.com Sat Jul 11 05:51:34 2020 From: jbenedictlow at gmail.com (Jason Benedict Low) Date: Sat, 11 Jul 2020 13:51:34 +0800 Subject: [Freeswitch-users] Attended Transfer not routing to follow me Message-ID: Dear list, excuse me if the questions are already answered. I tried searching the list and google but i have no actual answer. I hope for your kind help here. Here my setup in freeswitch testing: 1. set up extension 2000 + follow-me (to external mobile nos 12345678) 2. set up extension 2001 + follow-me (to external mobile nos 87654321) 3. set up dialplan bind_meta_app - data = "4 b s execute_extension::att_xfer XML ${domain_name}" 4. set up dialplan att_xfer data = "user/${digits}@${context}" 5. set up DDI number 6512 3456 incoming dialplan transfer to extension 2000 data = "2000 XML ${somain_name}" what is working: 1. When the caller makes a call to DDI number 6512 3456, incoming call to DDI number 6512 3456 able to route to extension 2000 and ringing, also follow-me to external mobile nos 12345678 is ringing. 2. Both the extension and external mobile can answer calls. what not working: 1. When in-call, they tried to do an attended transfer by press *42001# - where 2001 is the extension 2001. 2. only extension 2001 is ringing but the follow-me seem to be not able to execute to ring to external mobile nos 87654321. any advice or suggestions how i can go about ? Thanks in advance. Have a great weekend to come! Best Regards, Jason *** Reclaim Your Freedom, use Free & Open Source Software - Be Open Standard Compliance. *** -------------- next part -------------- An HTML attachment was scrubbed... URL: From khorsmann at gmail.com Sun Jul 12 18:43:50 2020 From: khorsmann at gmail.com (Karsten Horsmann) Date: Sun, 12 Jul 2020 20:43:50 +0200 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Message-ID: Hi, fs_cli -x "status" should show the actual set value and the peak of max current session. And don't forget if you bridge a and b leg it used two sessions. Kind regards Karsten Joel Serrano schrieb am Sa., 11. Juli 2020, 20:09: > Have you checked the max-sessions (switch.conf.xml) and the ulimits etc > (OS level)? > > > On Sat, Jul 11, 2020 at 03:45 Sergey Safarov wrote: > >> Need looks FreeSwitch logs. >> >> On Sat, Jul 11, 2020 at 12:53 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> I get to 2000 channels fine. My question is why can’t I higher without >>> calls failing? FS never uses more than 40% CPU and 20 gb RAM. >>> Config is basically vanilla, I unloaded most unnecessary modules, too. >>> >>> On Sat, 11 Jul 2020 at 04:59, Sergey Safarov >>> wrote: >>> >>>> > Just for info. Can you try on windows? >>>> >>>> That does not matter. >>>> On Linux, I get results with 50 calls per second, every call continues >>>> for 24 seconds, 1000 concurrent calls, and 10 000 total calls with only 3 >>>> failed calls. Tested kazoo cluster, more complex cluster then standalone >>>> freeswitch. >>>> So must work on Linux >>>> >>>> >>>> On Sat, Jul 11, 2020 at 6:09 AM Sergey Safarov >>>> wrote: >>>> >>>>> SIPP can record failed call ID >>>>> Using this call-id you search for FreeSwitch logs. >>>>> Also, you can record all network traffic using dumpcap or tcpdump >>>>> utility to disk. Later you can open these pcap files using sngrep utility >>>>> and check waht is wrong with failed calls. >>>>> >>>>> >>>>> On Sat, Jul 11, 2020 at 5:07 AM Alex Sibyakin >>>>> wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> What is your OS? What is your Sofia configuration? >>>>>> >>>>>> What the vmstat -w -S M 1 10 says? >>>>>> >>>>>> Can you try without Docker? >>>>>> >>>>>> Regards, >>>>>> Alex >>>>>> >>>>>> >>>>>> On Fri, 2020-07-10 at 19:53 +0100, David Villasmil wrote: >>>>>> >>>>>> Hello all, >>>>>> >>>>>> Let's assume i have a 28 CPU (56 cores) with 64gb RAM. >>>>>> I'm load-testing that box with something like this: >>>>>> >>>>>> SIPp->--\ /----> FS1 >>>>>> ---->FS >>>>>> SIPp->--/ \----> FS2 >>>>>> >>>>>> SIPp is simply sending calls with rtp to FS. >>>>>> FS just forward the calls to FS1 and FS2 based on some very simple >>>>>> decision. >>>>>> FS1 and FS2 simply answer and execute echo. >>>>>> At ~2000 channels FS fails to reply to some SIP messages, basically >>>>>> calls are timing out, answer ratio goes down. >>>>>> BUT CPU never goes over 45% on the FS and memory is ample. I don't >>>>>> see packe drops on the interface. >>>>>> FS is running in a docker. >>>>>> >>>>>> I'm wondering whether FS would use all of the available CPU or am I >>>>>> hitting some other limit somewhere. >>>>>> >>>>>> Any insight is welcomed! >>>>>> >>>>>> >>>>>> Regards, >>>>>> >>>>>> David Villasmil >>>>>> email: david.villasmil.work at gmail.com >>>>>> phone: +34669448337 >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> >>>>>> https://signalwire.com >>>>>> >>>>>> >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>>>> >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> >>>>>> Join our online community to chat in real time >>>>>> >>>>>> https://signalwire.community >>>>>> >>>>>> >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> >>>>>> sales at freeswitch.com >>>>>> >>>>>> >>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> >>>>>> https://freeswitch.com/oss >>>>>> >>>>>> >>>>>> https://freeswitch.org/confluence >>>>>> >>>>>> >>>>>> https://cluecon.com >>>>>> >>>>>> >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> >>>>>> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> >>>>>> >>>>>> UNSUBSCRIBE: >>>>>> >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> >>>>>> >>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.paterson at technologywithin.com Mon Jul 13 16:29:25 2020 From: martin.paterson at technologywithin.com (Martin Paterson) Date: Mon, 13 Jul 2020 16:29:25 +0000 Subject: [Freeswitch-users] Should I use loopback for a hunt group, or is there a better way? Message-ID: I'm about to use loopback, but given the warnings against its use in the docs I wondered if there was another way to achieve the behaviour I want. I'm making a hunt group: several phones called at the same time - that's straightforward: create an extension in the dialplan which matches on the hunt group's number, put inside a bridge command, the dialstring contains the user agents to dial: "{ignore_early_media=true}user/833 at mydomain,user/835 at mydomain" But what if the hunt group wants to have another hunt group as a destination? I can do it with loopback within the bridge: "{ignore_early_media=true}user/833 at mydomain,user/835 at mydomain:_: {ignore_early_media=true}loopback/202/mydomain" But does anyone know of a better way? Another way of describing this would be: can one do a combination of bridge and transfer in one go? Can I bridge/transfer to multiple destinations at once, some of which are user agents or external destinations (user/833, or sofia/gateway/my-gw/0123456789) and some of which are extensions in the dialplan? Many thanks, Martin. Martin Paterson Development Team Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane, Southampton, Hampshire, SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image824781.png Type: image/png Size: 2305 bytes Desc: image824781.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image037653.png Type: image/png Size: 32472 bytes Desc: image037653.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image767698.png Type: image/png Size: 402 bytes Desc: image767698.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image992037.png Type: image/png Size: 589 bytes Desc: image992037.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image681421.png Type: image/png Size: 725 bytes Desc: image681421.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image092227.png Type: image/png Size: 932 bytes Desc: image092227.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image371455.png Type: image/png Size: 85623 bytes Desc: image371455.png URL: From billfredq at gmail.com Tue Jul 14 03:13:06 2020 From: billfredq at gmail.com (billfredq) Date: Tue, 14 Jul 2020 11:13:06 +0800 Subject: [Freeswitch-users] How can enable thread id in freeswitch log ? Message-ID: <81BE0106-D9D9-47F2-9B75-8E042E0AC95D@gmail.com> An HTML attachment was scrubbed... URL: From atuxnull at gmail.com Tue Jul 14 10:25:33 2020 From: atuxnull at gmail.com (John Tuxies) Date: Tue, 14 Jul 2020 13:25:33 +0300 Subject: [Freeswitch-users] Debian 10 install fails to start Message-ID: After following the installation guide of https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster the installation finished successfully without any problems. Although when i type fs_cli -rRS i am getting a connection error. I have tried to stop/start the service and i have the following: *root at fsopen216: ~ $ service freeswitch stoproot at fsopen216: ~ $ service freeswitch startroot at fsopen216: ~ $ service freeswitch status● freeswitch.service - freeswitch Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2020-07-14 13:23:58 EEST; 6s ago Process: 813 ExecStart=/usr/bin/freeswitch -u ${USER} -g ${GROUP} -ncwait ${DAEMON_OPTS} (code=exited, status=0/S Process: 810 ExecStartPre=/bin/chown -R ${USER}:${GROUP} /var/lib/freeswitch /var/log/freeswitch /etc/freeswitch Main PID: 814 (freeswitch) Tasks: 34 (limit: 4915) CGroup: /system.slice/freeswitch.service └─814 /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatJul 14 13:23:56 fsopen216 systemd[1]: freeswitch.service: Service hold-off time over, scheduling restart.Jul 14 13:23:56 fsopen216 systemd[1]: Stopped freeswitch.Jul 14 13:23:56 fsopen216 systemd[1]: Starting freeswitch...Jul 14 13:23:56 fsopen216 freeswitch[813]: 814 Backgrounding.Jul 14 13:23:58 fsopen216 freeswitch[813]: FreeSWITCH[813] Waiting for background process pid:814 to be ready.....Jul 14 13:23:58 fsopen216 freeswitch[813]: FreeSWITCH[813] System Ready pid:814Jul 14 13:23:58 fsopen216 systemd[1]: Started freeswitch.lines 1-17/17 (END)root at fsopen216: ~ $ fs_cli -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting []^CInterrupted.root at fsopen216: ~ $* Any ideas please? -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at lrose.de Tue Jul 14 14:31:24 2020 From: lists at lrose.de (LuKaRo) Date: Tue, 14 Jul 2020 16:31:24 +0200 Subject: [Freeswitch-users] Registering with external SIP provider Message-ID: Hi everyone, I'm unable to register freeswitch with an external SIP provider. I gave the pages on sofia on the wiki already a good read, but I can't get it to work. One special thing is that my machine has multiple network interfaces and needs to use a specific one to connect to the external SIP provider. Therefore, I copied "external.xml" in "/opt/freeswitch/conf/sip_profiles" to "my-sip.xml" and changed the values for "rtp-ip", "sip-ip", "ext-rtp-ip" and "ext-sip-ip" to the IP address of the interface freeswitch should use, and added the "my-sip" directory to the "                     "sofia status" on the fs_cli lists the profile as "REGED":             my-sip    profile                 sip:mod_sofia@:5060    RUNNING (0)      my-sip::my-sip    gateway                   sip:49xxxxxxxxxx@    REGED ss -an|grep also lists two established TCP-connections: tcp    ESTAB      0      0      :46878              :5060               tcp    ESTAB      0      0      :5060               :25976 However, "sofia status profile my-sip reg" shows 0 registrations: Registrations: ================================================================================================= Total items returned: 0 ================================================================================================= And when issuing a call from outside to the extension registered at the SIP provider, I just get a busy signal on the phone. Logs of the external SIP provider report "recipient unavailable". Any ideas what could be wrong or how to further diagnose this issue? How can I check if the call reaches freeswitch? Thanks a lot in advance, LuKaRo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From echristensen at sorenson.com Tue Jul 14 19:12:46 2020 From: echristensen at sorenson.com (Eugene Christensen) Date: Tue, 14 Jul 2020 19:12:46 +0000 Subject: [Freeswitch-users] Optional Approach for SRTP (rfc 8643) Message-ID: Hello, I am attempting to get optional SRTP to work based on rfc 8643. I have found that I can configure FreeSWITCH to allow for crypto in RTP/AVP, but I don't seem to get it to work fully. I've used the configuration elements rtp_allow_crypto_in_avp and NDLB-allow-crypto-in-avp. Both give me the same results but neither fully works. I found in the archives another person who experienced this same issue. It was in October of 2018 and is titled 'Accepting an "optional" SRTP offer (crypto in RTP/AVP) and establishing SRTP'. In that case, he was using version 1.6.20. From the responses, it seemed like in 1.8.2 it was possibly supposed to be working. I'm using 1.8.5 and I have tried it in 1.10.3 as well but they both seem to behave the same. A recap of what is in the SDP offer and the SDP answer are as follows: The endpoint is signaling optional SRTP according to rfc 8643 by sending a crypto token or a fingerprint in the SDP for a media descriptor that is signaled as RTP/AVP. m=audio 58702 RTP/AVP 0 8 101 c=IN IP4 65.37.249.200 b=AS:64 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=ptime:30 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:8u1pUNOnFJUWKAa25GEtyFnHebV6AHrdpDgZ47nYBU6AtxlWiECv+RZPOSjW5g== a=crypto:2 AES_CM_128_HMAC_SHA1_80 inline:q3iDyAquDcVye5MVFF4NR2Krli3PdmSwxMKGFK8D a=setup:active a=fingerprint:sha-1 5F:29:44:20:8A:CB:81:1C:DC:9B:B0:C6:4D:EB:01:C1:6B:B8:CE:8E I can see in the console log that the initially prepared SDP answer contains an m-line with RTP/SAVP and it also contains the selected crypto attribute for the response. m=audio 25190 RTP/SAVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:30 a=sendrecv a=crypto:2 AES_CM_128_HMAC_SHA1_80 inline:JfypK+0Vu1y6WXx0B/hhARVcvzYmO0Tt3xRJGx3o Yet before it is sent, it is changed to have the media channels disabled. m=audio 0 RTP/AVP 19 What else do I need to do to get this to work with optional encryption coming in the SDP-Offer? Thanks. Eugene Christensen CONFIDENTIALITY NOTICE. This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential and proprietary information. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify me by reply e-mail at echristensen at sorenson.com or by telephone at +1 (801) 287-9419, and destroy the original transmission and its attachments without reading them or saving them to disk. -------------- next part -------------- An HTML attachment was scrubbed... URL: From grant.bagdasarian at cm.com Wed Jul 15 08:40:02 2020 From: grant.bagdasarian at cm.com (Grant Bagdasarian) Date: Wed, 15 Jul 2020 08:40:02 +0000 Subject: SIP Via Header on 100 Trying Message-ID: <035c3b06f54b4a6b996b2c34bfb2bf17@cm.com> Hi, I came across a known issue, and am wondering about the progress of https://github.com/signalwire/freeswitch/issues/319. One of our carriers is requiring the 2nd Via header to be sent back when Freeswitch triggers the 100 Trying. I tried to disable auto-invite-100 and use the acknowledge_call application in the dialplan, but without success. Is there a known workaround? Regards, Grant -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at lrose.de Wed Jul 15 09:40:05 2020 From: lists at lrose.de (LuKaRo) Date: Wed, 15 Jul 2020 11:40:05 +0200 Subject: [Freeswitch-users] Registering with external SIP provider Message-ID: <588afe0a-0f2a-876e-36fe-92974ca8ae71@lrose.de> Hi everyone, I'm unable to register freeswitch with an external SIP provider. I gave the pages on sofia on the wiki already a good read, but I can't get it to work. One special thing is that my machine has multiple network interfaces and needs to use a specific one to connect to the external SIP provider. Therefore, I copied "external.xml" in "/opt/freeswitch/conf/sip_profiles" to "my-sip.xml" and changed the values for "rtp-ip", "sip-ip", "ext-rtp-ip" and "ext-sip-ip" to the IP address of the interface freeswitch should use, and added the "my-sip" directory to the "                   "sofia status" on the fs_cli lists the profile as "REGED":             my-sip    profile sip:mod_sofia@:5060    RUNNING (0)      my-sip::my-sip    gateway sip:49xxxxxxxxxx@    REGED ss -an|grep also lists two established TCP-connections: tcp    ESTAB      0      0      :46878              :5060 tcp    ESTAB      0      0      :5060               :25976 However, "sofia status profile my-sip reg" shows 0 registrations: Registrations: ================================================================================================= Total items returned: 0 ================================================================================================= And when issuing a call from outside to the extension registered at the SIP provider, I just get a busy signal on the phone. Logs of the external SIP provider report "recipient unavailable". Any ideas what could be wrong or how to further diagnose this issue? How can I check if the call reaches freeswitch? Thanks a lot in advance, LuKaRo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 834 bytes Desc: not available URL: From lists at lrose.de Wed Jul 15 09:49:59 2020 From: lists at lrose.de (LuKaRo) Date: Wed, 15 Jul 2020 11:49:59 +0200 Subject: [Freeswitch-users] Registering with external SIP provider Message-ID: <54dc3078-962f-8100-0eb5-29df713743cd@lrose.de> Hi everyone, I'm unable to register freeswitch with an external SIP provider. I gave the pages on sofia on the wiki already a good read, but I can't get it to work. One special thing is that my machine has multiple network interfaces and needs to use a specific one to connect to the external SIP provider. Therefore, I copied "external.xml" in "/opt/freeswitch/conf/sip_profiles" to "my-sip.xml" and changed the values for "rtp-ip", "sip-ip", "ext-rtp-ip" and "ext-sip-ip" to the IP address of the interface freeswitch should use, and added the "my-sip" directory to the "                   "sofia status" on the fs_cli lists the profile as "REGED":             my-sip    profile sip:mod_sofia@:5060    RUNNING (0)      my-sip::my-sip    gateway sip:49xxxxxxxxxx@    REGED ss -an|grep also lists two established TCP-connections: tcp    ESTAB      0      0      :46878              :5060 tcp    ESTAB      0      0      :5060               :25976 However, "sofia status profile my-sip reg" shows 0 registrations: Registrations: ================================================================================================= Total items returned: 0 ================================================================================================= And when issuing a call from outside to the extension registered at the SIP provider, I just get a busy signal on the phone. Logs of the external SIP provider report "recipient unavailable". Any ideas what could be wrong or how to further diagnose this issue? How can I check if the call reaches freeswitch? Thanks a lot in advance, LuKaRo From wklaaks at gmail.com Thu Jul 16 09:11:55 2020 From: wklaaks at gmail.com (Keith Laaks) Date: Thu, 16 Jul 2020 11:11:55 +0200 Subject: [Freeswitch-users] Freeswitch bypassing gateway In-Reply-To: References: Message-ID: <05E94E46-B642-4C8C-91FB-028CDCD60D8E@gmail.com> Hi Shahnawaj, Not sure what you are trying to do, but this may work for you: Best Regards Keith > On 13 Jul 2020, at 15:44, Shahnawaj Khan wrote: > > Hello All, > > I am trying to configure my Freeswitch to initiate the call leg > through gateway only. If I use > > It is working fine and forwarding the call to "LocalTelco" for 1000. > > but whenever i add domain with user part such as > > it is bypassing the "LocalTelco" and forwarding call directly to > "mydomain.com". Please let me know if it is possible to forward calls > through gateway even if the domain is present. > > Any insight is welcomed! > > > Thanks & Regards, > Shahnawaj Khan > > _________________________________________________________________________ > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.paterson at technologywithin.com Thu Jul 16 09:17:34 2020 From: martin.paterson at technologywithin.com (Martin Paterson) Date: Thu, 16 Jul 2020 09:17:34 +0000 Subject: [Freeswitch-users] Should I use loopback for a hunt group, or is there a better way? Message-ID: Hello all, I'm about to use loopback, but given the warnings against its use in the docs I wondered if there was another way to achieve the behaviour I would like. I'm making a hunt group: several phones called at the same time - that's straightforward: create an extension in the dialplan which matches on the hunt group's number, put inside it a bridge command, the dialstring contains the user agents to dial: "{ignore_early_media=true}user/833 at mydomain,user/835 at mydomain" But what if the hunt group wants to have another hunt group as a destination? I can do it with loopback within the bridge: "{ignore_early_media=true}user/833 at mydomain,user/835 at mydomain:_: {ignore_early_media=true}loopback/202/mydomain" But does anyone know of a better way? Another way of describing this would be: can one do a combination of bridge and transfer in one go? Can I bridge/transfer to multiple destinations at once, some of which are user agents or external destinations (user/833, or sofia/gateway/my-gw/0123456789) and some of which are extensions in the dialplan? Many thanks, Martin. Martin Paterson Development Team Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane, Southampton, Hampshire, SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image321537.png Type: image/png Size: 2305 bytes Desc: image321537.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image436657.png Type: image/png Size: 32472 bytes Desc: image436657.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image578894.png Type: image/png Size: 402 bytes Desc: image578894.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image476450.png Type: image/png Size: 589 bytes Desc: image476450.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image029823.png Type: image/png Size: 725 bytes Desc: image029823.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image673477.png Type: image/png Size: 932 bytes Desc: image673477.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image137750.png Type: image/png Size: 85623 bytes Desc: image137750.png URL: From wklaaks at gmail.com Thu Jul 16 09:25:44 2020 From: wklaaks at gmail.com (Keith Laaks) Date: Thu, 16 Jul 2020 11:25:44 +0200 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: Message-ID: <5EFDAF04-831E-4777-99DA-79DEF7170334@gmail.com> Hi David, You don’t perhaps have the “max-sessions” in your switch.conf.xml left at the default 1000? Best Regards Keith > On 10 Jul 2020, at 20:53, David Villasmil wrote: > > Hello all, > > Let's assume i have a 28 CPU (56 cores) with 64gb RAM. > I'm load-testing that box with something like this: > > SIPp->--\ /----> FS1 > ---->FS > SIPp->--/ \----> FS2 > > SIPp is simply sending calls with rtp to FS. > FS just forward the calls to FS1 and FS2 based on some very simple decision. > FS1 and FS2 simply answer and execute echo. > At ~2000 channels FS fails to reply to some SIP messages, basically calls are timing out, answer ratio goes down. > BUT CPU never goes over 45% on the FS and memory is ample. I don't see packe drops on the interface. > FS is running in a docker. > > I'm wondering whether FS would use all of the available CPU or am I hitting some other limit somewhere. > > Any insight is welcomed! > > > 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 martin at pattersong.co.uk Thu Jul 16 15:09:24 2020 From: martin at pattersong.co.uk (Martin Paterson) Date: Thu, 16 Jul 2020 16:09:24 +0100 Subject: [Freeswitch-users] Should I use loopback for a hunt group, or is there a better way? Message-ID: Hello all, I'm about to use loopback, but given the warnings against its use in the docs I wondered if there was another way to achieve the behaviour I would like. I'm making a hunt group: several phones called at the same time - that's straightforward: create an extension in the dialplan which matches on the hunt group's number, put inside it a bridge command, the dialstring contains the user agents to dial: "{ignore_early_media=true}user/833 at mydomain,user/835 at mydomain" But what if the hunt group wants to have another hunt group as a destination? I can do it with loopback within the bridge: "{ignore_early_media=true}user/833 at mydomain,user/835 at mydomain:_: {ignore_early_media=true}loopback/202/mydomain" But does anyone know of a better way? Another way of describing this would be: can one do a combination of bridge and transfer in one go? Can I bridge/transfer to multiple destinations at once, some of which are user agents or external destinations (user/833, or sofia/gateway/my-gw/0123456789) and some of which are extensions in the dialplan? Many thanks, Martin. From flavio at donadio.com.br Thu Jul 16 18:28:31 2020 From: flavio at donadio.com.br (Flavio Donadio) Date: Thu, 16 Jul 2020 15:28:31 -0300 Subject: [Freeswitch-users] Editing the FreeSWITCH Wiki Message-ID: Hello, After working for two weeks (lots of reading and trial/error!) on the configuration of a home PBX with FreeSWITCH and an AudioCodes MP-114 FXS/FXO gateway, I have to admit I got everything I wanted working. I also took the time to document the process for future reference. The existing Wiki page on the AudioCodes MP-114/118 (https://freeswitch.org/confluence/pages/viewpage.action?pageId=9634420) helped, but it’s really poor. If configured that way, calls to the PSTN will drop in 3 minutes, users won’t hear tones when calling and some other problems will occur. So, I would like to edit the Wiki and add a proper article with all the information needed to have a good, really working setup. How can I do that? Regards, Flavio From martin at pattersong.co.uk Fri Jul 17 15:50:04 2020 From: martin at pattersong.co.uk (Martin Paterson) Date: Fri, 17 Jul 2020 16:50:04 +0100 Subject: [Freeswitch-users] Should I use loopback to make a hunt group, or is there a better way? Message-ID: Hello all, I'm about to use loopback, but given the warnings against its use in the docs I wondered if there was another way to achieve the behaviour I would like. I'm making a hunt group: several phones called at the same time - that's straightforward: create an extension in the dialplan which matches on the hunt group's number, put inside it a bridge command, the dialstring contains the user agents to dial: "{ignore_early_media=true}user/833 at mydomain,user/835 at mydomain" But what if the hunt group wants to have another hunt group as a destination? I can do it with loopback within the bridge: "{ignore_early_media=true}user/833 at mydomain,user/835 at mydomain:_: {ignore_early_media=true}loopback/202/mydomain" But does anyone know of a better way? Another way of describing this would be: can one do a combination of bridge and transfer in one go? Can I bridge/transfer to multiple destinations at once, some of which are user agents or external destinations (user/833, or sofia/gateway/my-gw/0123456789) and some of which are extensions in the dialplan? Many thanks, Martin. From martin at pattersong.co.uk Fri Jul 17 16:15:56 2020 From: martin at pattersong.co.uk (Martin Paterson) Date: Fri, 17 Jul 2020 17:15:56 +0100 Subject: [Freeswitch-users] Is this an appropriate use of loopback or is there a better way? Message-ID: Hello all, I'm about to use loopback, but given the warnings against its use in teh docs I wondered if there was another way to achieve the behaviour I would like. I'm making a hunt group: several phones called at the same time - thats straightforward: create an extension in the dialplan which matches on the hunt group's number, put a bridge command inside, the dialstring contains the user agents to dial: {ignore_early_media=true}user/833 at mydomain,user/835 at mydomain But what if the hunt group wants to have another hunt group as a destination? I can do it with loopback within the bridge: {ignore_early_media=true}user/833 at mydomain,user/835 at mydomain:_:{ignore_early_media}loopback/202/mydomain But does anyone know of a better way? In other words can one do a combination of bridge and transfer in one go? Can I bridge/transfer to multiple destinations at once, some of which are user agents or external destinations (user/833 or sofia/gateway/my-gw/0123456789) and some of which are extensions in the dialplan? Many thanks, Martin. From martin.paterson at technologywithin.com Fri Jul 17 16:30:26 2020 From: martin.paterson at technologywithin.com (Martin Paterson) Date: Fri, 17 Jul 2020 16:30:26 +0000 Subject: [Freeswitch-users] Is this an appropriate use of loopback or is there a better way? In-Reply-To: References: Message-ID: Hello all, I'm about to use loopback, but given the warnings against its use in teh docs I wondered if there was another way to achieve the behaviour I would like. I'm making a hunt group: several phones called at the same time - thats straightforward: create an extension in the dialplan which matches on the hunt group's number, put a bridge command inside, the dialstring contains the user agents to dial: {ignore_early_media=true}user/833 at mydomain,user/835 at mydomain But what if the hunt group wants to have another hunt group as a destination? I can do it with loopback within the bridge: {ignore_early_media=true}user/833 at mydomain,user/835 at mydomain:_:{ignore_early_media}loopback/202/mydomain But does anyone know of a better way? In other words can one do a combination of bridge and transfer in one go? Can I bridge/transfer to multiple destinations at once, some of which are user agents or external destinations (user/833 or sofia/gateway/my-gw/0123456789) and some of which are extensions in the dialplan? Many thanks, Martin. This message has been scanned by technologywithin Mail Control. Martin Paterson Development Team Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane, Southampton, Hampshire, SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image121957.png Type: image/png Size: 2305 bytes Desc: image121957.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image549389.png Type: image/png Size: 32472 bytes Desc: image549389.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image442514.png Type: image/png Size: 402 bytes Desc: image442514.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image467455.png Type: image/png Size: 589 bytes Desc: image467455.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image332983.png Type: image/png Size: 725 bytes Desc: image332983.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image388331.png Type: image/png Size: 932 bytes Desc: image388331.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image525600.png Type: image/png Size: 85623 bytes Desc: image525600.png URL: From martin at pattersong.co.uk Sun Jul 19 15:09:24 2020 From: martin at pattersong.co.uk (Martin Paterson) Date: Sun, 19 Jul 2020 16:09:24 +0100 Subject: [Freeswitch-users] Using loopback? Message-ID: Hello all, I'm about to use loopback, but given the warnings against its use in teh docs I wondered if there was another way to achieve the behaviour I would like. I'm making a hunt group: several phones called at the same time - thats straightforward: create an extension in the dialplan which matches on the hunt group's number, put a bridge command inside, the dialstring contains the user agents to dial: {ignore_early_media=true}user/833 at mydomain,user/835 at mydomain But what if the hunt group wants to have another hunt group as a destination? I can do it with loopback within the bridge: {ignore_early_media=true}user/833 at mydomain,user/835 at mydomain:_:{ignore_early_media}loopback/202/mydomain But does anyone know of a better way? In other words can one do a combination of bridge and transfer in one go? Can I bridge/transfer to multiple destinations at once, some of which are user agents or external destinations (user/833 or sofia/gateway/my-gw/0123456789) and some of which are extensions in the dialplan? Many thanks, Martin. From jbenedictlow at gmail.com Mon Jul 20 04:39:08 2020 From: jbenedictlow at gmail.com (Jason Benedict Low) Date: Mon, 20 Jul 2020 12:39:08 +0800 Subject: [Freeswitch-users] Attended Transfer Not Honouring Call forward / Follow me setting. Message-ID: Dear list, i uses FusionPBX (4.5.14) Freeswitch (1.10.2) on Ubuntu 18.04-64bit. Currently I am facing an attended transfer not honouring call forward / follow me setting. Example: 1. Caller A inbound call to DDI 612345678 for ext 2000 where ext 200 has "follow me" set to mobile number 812345678 (callee). 2. Callee answered the call and entered *4 and ext 2002 to do an attended transfer to it. Ext 2002 deskphone rings, but the "follow me" setup to mobile number 912345678 is not being honoured. Hence the user not on desk was not able to get the call on mobile number 912345678. my xml is :- ========== ========== I hope to have some help from you here or advise on how I can resolve this "Attended Transfer Not Honouring Call forward / Follow me setting." All help is very much appreciated. Best Regards, Jason *** Reclaim Your Freedom, use Free & Open Source Software - Be Open Standard Compliance. *** -------------- next part -------------- An HTML attachment was scrubbed... URL: From enp at itx.ru Tue Jul 21 07:01:24 2020 From: enp at itx.ru (Eugene Prokopiev) Date: Tue, 21 Jul 2020 10:01:24 +0300 Subject: [Freeswitch-users] Big pause while call establishing in very basic WebRTC scenario Message-ID: Hi, I tried to create very basic WebRTC scenario and noticed big pause while call establishing My code is here - https://github.com/enp/webrtc-ansible/blob/master/files/opt/webrtc/sipjs.html FreeSWITCH configuration is here - https://github.com/enp/webrtc-ansible/blob/master/files/etc/freeswitch/freeswitch.xml Browser console output is here - https://gist.github.com/enp/74f1be38e570a97f32a70085c080f8ac FreeSWITCH console output is here - https://gist.github.com/enp/87a561cfe91f3e897054404aa91bd55d Browser and FreeSWITCH are in the same network, no NAT/proxy between them and so no STUN/TURN required, right? But I see 16 secs in HANDSHAKE state, why so long? -- WBR, Eugene Prokopiev From jolexpert at gmail.com Tue Jul 21 07:08:32 2020 From: jolexpert at gmail.com (Kakiman Expert) Date: Tue, 21 Jul 2020 09:08:32 +0200 Subject: [Freeswitch-users] database content Message-ID: Hello, i'm using Freeswitch 1.10 and need some elements to understand DB. I have configured FS to use postgresql DB for "freeswitch database". In this DB I only see live events (calls, sessions, registrations...) and not past events. But with "fs_cli sofia status profile" command, I can see past events like calls-in, calls-out etc... So, where are these informations stored ? Is there other DB than "freeswitch" DB ? thanks regards Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: From enp at itx.ru Tue Jul 21 07:13:54 2020 From: enp at itx.ru (Eugene Prokopiev) Date: Tue, 21 Jul 2020 10:13:54 +0300 Subject: [Freeswitch-users] Big pause while call establishing in very basic WebRTC scenario In-Reply-To: References: Message-ID: Btw, I see big pause in FF only. In Chome no pause, but sound quality is very bad. Any ideas why? вт, 21 июл. 2020 г. в 10:01, Eugene Prokopiev : > > Hi, > > I tried to create very basic WebRTC scenario and noticed big pause > while call establishing > > My code is here - > https://github.com/enp/webrtc-ansible/blob/master/files/opt/webrtc/sipjs.html > FreeSWITCH configuration is here - > https://github.com/enp/webrtc-ansible/blob/master/files/etc/freeswitch/freeswitch.xml > Browser console output is here - > https://gist.github.com/enp/74f1be38e570a97f32a70085c080f8ac > FreeSWITCH console output is here - > https://gist.github.com/enp/87a561cfe91f3e897054404aa91bd55d > > Browser and FreeSWITCH are in the same network, no NAT/proxy between > them and so no STUN/TURN required, right? But I see 16 secs in > HANDSHAKE state, why so long? > > > -- > WBR, > Eugene Prokopiev -- WBR, Eugene Prokopiev From marcb at voicemeup.com Wed Jul 22 20:13:58 2020 From: marcb at voicemeup.com (Marc Bernard) Date: Wed, 22 Jul 2020 16:13:58 -0400 Subject: [Freeswitch-users] Issue with SDP - Call hangs up right after SIP 200 OK Message-ID: <00c801d66064$a2068260$e6138720$@voicemeup.com> Hello People, I’ve been investigating an issue with SDP when sending a call to a Panasonic KX-TGP600 Phone, the call end as soon as the Panasonic send it’s SIP OK I could not see what is wrong with the SDP and why I get "INVITE: error parsing SDP answer in 200 OK" resulting in "988 Incomplete offer/answer" I also find it weird that there is no output for this error when Sofia debug is not enabled. It took me a while before I thought of trying to enable more debugging. There is also the "not found by name */1.1.217.127:1029" Part which I am not sure is related/relevant in this. -- Here is the console log portion that I thought was relevant: 2020-07-17 15:44:33.495660 [DEBUG] sofia.c:7325 Channel sofia/private/+15145557030 at 2.2.127.218 entering state [early][180] nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering 2020-07-17 15:44:33.495660 [NOTICE] switch_ivr_originate.c:556 Ring Ready sofia/private/+15145557030 at 2.2.127.218 ! tport.c:2759 tport_wakeup_pri() tport_wakeup_pri(0x7f0e440044a0): events IN tport.c:2882 tport_recv_event() tport_recv_event(0x7f0e440044a0) tport_type_udp.c:324 tport_recv_dgram() tport(0x7f0e440044a0): zero length packet tport.c:2759 tport_wakeup_pri() tport_wakeup_pri(0x7f0e440044a0): events IN tport.c:2882 tport_recv_event() tport_recv_event(0x7f0e440044a0) tport.c:3223 tport_recv_iovec() tport_recv_iovec(0x7f0e440044a0) msg 0x7f0e44011e30 from (udp/1.1.131.37:5060) has 845 bytes, veclen = 1 tport.c:3041 tport_deliver() tport_deliver(0x7f0e440044a0): msg 0x7f0e44011e30 (845 bytes) from udp/1.1.217.127:5060/sip next=(nil) nta.c:3304 agent_recv_response() nta: received 200 OK for INVITE (22953743) nta.c:3371 agent_recv_response() nta: 200 OK is going to a transaction tport.c:4240 tport_release() tport_release(0x7f0e440044a0): 0x7f0e4400bca0 by 0x7f0e44010c40 with 0x7f0e44011e30 nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh session after 55 seconds (in [55..65]) soa.c:1171 soa_set_remote_sdp() soa_set_remote_sdp(static::0x7f0e4401a9b0, (nil), 0x7f0e4401267a, 259) called nua_session.c:970 nua_session_client_response() nua(0x7f0e48048c30): INVITE: error parsing SDP answer in 200 OK (200) nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event r_invite 200 OK nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:2670 nta_tpn_by_url() nta: selecting scheme sip tport.c:3275 tport_tsend() tport_tsend(0x7f0e440044a0) tpn = */1.1.217.127:1029 tport.c:4064 tport_resolve() tport_resolve addrinfo = 1.1.217.127:1029 tport.c:4698 tport_by_addrinfo() tport_by_addrinfo(0x7f0e440044a0): not found by name */1.1.217.127:1029 nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering tport.c:3612 tport_vsend() tport_vsend(0x7f0e440044a0): 391 bytes of 391 to udp/1.1.217.127:1029 tport.c:3510 tport_send_msg() tport_vsend returned 391 nta.c:8315 outgoing_send() nta: sent ACK (22953743) to */1.1.217.127:1029 nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event i_media_error 988 Incomplete offer/answer nua_params.c:482 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:1784 soa_terminate() soa_terminate(static::0x7f0e4401a9b0) called nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:1302 soa_init_offer_answer() soa_init_offer_answer(static::0x7f0e4401a9b0) called nta.c:2670 nta_tpn_by_url() nta: selecting scheme sip tport.c:3275 tport_tsend() tport_tsend(0x7f0e440044a0) tpn = */1.1.217.127:1029 tport.c:4064 tport_resolve() tport_resolve addrinfo = 1.1.217.127:1029 tport.c:4698 tport_by_addrinfo() tport_by_addrinfo(0x7f0e440044a0): not found by name */1.1.217.127:1029 tport.c:3612 tport_vsend() tport_vsend(0x7f0e440044a0): 616 bytes of 616 to udp/1.1.217.127:1029 tport.c:3510 tport_send_msg() tport_vsend returned 616 nta.c:8315 outgoing_send() nta: sent BYE (22953744) to */1.1.217.127:1029 tport.c:4178 tport_pend() tport_pend(0x7f0e440044a0): pending 0x7f0e4400d880 for udp/1.1.131.37:5060 (already 0) nta.c:1348 set_timeout() nta: timer shortened to 1000 ms nua_session.c:4140 signal_call_state_change() nua(0x7f0e48048c30): call state changed: proceeding -> terminating, received answer soa.c:1098 soa_get_remote_sdp() soa_get_remote_sdp(static::0x7f0e4401a9b0, [0x7f0e705a0778], [0x7f0e705a0780], [(nil)]) called soa.c:616 soa_get_params() soa_get_params(static::0x7f0e4401a9b0, ...) called nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event i_state 200 OK nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering 2020-07-17 15:44:35.795689 [DEBUG] sofia.c:7325 Channel sofia/public/golfvalneigette3 entering state [terminating][200] -- And here is the SIP OK from the Panasonic: &iTEq at 8GæÙ¸ª%ÄÄ]äáSIP/2.0 200 OK Via: SIP/2.0/UDP 1.1.131.37;rport=5060;branch=z9hG4bKttaHKmXNgBtSQ;received=1.1.131.37 Call-ID: cbecb6ef-4300-1239-dfa0-000c29124868 From: "Debug Proxy" ;tag=rDQF79t14QmKr To: ;tag=1661639224 CSeq: 22952030 INVITE Allow: INVITE,ACK,CANCEL,BYE,PRACK,INFO,UPDATE,OPTIONS,MESSAGE,NOTIFY,REFER Supported: 100rel,precondition Contact: Require: replaces Content-Type: application/sdp Server: Panasonic-KX-TGP600/11.110 (4c364e38b998) Content-Length: 263 v=0 o=- 1595011648 1595011648 IN IP4 192.168.1.193 s=- c=IN IP4 192.168.1.193 t=0 0 m=audio 16176 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=ptime:20 m=video 0 RTP/AVP 34 0 16 178 64 0 16 178 0 0 -- I have a PCAP file for the whole call should it be needed. Any help resolving this issue would be greatly appreciated. Kindly, -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Thu Jul 23 01:13:43 2020 From: brian at freeswitch.com (Brian West) Date: Wed, 22 Jul 2020 20:13:43 -0500 Subject: [Freeswitch-users] build freeswitch debian package failed. In-Reply-To: References: Message-ID: Why aren't you installing our packages that are already built for Debian 10? On Wed, Jul 22, 2020 at 7:13 PM bob. chen wrote: > Freeswitch v1.10, debian10.4 , build failed, any sugestion are welcome ! > > > > cat /usr/src/freeswitch-debs/log/builds-ok.txt > > true > > cat /usr/src/freeswitch-debs/log/buster-amd64.txt |more > > Warning: apt-key output should not be parsed (stdout is not a terminal) > > > > ######################################################################## > > ## Creating base buster-amd64 image... > > ######################################################################## > > > > Using custom sources /tmp/fs.gpg buster /tmp/fs.sources.list > > > > ######################################################################## > > ## Using apt sources file: /tmp/fs.sources.list > > ######################################################################## > > > > I: Invoking pbuilder > > I: forking: pbuilder create --keyring /tmp/fs.gpg --othermirror 'deb > https://mirrors.ustc.edu.cn/debian/ buster main|deb > https://mirrors.ustc.edu.cn/ > > debian-security buster/updates main|deb > https://mirrors.ustc.edu.cn/debian/ buster main|deb > http://files.freeswitch.org/repo/deb/debian-unstable/ buster > > main' --buildplace /var/cache/pbuilder/base-buster-amd64.cow --mirror > http://files.freeswitch.org/repo/deb/debian-unstable/ --architecture > amd64 --distri > > bution buster --no-targz --extrapackages cowdancer > > W: /root/.pbuilderrc does not exist > > I: Running in no-targz mode > > I: Distribution is buster. > > I: Current time: Sat Jul 11 11:28:28 CST 2020 > > I: pbuilder-time-stamp: 1594438108 > > I: Building the build environment > > I: running debootstrap > > /usr/sbin/debootstrap > > I: Target architecture can be executed > > I: Retrieving InRelease > > I: Checking Release signature > > E: Release signed by unknown key (key id D76EDC7725E010CF) > > The specified keyring /usr/share/keyrings/debian-archive-keyring.gpg > may be incorrect or out of date. > > You can find the latest Debian release key at > https://ftp-master.debian.org/keys.html > > E: debootstrap failed > > E: Tail of debootstrap.log: > > amd64: ok > > 2020-07-11 11:28:30 URL: > http://files.freeswitch.org/repo/deb/debian-unstable/dists/buster/InRelease > [4589/4589] -> "/var/cache/pbuilder/base-buster-amd64. > > cow/var/lib/apt/lists/partial/files.freeswitch.org_repo_deb_debian-unstable_dists_buster_InRelease" > [1] > > gpgv: Signature made Sat Jun 13 00:32:40 2020 CST > > gpgv: using DSA key 20B06EE621AB150D40F6079FD76EDC7725E010CF > > gpgv: Can't check signature: No public key > > E: End of debootstrap.log > > W: Aborting with an error > > E: pbuilder create failed > > I: forking: rm -rf /var/cache/pbuilder/base-buster-amd64.cow > > Using custom sources /tmp/fs.gpg buster /tmp/fs.sources.list > > > > ######################################################################## > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 amit.k.chaudhuri at gmail.com Thu Jul 23 06:36:05 2020 From: amit.k.chaudhuri at gmail.com (Amit Chaudhuri) Date: Thu, 23 Jul 2020 07:36:05 +0100 Subject: [Freeswitch-users] Freeswitch database In-Reply-To: References: Message-ID: Joe, in simple terms, there is only one database. I think what you are seeing is summary statistics (i.e. simple counts) that are recorded in the profile and reported when you use the status profile command. Looking at the source (admittedly an older version) shows that the command gets it's data from the profile data structure rather than executing any database operation. Regards, Amit p.s. Freeswitch does (or certainly did - I might be out of date) use sqlite as well as the "one database". But it is/was using sqlite to provide hashing functions rather than as the main database - in your case PostgreSQL. On Thu, 23 Jul 2020 at 02:35, Kakiman Expert wrote: > > Hello, > > i'm using Freeswitch 1.10 and need some elements to understand DB. > > I have configured FS to use postgresql DB for "freeswitch database". > In this DB I only see live events (calls, sessions, registrations...) and not past events. > > But with "fs_cli sofia status profile" command, I can see past events like calls-in, calls-out etc... > > So, where are these informations stored ? Is there other DB than "freeswitch" DB ? > > thanks > regards > Joe > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From francesco at delagarda.com Thu Jul 23 06:57:56 2020 From: francesco at delagarda.com (Francesco Facco de Lagarda) Date: Thu, 23 Jul 2020 08:57:56 +0200 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: Message-ID: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Did you create Freeswitch service? cd /etc/systemd/system nano freeswitch.service ; This file in installations built from Master can be found in ; /usr/src/freeswitch.git/debian ; or ; /usr/src/freeswitch/debian [Unit] Description=freeswitch After=syslog.target network.target local-fs.target [Service] ; service Type=forking PIDFile=/usr/local/freeswitch/run/freeswitch.pid PermissionsStartOnly=true ; blank ExecStart= line flushes the list ExecStart= ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat -rp TimeoutSec=45s Restart=on-failure ; exec WorkingDirectory=/usr/local/freeswitch/bin User=root Group=daemon LimitCORE=infinity LimitNOFILE=100000 LimitNPROC=60000 ;LimitSTACK=240 LimitRTPRIO=infinity LimitRTTIME=7000000 IOSchedulingClass=realtime IOSchedulingPriority=2 CPUSchedulingPolicy=rr CPUSchedulingPriority=89 UMask=0007 [Install] WantedBy=multi-user.target Next, notify systemd to look for changes in its configuration: systemctl daemon-reload Now you are ready to start FreeSWITCH for the first time. Because FS is owned by user freeswitch it should create its databases and log files under that user (instead of root) so that those files will still be accessible to it under future runs. systemctl start freeswitch To stop FreeSWITCH: systemctl stop freeswitch To configure FreeSWITCH to start automatically at boot time: systemctl enable freeswitch To be able to launch fs_cli without having to go to bin directory, add directory to path: export PATH=$PATH:/usr/local/freeswitch/bin/ Francesco Facco de Lagarda > On 23 Jul 2020, at 03:43, John Tuxies wrote: > >  > Trying to install Freeswitch in Debian 9 and 10. Both systems failed to start: > Running hooks in > /etc/ca-certificates/update.d... > > done. > done. > root at debian: ~ $ fs_cli -rRS > [ERROR] fs_cli.c:1691 main() Error Connecting [] > [INFO] fs_cli.c:1697 main() Retrying > [ERROR] fs_cli.c:1691 main() Error Connecting [] > ^CInterrupted. > root at debian: ~ $ > > I have tried to install from https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster to install using debian packages. > > Any suggestions, please? > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tpe at herobase.com Thu Jul 23 07:24:11 2020 From: tpe at herobase.com (Tor Petterson) Date: Thu, 23 Jul 2020 09:24:11 +0200 Subject: [Freeswitch-users] Stable release for Buster In-Reply-To: References: Message-ID: The version I get there is: freeswitch/testing 1.10.3~release~15~129de34d84~buster-1~buster+1 I assume that is the testing version Den ons. 22. jul. 2020 kl. 15.34 skrev Andrey Wolk : > https://files.freeswitch.org/repo/deb/debian-release > > This is the official Debian 10 Buster installation instruction: > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > > > ср, 22 июл. 2020 г. в 17:30, Tor Petterson : > >> Hi >> >> Is there an official stable release for Debian Buster? >> I can only find 1.10 in >> https://files.freeswitch.org/repo/deb/freeswitch-1.8/ >> This seems to be a testing version that keeps introducing different bugs >> so it is unacceptable for a production environment. >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From th982a at googlemail.com Thu Jul 23 08:32:02 2020 From: th982a at googlemail.com (Tamer Higazi) Date: Thu, 23 Jul 2020 10:32:02 +0200 Subject: mod_python build error Message-ID: Hi people, mod_python fails to build. Any ideas why that happen ? best, Tamer making all mod_python make[5]: Entering directory '/usr/local/src/freeswitch/src/mod/languages/mod_python'   CC       mod_python_la-mod_python.lo mod_python.c: In function 'print_python_error': mod_python.c:107:66: error: implicit declaration of function 'PyString_Check'; did you mean 'PyMapping_Check'? [-Werror=implicit-function-declaration]   107 |  if (pyType != NULL && (pyString=PyObject_Str(pyType))!=NULL && (PyString_Check(pyString))) { | ^~~~~~~~~~~~~~ | PyMapping_Check mod_python.c:108:18: error: implicit declaration of function 'PyString_AsString' [-Werror=implicit-function-declaration]   108 |   strcat(buffer, PyString_AsString(pyString));       |                  ^~~~~~~~~~~~~~~~~ mod_python.c:108:18: error: passing argument 2 of 'strcat' makes pointer from integer without a cast [-Werror=int-conversion]   108 |   strcat(buffer, PyString_AsString(pyString));       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~       |                  |       |                  int In file included from /usr/include/features.h:450,                  from /usr/include/bits/libc-header-start.h:33,                  from /usr/include/limits.h:26,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:194,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/syslimits.h:7,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:34,                  from /usr/include/python3.7m/Python.h:11,                  from mod_python.c:35: /usr/include/bits/string_fortified.h:126:1: note: expected 'const char * restrict' but argument is of type 'int'   126 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))       | ^~~~~ mod_python.c:118:18: error: passing argument 2 of 'strcat' makes pointer from integer without a cast [-Werror=int-conversion]   118 |   strcat(buffer, PyString_AsString(pyString));       |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~       |                  |       |                  int In file included from /usr/include/features.h:450,                  from /usr/include/bits/libc-header-start.h:33,                  from /usr/include/limits.h:26,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:194,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/syslimits.h:7,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:34,                  from /usr/include/python3.7m/Python.h:11,                  from mod_python.c:35: /usr/include/bits/string_fortified.h:126:1: note: expected 'const char * restrict' but argument is of type 'int'   126 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))       | ^~~~~ mod_python.c:136:21: error: passing argument 2 of 'strcat' makes pointer from integer without a cast [-Werror=int-conversion]   136 |      strcat(buffer, PyString_AsString(pyResult));       |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~       |                     |       |                     int In file included from /usr/include/features.h:450,                  from /usr/include/bits/libc-header-start.h:33,                  from /usr/include/limits.h:26,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:194,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/syslimits.h:7,                  from /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed/limits.h:34,                  from /usr/include/python3.7m/Python.h:11,                  from mod_python.c:35: /usr/include/bits/string_fortified.h:126:1: note: expected 'const char * restrict' but argument is of type 'int'   126 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src))       | ^~~~~ mod_python.c:153:40: error: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Werror=format=]   153 |    sprintf((char*)sTemp, "\n\tFile: \"%s\", line %i, in %s",       |                                       ~^       |                                        |       |                                        char *       |                                       %d   154 | PyString_AsString(pyTB->tb_frame->f_code->co_filename),       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       |      |       |      int mod_python.c:153:58: error: format '%s' expects argument of type 'char *', but argument 5 has type 'int' [-Werror=format=]   153 |    sprintf((char*)sTemp, "\n\tFile: \"%s\", line %i, in %s",       |                                                         ~^       |                                                          |       | char *       |                                                         %d ......   156 | PyString_AsString(pyTB->tb_frame->f_code->co_name) );       |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~       |      |       |      int mod_python.c: In function 'eval_some_python': mod_python.c:313:18: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]   313 |    *str = strdup((char *) PyString_AsString(result));       |                  ^ mod_python.c: In function 'mod_python_shutdown': mod_python.c:608:2: error: 'PyEval_AcquireLock' is deprecated [-Werror=deprecated-declarations]   608 |  PyEval_AcquireLock();       |  ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.7m/Python.h:141,                  from mod_python.c:35: /usr/include/python3.7m/ceval.h:198:18: note: declared here   198 | PyAPI_FUNC(void) PyEval_AcquireLock(void) Py_DEPRECATED(3.2);       |                  ^~~~~~~~~~~~~~~~~~ mod_python.c:645:2: error: 'PyEval_AcquireLock' is deprecated [-Werror=deprecated-declarations]   645 |  PyEval_AcquireLock();       |  ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.7m/Python.h:141,                  from mod_python.c:35: /usr/include/python3.7m/ceval.h:198:18: note: declared here   198 | PyAPI_FUNC(void) PyEval_AcquireLock(void) Py_DEPRECATED(3.2);       |                  ^~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[5]: *** [Makefile:738: mod_python_la-mod_python.lo] Error 1 make[5]: Leaving directory '/usr/local/src/freeswitch/src/mod/languages/mod_python' make[4]: *** [Makefile:707: mod_python-all] Error 1 make[4]: Leaving directory '/usr/local/src/freeswitch/src/mod' make[3]: *** [Makefile:608: all-recursive] Error 1 make[3]: Leaving directory '/usr/local/src/freeswitch/src' make[2]: *** [Makefile:3741: all-recursive] Error 1 make[2]: Leaving directory '/usr/local/src/freeswitch' make[1]: *** [Makefile:1448: all] Error 2 make[1]: Leaving directory '/usr/local/src/freeswitch' make: *** [Makefile:4724: current] Error 2 tamer at tux /usr/local/src/freeswitch $ From vma at vallimamod.org Thu Jul 23 08:35:31 2020 From: vma at vallimamod.org (Valli A. Vallimamod) Date: Thu, 23 Jul 2020 10:35:31 +0200 Subject: [Freeswitch-users] Issue with SDP - Call hangs up right after SIP 200 OK In-Reply-To: <00c801d66064$a2068260$e6138720$@voicemeup.com> References: <00c801d66064$a2068260$e6138720$@voicemeup.com> Message-ID: <16A7B80C-DD91-42FF-A1EE-4D4C6F803FE6@vallimamod.org> Hi, Your call is rejected by the sofia stack without even reaching freeswitch core as the 200 OK is incomplete. You have the following line: > m=video 0 RTP/AVP 34 0 16 178 64 0 16 178 0 0 But there is not rtpmap for codec 178. It is dynamic payload type so the rtpmap is required. Even the PT 64 is invalid as currently unassigned (https://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml#rtp-parameters-1) Best Regards, -- Valli A. Vallimamod SIP Solutions vma at sip.solutions linkedin.com/in/vallimamod . > On 22 Jul 2020, at 22:13, Marc Bernard wrote: > > Hello People, > > I’ve been investigating an issue with SDP when sending a call to a Panasonic KX-TGP600 Phone, the call end as soon as the Panasonic send it’s SIP OK > > I could not see what is wrong with the SDP and why I get "INVITE: error parsing SDP answer in 200 OK" resulting in "988 Incomplete offer/answer" > > I also find it weird that there is no output for this error when Sofia debug is not enabled. It took me a while before I thought of trying to enable more debugging. > > There is also the "not found by name */1.1.217.127:1029" Part which I am not sure is related/relevant in this. > > -- > > Here is the console log portion that I thought was relevant: > > 2020-07-17 15:44:33.495660 [DEBUG] sofia.c:7325 Channel sofia/private/+15145557030 at 2.2.127.218 entering state [early][180] > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > 2020-07-17 15:44:33.495660 [NOTICE] switch_ivr_originate.c:556 Ring Ready sofia/private/+15145557030 at 2.2.127.218 ! > tport.c:2759 tport_wakeup_pri() tport_wakeup_pri(0x7f0e440044a0): events IN > tport.c:2882 tport_recv_event() tport_recv_event(0x7f0e440044a0) > tport_type_udp.c:324 tport_recv_dgram() tport(0x7f0e440044a0): zero length packet > tport.c:2759 tport_wakeup_pri() tport_wakeup_pri(0x7f0e440044a0): events IN > tport.c:2882 tport_recv_event() tport_recv_event(0x7f0e440044a0) > tport.c:3223 tport_recv_iovec() tport_recv_iovec(0x7f0e440044a0) msg 0x7f0e44011e30 from (udp/1.1.131.37:5060) has 845 bytes, veclen = 1 > tport.c:3041 tport_deliver() tport_deliver(0x7f0e440044a0): msg 0x7f0e44011e30 (845 bytes) from udp/1.1.217.127:5060/sip next=(nil) > nta.c:3304 agent_recv_response() nta: received 200 OK for INVITE (22953743) > nta.c:3371 agent_recv_response() nta: 200 OK is going to a transaction > tport.c:4240 tport_release() tport_release(0x7f0e440044a0): 0x7f0e4400bca0 by 0x7f0e44010c40 with 0x7f0e44011e30 > nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh session after 55 seconds (in [55..65]) > soa.c:1171 soa_set_remote_sdp() soa_set_remote_sdp(static::0x7f0e4401a9b0, (nil), 0x7f0e4401267a, 259) called > nua_session.c:970 nua_session_client_response() nua(0x7f0e48048c30): INVITE: error parsing SDP answer in 200 OK (200) > nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event r_invite 200 OK > nua_stack.c:359 nua_application_event() nua: nua_application_event: entering > nta.c:2670 nta_tpn_by_url() nta: selecting scheme sip > tport.c:3275 tport_tsend() tport_tsend(0x7f0e440044a0) tpn = */1.1.217.127:1029 > tport.c:4064 tport_resolve() tport_resolve addrinfo = 1.1.217.127:1029 > tport.c:4698 tport_by_addrinfo() tport_by_addrinfo(0x7f0e440044a0): not found by name */1.1.217.127:1029 > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > tport.c:3612 tport_vsend() tport_vsend(0x7f0e440044a0): 391 bytes of 391 to udp/1.1.217.127:1029 > tport.c:3510 tport_send_msg() tport_vsend returned 391 > nta.c:8315 outgoing_send() nta: sent ACK (22953743) to */1.1.217.127:1029 > nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event i_media_error 988 Incomplete offer/answer > nua_params.c:482 nua_stack_set_params() nua: nua_stack_set_params: entering > soa.c:1784 soa_terminate() soa_terminate(static::0x7f0e4401a9b0) called > nua_stack.c:359 nua_application_event() nua: nua_application_event: entering > soa.c:1302 soa_init_offer_answer() soa_init_offer_answer(static::0x7f0e4401a9b0) called > nta.c:2670 nta_tpn_by_url() nta: selecting scheme sip > tport.c:3275 tport_tsend() tport_tsend(0x7f0e440044a0) tpn = */1.1.217.127:1029 > tport.c:4064 tport_resolve() tport_resolve addrinfo = 1.1.217.127:1029 > tport.c:4698 tport_by_addrinfo() tport_by_addrinfo(0x7f0e440044a0): not found by name */1.1.217.127:1029 > tport.c:3612 tport_vsend() tport_vsend(0x7f0e440044a0): 616 bytes of 616 to udp/1.1.217.127:1029 > tport.c:3510 tport_send_msg() tport_vsend returned 616 > nta.c:8315 outgoing_send() nta: sent BYE (22953744) to */1.1.217.127:1029 > tport.c:4178 tport_pend() tport_pend(0x7f0e440044a0): pending 0x7f0e4400d880 for udp/1.1.131.37:5060 (already 0) > nta.c:1348 set_timeout() nta: timer shortened to 1000 ms > nua_session.c:4140 signal_call_state_change() nua(0x7f0e48048c30): call state changed: proceeding -> terminating, received answer > soa.c:1098 soa_get_remote_sdp() soa_get_remote_sdp(static::0x7f0e4401a9b0, [0x7f0e705a0778], [0x7f0e705a0780], [(nil)]) called > soa.c:616 soa_get_params() soa_get_params(static::0x7f0e4401a9b0, ...) called > nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event i_state 200 OK > nua_stack.c:359 nua_application_event() nua: nua_application_event: entering > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering > 2020-07-17 15:44:35.795689 [DEBUG] sofia.c:7325 Channel sofia/public/golfvalneigette3 entering state [terminating][200] > > -- > > And here is the SIP OK from the Panasonic: > > &iTEq at 8GæÙ¸ª%ÄÄ]äáSIP/2.0 200 OK > Via: SIP/2.0/UDP 1.1.131.37;rport=5060;branch=z9hG4bKttaHKmXNgBtSQ;received=1.1.131.37 > Call-ID: cbecb6ef-4300-1239-dfa0-000c29124868 > From: "Debug Proxy" >;tag=rDQF79t14QmKr > To: >;tag=1661639224 > CSeq: 22952030 INVITE > Allow: INVITE,ACK,CANCEL,BYE,PRACK,INFO,UPDATE,OPTIONS,MESSAGE,NOTIFY,REFER > Supported: 100rel,precondition > Contact: > > Require: replaces > Content-Type: application/sdp > Server: Panasonic-KX-TGP600/11.110 (4c364e38b998) > Content-Length: 263 > > v=0 > o=- 1595011648 1595011648 IN IP4 192.168.1.193 > s=- > c=IN IP4 192.168.1.193 > t=0 0 > m=audio 16176 RTP/AVP 0 101 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-15 > a=sendrecv > a=ptime:20 > m=video 0 RTP/AVP 34 0 16 178 64 0 16 178 0 0 > > -- > > I have a PCAP file for the whole call should it be needed. > > Any help resolving this issue would be greatly appreciated. > > Kindly, > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Thu Jul 23 09:37:24 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Thu, 23 Jul 2020 10:37:24 +0100 Subject: [Freeswitch-users] Freeswitch bypassing gateway In-Reply-To: <05E94E46-B642-4C8C-91FB-028CDCD60D8E@gmail.com> References: <05E94E46-B642-4C8C-91FB-028CDCD60D8E@gmail.com> Message-ID: Look into gateway config for proxy On Thu, 23 Jul 2020 at 02:33, Keith Laaks wrote: > Hi Shahnawaj, > > Not sure what you are trying to do, but this may work for you: > > > > Best Regards > Keith > > > On 13 Jul 2020, at 15:44, Shahnawaj Khan > wrote: > > Hello All, > > I am trying to configure my Freeswitch to initiate the call leg > through gateway only. If I use > > It is working fine and forwarding the call to "LocalTelco" for 1000. > > but whenever i add domain with user part such as > > it is bypassing the "LocalTelco" and forwarding call directly to > "mydomain.com". Please let me know if it is possible to forward calls > through gateway even if the domain is present. > > Any insight is welcomed! > > > Thanks & Regards, > Shahnawaj Khan > > _________________________________________________________________________ > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Thu Jul 23 10:32:50 2020 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 23 Jul 2020 13:32:50 +0300 Subject: [Freeswitch-users] Debian 10 install fails to start In-Reply-To: References: Message-ID: On master I see similar error when FS cannot determining public IP via STUN. On Thu, Jul 23, 2020 at 3:14 AM John Tuxies wrote: > After following the installation guide of > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster the > installation finished successfully without any problems. Although when i > type fs_cli -rRS i am getting a connection error. > I have tried to stop/start the service and i have the following: > > > > > > > > > > > > > > > > > > > > > > > > > > > *root at fsopen216: ~ $ service freeswitch stoproot at fsopen216: ~ $ service > freeswitch startroot at fsopen216: ~ $ service freeswitch status● > freeswitch.service - freeswitch Loaded: loaded > (/lib/systemd/system/freeswitch.service; enabled; vendor preset: enabled) > Active: active (running) since Tue 2020-07-14 13:23:58 EEST; 6s ago > Process: 813 ExecStart=/usr/bin/freeswitch -u ${USER} -g ${GROUP} -ncwait > ${DAEMON_OPTS} (code=exited, status=0/S Process: 810 > ExecStartPre=/bin/chown -R ${USER}:${GROUP} /var/lib/freeswitch > /var/log/freeswitch /etc/freeswitch Main PID: 814 (freeswitch) Tasks: 34 > (limit: 4915) CGroup: /system.slice/freeswitch.service └─814 > /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatJul 14 > 13:23:56 fsopen216 systemd[1]: freeswitch.service: Service hold-off time > over, scheduling restart.Jul 14 13:23:56 fsopen216 systemd[1]: Stopped > freeswitch.Jul 14 13:23:56 fsopen216 systemd[1]: Starting freeswitch...Jul > 14 13:23:56 fsopen216 freeswitch[813]: 814 Backgrounding.Jul 14 13:23:58 > fsopen216 freeswitch[813]: FreeSWITCH[813] Waiting for background process > pid:814 to be ready.....Jul 14 13:23:58 fsopen216 freeswitch[813]: > FreeSWITCH[813] System Ready pid:814Jul 14 13:23:58 fsopen216 systemd[1]: > Started freeswitch.lines 1-17/17 (END)root at fsopen216: ~ $ fs_cli > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > []^CInterrupted.root at fsopen216: ~ $* > > Any ideas please? > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Thu Jul 23 10:36:24 2020 From: covici at ccs.covici.com (John Covici) Date: Thu, 23 Jul 2020 06:36:24 -0400 Subject: [Freeswitch-users] Stable release for Buster In-Reply-To: References: Message-ID: Actually this is the current stable version. I don't know why it says testing, but 1.10.3 is what we are using in production. On Thu, 23 Jul 2020 03:24:11 -0400, Tor Petterson wrote: > > [1 ] > [1.1 ] > The version I get there is: > freeswitch/testing 1.10.3~release~15~129de34d84~buster-1~buster+1 > I assume that is the testing version > > Den ons. 22. jul. 2020 kl. 15.34 skrev Andrey Wolk : > > > https://files.freeswitch.org/repo/deb/debian-release > > > > This is the official Debian 10 Buster installation instruction: > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > > > > > > ср, 22 июл. 2020 г. в 17:30, Tor Petterson : > > > >> Hi > >> > >> Is there an official stable release for Debian Buster? > >> I can only find 1.10 in > >> https://files.freeswitch.org/repo/deb/freeswitch-1.8/ > >> This seems to be a testing version that keeps introducing different bugs > >> so it is unacceptable for a production environment. > >> _________________________________________________________________________ > >> > >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users 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 > [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 s.safarov at gmail.com Thu Jul 23 10:37:17 2020 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 23 Jul 2020 13:37:17 +0300 Subject: [Freeswitch-users] How can enable thread id in freeswitch log ? In-Reply-To: <81BE0106-D9D9-47F2-9B75-8E042E0AC95D@gmail.com> References: <81BE0106-D9D9-47F2-9B75-8E042E0AC95D@gmail.com> Message-ID: Now all thread has same names. So this will not help you. First, need to rename each thread https://freeswitch.org/jira/browse/FS-9938 https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1152/overview End then need update FS log function to output thread name. On Thu, Jul 23, 2020 at 3:25 AM billfredq wrote: > Hi, > I want to log thread id in freeswitch log file , but I can not find > any setting param in logfile.conf.xml . > I also look into mod_logfile.c , nothing help. > Is it possible to mod_logfile ? > > > Regards, > livem Chan > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 atuxnull at gmail.com Thu Jul 23 12:41:46 2020 From: atuxnull at gmail.com (John Tuxies) Date: Thu, 23 Jul 2020 15:41:46 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: hi Franceso and thanks for the reply. i did install from debian repo and it should get the systemd, but non the less, i created the file. Still Freeswitch refuses to start! On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < francesco at delagarda.com> wrote: > Did you create Freeswitch service? > > > cd /etc/systemd/system > > > nano freeswitch.service > > ; This file in installations built from Master can be found in > ; /usr/src/freeswitch.git/debian > ; or > ; /usr/src/freeswitch/debian > [Unit] > Description=freeswitch > After=syslog.target network.target local-fs.target > [Service] > ; service > Type=forking > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > PermissionsStartOnly=true > ; blank ExecStart= line flushes the list > ExecStart= > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch -g freeswitch > -ncwait -nonat -rp > TimeoutSec=45s > Restart=on-failure > ; exec > WorkingDirectory=/usr/local/freeswitch/bin > User=root > Group=daemon > LimitCORE=infinity > LimitNOFILE=100000 > LimitNPROC=60000 > ;LimitSTACK=240 > LimitRTPRIO=infinity > LimitRTTIME=7000000 > IOSchedulingClass=realtime > IOSchedulingPriority=2 > CPUSchedulingPolicy=rr > CPUSchedulingPriority=89 > UMask=0007 > [Install] > WantedBy=multi-user.target > > > > > > Next, notify systemd to look for changes in its configuration: > systemctl daemon-reload > Now you are ready to start FreeSWITCH for the first time. Because FS is > owned by user freeswitch it should create its databases and log files under > that user (instead of root) so that those files will still be accessible to > it under future runs. > systemctl start freeswitch > To stop FreeSWITCH: > systemctl stop freeswitch > > > To configure FreeSWITCH to start automatically at boot time: > systemctl enable freeswitch > > > > To be able to launch fs_cli without having to go to bin directory, add > directory to path: > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > Francesco Facco de Lagarda > > > On 23 Jul 2020, at 03:43, John Tuxies wrote: > >  > Trying to install Freeswitch in Debian 9 and 10. Both systems failed to > start: > Running hooks in > > > > > > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ fs_cli > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > []^CInterrupted.root at debian: ~ $* > > I have tried to install from > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster to > install using debian packages. > > Any suggestions, please? > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 enp at itx.ru Thu Jul 23 06:33:28 2020 From: enp at itx.ru (Eugene Prokopiev) Date: Thu, 23 Jul 2020 09:33:28 +0300 Subject: [Freeswitch-users] rtp-timer-name=soft and WebRTC sound quality in Chrome Message-ID: Hi, I've found very bad WebRTC sound quality in Chrome (in opposite to FF) and found that this issue can be fixed on FS side via some params in Sofia profile: rtp-timer-name=soft - no any sound with this param as is inbound-late-negotiation=true - good sound quality in Chrome with this and previous But these two params has no effect for outbound calls: bad quality without both and no any sound with them Can anybody explain why and how to fix this? -- WBR, Eugene Prokopiev From Gilles at Sauvaire.com Thu Jul 23 06:37:41 2020 From: Gilles at Sauvaire.com (Gilles SAUVAIRE) Date: Thu, 23 Jul 2020 08:37:41 +0200 Subject: [Freeswitch-users] Issue with SDP - Call hangs up right after SIP 200 OK In-Reply-To: <00c801d66064$a2068260$e6138720$@voicemeup.com> References: <00c801d66064$a2068260$e6138720$@voicemeup.com> Message-ID: Hello, >> "988 Incomplete offer/answer" You put the answer : &iTEq at 8GæÙ¸ª%ÄÄ]äáSIP/2.0 200 OK Via: SIP/2.0/UDP 1.1.131.37;rport=5060;branch=z9hG4bKttaHKmXNgBtSQ;received=1.1.131.37 Call-ID: cbecb6ef-4300-1239-dfa0-000c29124868 From: "Debug Proxy" ;tag=rDQF79t14QmKr To: ;tag=1661639224 CSeq: 22952030 INVITE Allow: INVITE,ACK,CANCEL,BYE,PRACK,INFO,UPDATE,OPTIONS,MESSAGE,NOTIFY,REFER Supported: 100rel,precondition Contact: Require: replaces Content-Type: application/sdp Server: Panasonic-KX-TGP600/11.110 (4c364e38b998) Content-Length: 263 v=0 o=- 1595011648 1595011648 IN IP4 192.168.1.193 s=- c=IN IP4 192.168.1.193 t=0 0 m=audio 16176 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=ptime:20 m=video 0 RTP/AVP 34 0 16 178 64 0 16 178 0 0 And the offer ??? Thanks De : FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] De la part de Marc Bernard Envoyé : mercredi 22 juillet 2020 22:14 À : freeswitch-users at lists.freeswitch.org Objet : [Freeswitch-users] Issue with SDP - Call hangs up right after SIP 200 OK Hello People, I’ve been investigating an issue with SDP when sending a call to a Panasonic KX-TGP600 Phone, the call end as soon as the Panasonic send it’s SIP OK I could not see what is wrong with the SDP and why I get "INVITE: error parsing SDP answer in 200 OK" resulting in "988 Incomplete offer/answer" I also find it weird that there is no output for this error when Sofia debug is not enabled. It took me a while before I thought of trying to enable more debugging. There is also the "not found by name */1.1.217.127:1029" Part which I am not sure is related/relevant in this. -- Here is the console log portion that I thought was relevant: 2020-07-17 15:44:33.495660 [DEBUG] sofia.c:7325 Channel sofia/private/+15145557030 at 2.2.127.218 entering state [early][180] nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering 2020-07-17 15:44:33.495660 [NOTICE] switch_ivr_originate.c:556 Ring Ready sofia/private/+15145557030 at 2.2.127.218 ! tport.c:2759 tport_wakeup_pri() tport_wakeup_pri(0x7f0e440044a0): events IN tport.c:2882 tport_recv_event() tport_recv_event(0x7f0e440044a0) tport_type_udp.c:324 tport_recv_dgram() tport(0x7f0e440044a0): zero length packet tport.c:2759 tport_wakeup_pri() tport_wakeup_pri(0x7f0e440044a0): events IN tport.c:2882 tport_recv_event() tport_recv_event(0x7f0e440044a0) tport.c:3223 tport_recv_iovec() tport_recv_iovec(0x7f0e440044a0) msg 0x7f0e44011e30 from (udp/1.1.131.37:5060) has 845 bytes, veclen = 1 tport.c:3041 tport_deliver() tport_deliver(0x7f0e440044a0): msg 0x7f0e44011e30 (845 bytes) from udp/1.1.217.127:5060/sip next=(nil) nta.c:3304 agent_recv_response() nta: received 200 OK for INVITE (22953743) nta.c:3371 agent_recv_response() nta: 200 OK is going to a transaction tport.c:4240 tport_release() tport_release(0x7f0e440044a0): 0x7f0e4400bca0 by 0x7f0e44010c40 with 0x7f0e44011e30 nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh session after 55 seconds (in [55..65]) soa.c:1171 soa_set_remote_sdp() soa_set_remote_sdp(static::0x7f0e4401a9b0, (nil), 0x7f0e4401267a, 259) called nua_session.c:970 nua_session_client_response() nua(0x7f0e48048c30): INVITE: error parsing SDP answer in 200 OK (200) nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event r_invite 200 OK nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:2670 nta_tpn_by_url() nta: selecting scheme sip tport.c:3275 tport_tsend() tport_tsend(0x7f0e440044a0) tpn = */1.1.217.127:1029 tport.c:4064 tport_resolve() tport_resolve addrinfo = 1.1.217.127:1029 tport.c:4698 tport_by_addrinfo() tport_by_addrinfo(0x7f0e440044a0): not found by name */1.1.217.127:1029 nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering tport.c:3612 tport_vsend() tport_vsend(0x7f0e440044a0): 391 bytes of 391 to udp/1.1.217.127:1029 tport.c:3510 tport_send_msg() tport_vsend returned 391 nta.c:8315 outgoing_send() nta: sent ACK (22953743) to */1.1.217.127:1029 nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event i_media_error 988 Incomplete offer/answer nua_params.c:482 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:1784 soa_terminate() soa_terminate(static::0x7f0e4401a9b0) called nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:1302 soa_init_offer_answer() soa_init_offer_answer(static::0x7f0e4401a9b0) called nta.c:2670 nta_tpn_by_url() nta: selecting scheme sip tport.c:3275 tport_tsend() tport_tsend(0x7f0e440044a0) tpn = */1.1.217.127:1029 tport.c:4064 tport_resolve() tport_resolve addrinfo = 1.1.217.127:1029 tport.c:4698 tport_by_addrinfo() tport_by_addrinfo(0x7f0e440044a0): not found by name */1.1.217.127:1029 tport.c:3612 tport_vsend() tport_vsend(0x7f0e440044a0): 616 bytes of 616 to udp/1.1.217.127:1029 tport.c:3510 tport_send_msg() tport_vsend returned 616 nta.c:8315 outgoing_send() nta: sent BYE (22953744) to */1.1.217.127:1029 tport.c:4178 tport_pend() tport_pend(0x7f0e440044a0): pending 0x7f0e4400d880 for udp/1.1.131.37:5060 (already 0) nta.c:1348 set_timeout() nta: timer shortened to 1000 ms nua_session.c:4140 signal_call_state_change() nua(0x7f0e48048c30): call state changed: proceeding -> terminating, received answer soa.c:1098 soa_get_remote_sdp() soa_get_remote_sdp(static::0x7f0e4401a9b0, [0x7f0e705a0778], [0x7f0e705a0780], [(nil)]) called soa.c:616 soa_get_params() soa_get_params(static::0x7f0e4401a9b0, ...) called nua_stack.c:271 nua_stack_event() nua(0x7f0e48048c30): event i_state 200 OK nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering 2020-07-17 15:44:35.795689 [DEBUG] sofia.c:7325 Channel sofia/public/golfvalneigette3 entering state [terminating][200] -- And here is the SIP OK from the Panasonic: &iTEq at 8GæÙ¸ª%ÄÄ]äáSIP/2.0 200 OK Via: SIP/2.0/UDP 1.1.131.37;rport=5060;branch=z9hG4bKttaHKmXNgBtSQ;received=1.1.131.37 Call-ID: cbecb6ef-4300-1239-dfa0-000c29124868 From: "Debug Proxy" ;tag=rDQF79t14QmKr To: ;tag=1661639224 CSeq: 22952030 INVITE Allow: INVITE,ACK,CANCEL,BYE,PRACK,INFO,UPDATE,OPTIONS,MESSAGE,NOTIFY,REFER Supported: 100rel,precondition Contact: Require: replaces Content-Type: application/sdp Server: Panasonic-KX-TGP600/11.110 (4c364e38b998) Content-Length: 263 v=0 o=- 1595011648 1595011648 IN IP4 192.168.1.193 s=- c=IN IP4 192.168.1.193 t=0 0 m=audio 16176 RTP/AVP 0 101 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=sendrecv a=ptime:20 m=video 0 RTP/AVP 34 0 16 178 64 0 16 178 0 0 -- I have a PCAP file for the whole call should it be needed. Any help resolving this issue would be greatly appreciated. Kindly, -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbenedictlow at gmail.com Thu Jul 23 07:25:47 2020 From: jbenedictlow at gmail.com (Jason Benedict Low) Date: Thu, 23 Jul 2020 15:25:47 +0800 Subject: [Freeswitch-users] test Message-ID: Best Regards, Jason *** Reclaim Your Freedom, use Free & Open Source Software - Be Open Standard Compliance. *** -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at lrose.de Thu Jul 23 11:42:33 2020 From: lists at lrose.de (LuKaRo) Date: Thu, 23 Jul 2020 13:42:33 +0200 Subject: [Freeswitch-users] Registering with external SIP provider In-Reply-To: References: Message-ID: On 7/14/20 4:31 PM, LuKaRo wrote: > Hi everyone, > > I'm unable to register freeswitch with an external SIP provider. I gave the pages on sofia on the wiki already a good read, but I can't get it to work. One special thing is that my machine has multiple network interfaces and needs to use a specific one to connect to the external SIP provider. Therefore, I copied "external.xml" in "/opt/freeswitch/conf/sip_profiles" to "my-sip.xml" and changed the values for "rtp-ip", "sip-ip", "ext-rtp-ip" and "ext-sip-ip" to the IP address of the interface freeswitch should use, and added the "my-sip" directory to the " [...] Hi everyone, it looks like my mail took over a week for processing. I just got the confirmation that it has been posted to the list, after sending it last week. However, my issue is already solved, so you can consider this thread closed :) I don't want to waste anyones time on an already solved issue :) Thanks (and sorry for the noise), LuKaRo From marko.seidenglanz at gmail.com Thu Jul 23 11:31:41 2020 From: marko.seidenglanz at gmail.com (Marko Seidenglanz) Date: Thu, 23 Jul 2020 13:31:41 +0200 Subject: [Freeswitch-users] DTLS Problems with Freeswitch v1.8+ and Firefox Message-ID: Hi, We have the following Setup: - FreeSWITCH Version 1.10.3-release+git20200511T105455Z129de34d84~64bit (in Docker Container on a Google Compute Engine Instance) - Firefox 78.0.2 (64-Bit) behind NAT-Device We try to establish a WebRTC Audio Connection initiated by Freeswitch. 1. Send SDP FS->FF 2. Set remote description / create local description 3. Send SDP FF->FS 4. Connectivity checks are started Problem: Firefox never sends the DTLS "Client Hello" message and so the connection fails. We had no problems with previous versions of Freeswitch. It's only since we have updated the system. With Google Chrome everything works as usual. I've attached two packet captures. One shows the session with Chrome, which is successful and the other one with Firefox, which is unfortunately not. Has anyone identified similar problems and can give us assistance? I have seen that a lot has been changed in the switch_rtp module. For example, we noticed that the message "Auto Changing audio stun/rtp/dtls" no longer appears in the fs_cli. Best regards, Marko Seidenglanz -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: firefox_filtered.pcap Type: application/vnd.tcpdump.pcap Size: 9182 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: chrome_filtered.pcap Type: application/vnd.tcpdump.pcap Size: 128898 bytes Desc: not available URL: From martin.paterson at technologywithin.com Thu Jul 23 09:13:43 2020 From: martin.paterson at technologywithin.com (Martin Paterson) Date: Thu, 23 Jul 2020 09:13:43 +0000 Subject: [Freeswitch-users] Editing the FreeSWITCH Wiki In-Reply-To: References: Message-ID: Flavio, The wiki contains a page describing how to contribute to the docs: https://freeswitch.org/confluence/display/FREESWITCH/Contributing+Documentation Martin. Martin Paterson Development Team Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane, Southampton, Hampshire, SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 -----Original Message----- From: FreeSWITCH-users On Behalf Of Flavio Donadio Sent: 16 July 2020 19:29 To: FreeSWITCH Users Help Subject: [Freeswitch-users] Editing the FreeSWITCH Wiki Hello, After working for two weeks (lots of reading and trial/error!) on the configuration of a home PBX with FreeSWITCH and an AudioCodes MP-114 FXS/FXO gateway, I have to admit I got everything I wanted working. I also took the time to document the process for future reference. The existing Wiki page on the AudioCodes MP-114/118 (https://freeswitch.org/confluence/pages/viewpage.action?pageId=9634420) helped, but it’s really poor. If configured that way, calls to the PSTN will drop in 3 minutes, users won’t hear tones when calling and some other problems will occur. So, I would like to edit the Wiki and add a proper article with all the information needed to have a good, really working setup. How can I do that? Regards, Flavio _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com This message has been scanned by technologywithin Mail Control. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image115224.png Type: image/png Size: 2305 bytes Desc: image115224.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image050792.png Type: image/png Size: 32472 bytes Desc: image050792.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image952258.png Type: image/png Size: 402 bytes Desc: image952258.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image879731.png Type: image/png Size: 589 bytes Desc: image879731.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image777278.png Type: image/png Size: 725 bytes Desc: image777278.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image470230.png Type: image/png Size: 932 bytes Desc: image470230.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image355109.png Type: image/png Size: 85623 bytes Desc: image355109.png URL: From Tim.Bertulies at c4b.de Thu Jul 23 05:03:02 2020 From: Tim.Bertulies at c4b.de (Tim Bertulies) Date: Thu, 23 Jul 2020 05:03:02 +0000 Subject: [Freeswitch-users] Error creating SIP ua profile Message-ID: Hi, occasionally when I rewrite a configuration to the freeswitch and try to restart the gateway I get the error message "error creating SIP ua for profile ...". I cannot start it then manually via "sofia profile start..." (same error message every time), the only thing that works is "reload mod_sofia", which makes everything work again. Unfortunately this is not an option, as other gateways must stay active. Can anybody point me to a reason why this happens? If you need any further information I am happy to provide these. Kind regards, Tim Bertulies -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbenedictlow at gmail.com Thu Jul 23 07:30:53 2020 From: jbenedictlow at gmail.com (Jason Benedict Low) Date: Thu, 23 Jul 2020 15:30:53 +0800 Subject: [Freeswitch-users] *4 (att_xfer) not honouring call forward or follow me set in extension Message-ID: Good day. I am having issue of feature code *4 (att_xfer) not honouring call forward or follow me set in extension. Extension attended transfer to another Extension working but will not dial out any number set in the extension follow me or call forward.I am using freeswitch 1.10.2 installed with FusionPBX 4.5.x (Master Branch).Any help or pointer please...thank you Below is my test log: ================= f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:611 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State Change CS_REPORTING -> CS_DESTROY f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_session.c:1726 Session 1158 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Locked, Waiting on external entities f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [NOTICE] switch_core_session.c:1744 Session 1158 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Ended f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 [CS_DESTROY] f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:739 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_DESTROY (Cur 0 Tot 1163) f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State DESTROY f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] mod_sofia.c:364 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA DESTROY f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:181 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard DESTROY f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State DESTROY going to sleep 2020-07-23 14:09:32.311426 [WARNING] sofia_reg.c:1793 SIP auth challenge (REGISTER) on sofia profile 'internal' for [213 at demo.test.lan] from ip 203.118.10.21 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [NOTICE] switch_channel.c:1118 New Channel sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 [1c9549d2-ccab-11ea-a83a-4528c513baa7] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_NEW (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:10255 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 receiving invite from 10.66.150.170:6077 version: 1.10.2 -release 64bit 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:10349 verifying acl "domains" for ip/port 10.66.150.170:0. 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:10378 IP 10.66.150.170 Approved by acl "domains[]". Access Granted. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:7301 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 entering state [received][100] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:7311 Remote SDP: 1c9549d2-ccab-11ea-a83a-4528c513baa7 v=0 1c9549d2-ccab-11ea-a83a-4528c513baa7 o=root 1996844692 1996844692 IN IP4 10.66.150.170 1c9549d2-ccab-11ea-a83a-4528c513baa7 s=Asterisk PBX 13.11.2 1c9549d2-ccab-11ea-a83a-4528c513baa7 c=IN IP4 10.66.150.170 1c9549d2-ccab-11ea-a83a-4528c513baa7 t=0 0 1c9549d2-ccab-11ea-a83a-4528c513baa7 m=audio 12348 RTP/AVP 8 0 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:8 PCMA/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:0 PCMU/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:101 telephone-event/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=fmtp:101 0-16 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=ptime:20 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=maxptime:150 1c9549d2-ccab-11ea-a83a-4528c513baa7 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5508 Set telephone-event payload to 101 at 8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:3837 Set Codec sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 PCMA/8000 20 ms 160 samples 64000 bits 1 channels 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_codec.c:111 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Original read codec set to PCMA:8 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5851 Set telephone-event payload to 101 at 8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5909 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Set 2833 dtmf send payload to 101 recv payload to 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:7735 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_NEW -> CS_INIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:604 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State NEW 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_INIT (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State INIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_sofia.c:93 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA INIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:40 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard INIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:48 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State Change CS_INIT -> CS_ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State INIT going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_ROUTING (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_channel.c:2332 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change DOWN -> RINGING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_sofia.c:154 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:236 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->69XXXX09 in context public 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->caller-details] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [caller-details] () =~ // break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action export(call_direction=inbound) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 export(call_direction=inbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[inbound] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(caller_destination=${sip_to_user}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(caller_destination=69XXXX09) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [caller_destination]=[69XXXX09] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(caller_id_name=${caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(caller_id_name=6568XXXX36) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [caller_id_name]=[6568XXXX36] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(caller_id_number=${caller_id_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->68XXXX99] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [68XXXX99] destination_number(69XXXX09) =~ /^(68XXXX99)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->68179111] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [68179111] destination_number(69XXXX09) =~ /^(68179111)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->68179110] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [68179110] destination_number(69XXXX09) =~ /^(68179110)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX10] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX10] destination_number(69XXXX09) =~ /^(69XXXX10)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX11] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX11] destination_number(69XXXX09) =~ /^(69XXXX11)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX12] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX12] destination_number(69XXXX09) =~ /^(69XXXX12)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX13] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX13] destination_number(69XXXX09) =~ /^(69XXXX13)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX14] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX14] destination_number(69XXXX09) =~ /^(69XXXX14)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX15] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX15] destination_number(69XXXX09) =~ /^(69XXXX15)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX16] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX16] destination_number(69XXXX09) =~ /^(69XXXX16)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX17] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX17] destination_number(69XXXX09) =~ /^(69XXXX17)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69502336] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69502336] destination_number(69XXXX09) =~ /^(69502336)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX19] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX19] destination_number(69XXXX09) =~ /^(69XXXX19)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->65XXXX13] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [65XXXX13] destination_number(69XXXX09) =~ /^(65XXXX13)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX10] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX10] destination_number(69XXXX09) =~ /^(69XXXX10)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX32] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX32] destination_number(69XXXX09) =~ /^(69XXXX32)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->62652432] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [62652432] destination_number(69XXXX09) =~ /^(62652432)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->62XXXX66] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [62XXXX66] destination_number(69XXXX09) =~ /^(62XXXX66)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX36] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX36] destination_number(69XXXX09) =~ /^(69XXXX36)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX37] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX37] destination_number(69XXXX09) =~ /^(69XXXX37)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX09] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [69XXXX09] destination_number(69XXXX09) =~ /^(69XXXX09)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action export(call_direction=inbound) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 export(call_direction=inbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[inbound] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(domain_uuid=a2d2df9e-b9e6-40c0-b90d-da9a582a84fd) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(domain_uuid=a2d2df9e-b9e6-40c0-b90d-da9a582a84fd) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [domain_uuid]=[a2d2df9e-b9e6-40c0-b90d-da9a582a84fd] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(domain_name=demo.test.lan) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(domain_name=demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [domain_name]=[demo.test.lan] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_path=${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_path=/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_path]=[/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_name=${uuid}.${record_ext}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_name=1c9549d2-ccab-11ea-a83a-4528c513baa7.wav) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_name]=[1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_append=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_append=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_append]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_in_progress=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_in_progress=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_in_progress]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(recording_follow_transfer=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(recording_follow_transfer=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [recording_follow_transfer]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action record_session(${record_path}/${record_name}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action transfer(1000 XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:287 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State Change CS_ROUTING -> CS_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State ROUTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_EXECUTE (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_sofia.c:209 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:329 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(caller_id_number=6568XXXX36) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [caller_id_number]=[6568XXXX36] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [hangup_after_bridge]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [continue_on_fail]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_session.c:2722 Application record_session Requires media! pre_answering channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [INFO] switch_core_session.c:2724 Sending early media 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_media.c:8659 AUDIO RTP [sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077] 16X.XXX.XXX.XX4 port 26776 -> 10.66.150.170 port 12348 codec: 8 ms: 20 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_rtp.c:4408 Starting timer [soft] 160 bytes per 20ms 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_media.c:8973 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Set 2833 dtmf send payload to 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_media.c:8980 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Set 2833 dtmf receive payload to 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_media.c:9003 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Set rtp dtmf delay to 40 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_sofia.c:2593 Ring SDP: 1c9549d2-ccab-11ea-a83a-4528c513baa7 v=0 1c9549d2-ccab-11ea-a83a-4528c513baa7 o=FreeSWITCH 1595457811 1595457812 IN IP4 16X.XXX.XXX.XX4 1c9549d2-ccab-11ea-a83a-4528c513baa7 s=FreeSWITCH 1c9549d2-ccab-11ea-a83a-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 1c9549d2-ccab-11ea-a83a-4528c513baa7 t=0 0 1c9549d2-ccab-11ea-a83a-4528c513baa7 m=audio 26776 RTP/AVP 8 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:8 PCMA/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:101 telephone-event/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=fmtp:101 0-16 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=ptime:20 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=sendrecv 1c9549d2-ccab-11ea-a83a-4528c513baa7 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [NOTICE] mod_sofia.c:2596 Pre-Answer sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077! 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_channel.c:3565 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change RINGING -> EARLY 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 record_session(/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23/1c9549d2-ccab-11ea-a83a-4528c513baa7.wav) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] sofia.c:7301 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 entering state [early][183] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_ivr_async.c:1352 Record session sample rate: 8000 -> 8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_media_bug.c:970 Attaching BUG to sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 transfer(1000 XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_ivr.c:2231 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_EXECUTE -> CS_ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [NOTICE] switch_ivr.c:2238 Transfer sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 to XML[1000 at demo.test.lan] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State EXECUTE going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_ROUTING (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_channel.c:2332 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change EARLY -> RINGING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] mod_sofia.c:145 Call appears to be already acknowledged 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] mod_sofia.c:154 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_state_machine.c:236 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->1000 in context demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->user_exists] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_exists] ${loopback_leg}() =~ /^B$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_exists] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(user_exists=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.331423 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [user_exists]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(from_user_exists=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [from_user_exists]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_exists] ${user_exists}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(extension_uuid=${user_data ${destination_number}@${domain_name} var extension_uuid}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(extension_uuid=49d08cd4-d18e-43cd-85c1-3c1e99ba3fa1) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [extension_uuid]=[49d08cd4-d18e-43cd-85c1-3c1e99ba3fa1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(hold_music=${user_data ${destination_number}@${domain_name} var hold_music}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(hold_music=shout://23.82.11.88:3228/stream ) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [hold_music]=[shout://23.82.11.88:3228/stream] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_all_enabled=${user_data ${destination_number}@${domain_name} var forward_all_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_all_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_all_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_all_destination=${user_data ${destination_number}@${domain_name} var forward_all_destination}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_all_destination=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_all_destination]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_busy_enabled=${user_data ${destination_number}@${domain_name} var forward_busy_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_busy_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_busy_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_busy_destination=${user_data ${destination_number}@${domain_name} var forward_busy_destination}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_busy_destination=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_busy_destination]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_no_answer_enabled=${user_data ${destination_number}@${domain_name} var forward_no_answer_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_no_answer_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_no_answer_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_no_answer_destination=${user_data ${destination_number}@${domain_name} var forward_no_answer_destination}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_no_answer_destination=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_no_answer_destination]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_user_not_registered_enabled=${user_data ${destination_number}@${domain_name} var forward_user_not_registered_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_user_not_registered_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_user_not_registered_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_user_not_registered_destination=${user_data ${destination_number}@${domain_name} var forward_user_not_registered_destination}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_user_not_registered_destination=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_user_not_registered_destination]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(forward_all_enabled=${user_data ${destination_number}@${domain_name} var forward_all_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(forward_all_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_all_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(follow_me_enabled=${user_data ${destination_number}@${domain_name} var follow_me_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(follow_me_enabled=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [follow_me_enabled]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(do_not_disturb=${user_data ${destination_number}@${domain_name} var do_not_disturb}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(do_not_disturb=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [do_not_disturb]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(call_timeout=${user_data ${destination_number}@${domain_name} var call_timeout}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(call_timeout=30) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [call_timeout]=[30] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(missed_call_app=${user_data ${destination_number}@${domain_name} var missed_call_app}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(missed_call_app=email) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [missed_call_app]=[email] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(missed_call_data=${user_data ${destination_number}@${domain_name} var missed_call_data}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(missed_call_data=jason.low at ajpbiz.com) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [missed_call_data]=[jason.low at ajpbiz.com] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(toll_allow=${user_data ${destination_number}@${domain_name} var toll_allow}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(toll_allow=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [toll_allow]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(call_screen_enabled=${user_data ${destination_number}@${domain_name} var call_screen_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(call_screen_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [call_screen_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(user_record=${user_data ${destination_number}@${domain_name} var user_record}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(user_record=outbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [user_record]=[outbound] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->caller-details] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [caller-details] ${caller_destination}(69XXXX09) =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call-direction] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [call-direction] ${call_direction}(inbound) =~ /^(inbound|outbound|local)$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->global-variables] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [global-variables] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->domain-variables] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [domain-variables] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action export(origination_callee_id_name=${destination_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_loopback] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->user_record] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_exists}(true) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^all$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_exists}(true) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_exists}(true) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_record}(outbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_session=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_session=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_session]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_exists}(true) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^all$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${record_session}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_path=${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_path=/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_path]=[/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_name=${uuid}.${record_ext}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_name=1c9549d2-ccab-11ea-a83a-4528c513baa7.wav) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_name]=[1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(recording_follow_transfer=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(recording_follow_transfer=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [recording_follow_transfer]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_append=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_append=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_append]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_in_progress=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_in_progress=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_in_progress]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(${uuid_record ${uuid} start ${record_path}/${record_name}}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->redial] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [redial] destination_number(1000) =~ /^(redial|\*870)$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [redial] () =~ // break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->speed_dial] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [speed_dial] destination_number(1000) =~ /^\*0(.*)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->default_caller_id] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(emergency_caller_id_name=${default_emergency_caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(emergency_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [emergency_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(emergency_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [emergency_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(outbound_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [outbound_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(outbound_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [outbound_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.8d] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.8d] ${user_exists}(true) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.1800d7] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.1800d7] ${user_exists}(true) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.d1020] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.d1020] ${user_exists}(true) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->agent_status] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [agent_status] destination_number(1000) =~ /^\*22$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [agent_status] destination_number(1000) =~ /^(agent\+)(.*)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->agent_status_id] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [agent_status_id] destination_number(1000) =~ /^\*23$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->group-intercept] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [group-intercept] destination_number(1000) =~ /^\*8$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->page-extension] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [page-extension] destination_number(1000) =~ /^\*8(\d{2,7})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->eavesdrop] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [eavesdrop] destination_number(1000) =~ /^\*33(\d{2,7})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call_privacy] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [call_privacy] destination_number(1000) =~ /^\*67(\d+)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call_return] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [call_return] destination_number(1000) =~ /^\*69$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->extension_queue] continue= 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [extension_queue] destination_number(1000) =~ /^\*800(.*)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->intercept-ext-polycom] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [intercept-ext-polycom] destination_number(1000) =~ /^\*97(\d+)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->intercept-ext] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [intercept-ext] destination_number(1000) =~ /^\*\*(\d+)$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [intercept-ext] destination_number(1000) =~ /^\*\*$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->dx] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [dx] destination_number(1000) =~ /^dx$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->send_to_voicemail] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [send_to_voicemail] destination_number(1000) =~ /^\*99(\d{2,10})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->att_xfer] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [att_xfer] destination_number(1000) =~ /^att_xfer$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->vmain] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [vmain] destination_number(1000) =~ /^vmain$|^\*4000$|^\*98$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [vmain] destination_number(1000) =~ /^(vmain$|^\*4000$|^\*98)(\d{2,12})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->xfer_vm] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [xfer_vm] destination_number(1000) =~ /^xfer_vm$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->vmain_user] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [vmain_user] destination_number(1000) =~ /^\*97$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_transfer] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_transfer] destination_number(1000) =~ /^is_transfer$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->delay_echo] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [delay_echo] destination_number(1000) =~ /^\*9195$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->cf] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [cf] destination_number(1000) =~ /^cf$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->echo] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [echo] destination_number(1000) =~ /^\*9196$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_zrtp_secure] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_zrtp_secure] ${zrtp_secure_media_confirmed}() =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 ANTI-Action eval(not_secure) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->milliwatt] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [milliwatt] destination_number(1000) =~ /^\*9197$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->tone_stream] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [tone_stream] destination_number(1000) =~ /^\*9198$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_secure] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_secure] ${sip_via_protocol}(udp) =~ /tls/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->hold_music] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [hold_music] destination_number(1000) =~ /^\*9664$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->recordings] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [recordings] destination_number(1000) =~ /^\*(732)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->directory] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [directory] destination_number(1000) =~ /^\*411$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->wake-up] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [wake-up] destination_number(1000) =~ /^\*(925)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->valet_park] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [valet_park] destination_number(1000) =~ /^(park\+)?\*(59[0-9][0-9])$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [valet_park] ${sip_h_Referred-By}() =~ /sip:(.*)@.*/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [valet_park] destination_number(1000) =~ /^(park\+)?\*(59[0-9][0-9])$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [valet_park] destination_number(1000) =~ /^(park\+)?\*(59[0-9][0-9])$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->operator] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [operator] destination_number(1000) =~ /^0$|^operator$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->operator-forward] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [operator-forward] destination_number(1000) =~ /^\*000$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->do-not-disturb] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [do-not-disturb] destination_number(1000) =~ /^\*77$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [do-not-disturb] destination_number(1000) =~ /^\*78$|\*363$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [do-not-disturb] destination_number(1000) =~ /^\*79$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [do-not-disturb] destination_number(1000) =~ /^dnd\+6568XXXX36$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call_screen] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [call_screen] ${call_screen_enabled}(false) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->follow-me-destinations] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [follow-me-destinations] ${user_exists}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [follow-me-destinations] ${follow_me_enabled}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action unset(call_timeout) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 unset(call_timeout) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1817 UNSET [call_timeout] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action lua(app.lua follow_me) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:287 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State Change CS_ROUTING -> CS_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State ROUTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_EXECUTE (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_channel.c:2336 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change RINGING -> EARLY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_sofia.c:209 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:329 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(RFC2822_DATE=Thu, 23 Jul 2020 14:09:48 +0800) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [RFC2822_DATE]=[Thu, 23 Jul 2020 14:09:48 +0800] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 export(origination_callee_id_name=1000) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[1000] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [WARNING] switch_ivr_async.c:2662 Already recording [/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23/1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(+OK Success 1c9549d2-ccab-11ea-a83a-4528c513baa7 ) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [+OK Success 1c9549d2-ccab-11ea-a83a-4528c513baa7 ]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 hash(insert/demo.test.lan-last_dial/6568XXXX36/1000) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 eval(not_secure) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 lua(app.lua follow_me) 2020-07-23 14:09:49.491408 [NOTICE] switch_cpp.cpp:1443 [follow me] destination_number: 1000 2020-07-23 14:09:49.491408 [NOTICE] switch_cpp.cpp:1443 [follow me] destination_number: 812XXX59 2020-07-23 14:09:49.811417 [DEBUG] mod_pgsql.c:747 Query (select destination_uuid, destination_number, destination_description, destination_caller_id_name, destination_caller_id_number from v_destinations where domain_uuid = 'a2d2df9e-b9e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order by destination_number asc ) returned PGRES_FATAL_ERROR 2020-07-23 14:09:49.811417 [ERR] switch_core_sqldb.c:1347 ERR: [select destination_uuid, destination_number, destination_description, destination_caller_id_name, destination_caller_id_number from v_destinations where domain_uuid = 'a2d2df9e-b9e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order by destination_number asc ] [ERROR: invalid input syntax for uuid: "" LINE 1: ...e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order b... ^ ] 2020-07-23 14:09:49.811417 [ERR] switch_core_sqldb.c:1347 ERR: [select destination_uuid, destination_number, destination_description, destination_caller_id_name, destination_caller_id_number from v_destinations where domain_uuid = 'a2d2df9e-b9e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order by destination_number asc ] [ERROR: invalid input syntax for uuid: "" LINE 1: ...e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order b... ^ ] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 ring_ready() 2020-07-23 14:09:49.931412 [NOTICE] switch_cpp.cpp:1443 [app:follow_me] 812XXX59 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.931412 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [hangup_after_bridge]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [continue_on_fail]=[true] 2020-07-23 14:09:49.951397 [NOTICE] switch_cpp.cpp:1443 [follow me] app_data: {sip_invite_domain=demo.test.lan,call_direction=inbound,confirm=false,originate_timeout=30,originate_delay_start=0,dialed_extension=1000,extension_uuid=49d08cd4-d18e-43cd-85c1-3c1e99ba3fa1}user/1000 at demo.test.lan :_:{ignore_early_media=true,toll_allow=,origination_caller_id_name='6568XXXX36',origination_caller_id_number=6568XXXX36,sip_invite_domain=demo.test.lan,call_direction=inbound,confirm=false,originate_timeout=30,originate_delay_start=0}loopback/812XXX59 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bridge({sip_invite_domain=demo.test.lan,call_direction=inbound,confirm=false,originate_timeout=30,originate_delay_start=0,dialed_extension=1000,extension_uuid=49d08cd4-d18e-43cd-85c1-3c1e99ba3fa1}user/1000 at demo.test.lan :_:{ignore_early_media=true,toll_allow=,origination_caller_id_name=6568XXXX36,origination_caller_id_number=6568XXXX36,sip_invite_domain=demo.test.lan,call_direction=inbound,confirm=false,originate_timeout=30,originate_delay_start=0}loopback/812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[inbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[inbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [origination_callee_id_name]=[1000] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:1589 Parsing ultra-global variables 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [NOTICE] switch_channel.c:1118 New Channel loopback/812XXX59-a [1dcacade-ccab-11ea-a88c-4528c513baa7] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:165 loopback/812XXX59-a setup codec L16/8000/20 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [NOTICE] switch_channel.c:1116 Rename Channel loopback/812XXX59-a->loopback/812XXX59-a [1dcacade-ccab-11ea-a88c-4528c513baa7] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:1257 (loopback/812XXX59-a) State Change CS_NEW -> CS_INIT 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_INIT (Cur 2 Tot 1165) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (loopback/812XXX59-a) State INIT 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [NOTICE] switch_channel.c:1118 New Channel loopback/812XXX59-b [1dcae960-ccab-11ea-a88e-4528c513baa7] 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:165 loopback/812XXX59-b setup codec L16/8000/20 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:287 (loopback/812XXX59-b) State Change CS_NEW -> CS_INIT 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:353 setting other_loopback_from_uuid on b leg to (null) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:377 (loopback/812XXX59-a) State Change CS_INIT -> CS_ROUTING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (loopback/812XXX59-a) State INIT going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_INIT (Cur 3 Tot 1166) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (loopback/812XXX59-b) State INIT 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:377 (loopback/812XXX59-b) State Change CS_INIT -> CS_ROUTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (loopback/812XXX59-b) State INIT going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_ROUTING (Cur 3 Tot 1166) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_ROUTING (Cur 3 Tot 1166) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_channel.c:2332 (loopback/812XXX59-b) Callstate Change DOWN -> RINGING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (loopback/812XXX59-a) State ROUTING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:409 loopback/812XXX59-a CHANNEL ROUTING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:67 (loopback/812XXX59-a) State Change CS_ROUTING -> CS_CONSUME_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (loopback/812XXX59-a) State ROUTING going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_CONSUME_MEDIA (Cur 3 Tot 1166) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (loopback/812XXX59-b) State ROUTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:409 loopback/812XXX59-b CHANNEL ROUTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:236 loopback/812XXX59-b Standard ROUTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->812XXX59 in context demo.test.lan 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:663 (loopback/812XXX59-a) State CONSUME_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:678 CHANNEL CONSUME_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:663 (loopback/812XXX59-a) State CONSUME_MEDIA going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_async.c:1641 No silence detection configured; assuming start of speech 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->user_exists] continue=true 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [NOTICE] switch_channel.c:1118 New Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 [1dcb797a-ccab-11ea-a892-4528c513baa7] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [user_exists] ${loopback_leg}(B) =~ /^B$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(domain_name=${context}) INLINE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_sofia.c:5089 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_NEW -> CS_INIT 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(domain_name=demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [domain_name]=[demo.test.lan] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [user_exists] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_INIT (Cur 4 Tot 1167) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State INIT 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_sofia.c:93 sofia/internal/1000 at 11X.XXX.XXX.128:1061 SOFIA INIT 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] sofia_glue.c:1587 sip:1000 at 11X.XXX.XXX.128:1061;transport=tls Setting proxy route to sofia/internal/1000 at 11X.XXX.XXX.128:1061 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] sofia_glue.c:1618 sofia/internal/1000 at 11X.XXX.XXX.128:1061 sending invite version: 1.10.2 -release 64bit 1dcb797a-ccab-11ea-a892-4528c513baa7 Local SDP: 1dcb797a-ccab-11ea-a892-4528c513baa7 v=0 1dcb797a-ccab-11ea-a892-4528c513baa7 o=FreeSWITCH 1595464131 1595464132 IN IP4 16X.XXX.XXX.XX4 1dcb797a-ccab-11ea-a892-4528c513baa7 s=FreeSWITCH 1dcb797a-ccab-11ea-a892-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 1dcb797a-ccab-11ea-a892-4528c513baa7 t=0 0 1dcb797a-ccab-11ea-a892-4528c513baa7 m=audio 20458 RTP/AVP 8 0 101 13 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:8 PCMA/8000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:0 PCMU/8000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:101 telephone-event/8000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=fmtp:101 0-16 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:13 CN/8000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=ptime:20 1dcb797a-ccab-11ea-a892-4528c513baa7 a=sendrecv 1dcb797a-ccab-11ea-a892-4528c513baa7 m=video 30988 RTP/AVP 102 1dcb797a-ccab-11ea-a892-4528c513baa7 b=AS:1024 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:102 H264/90000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=sendrecv 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtcp-fb:102 ccm fir 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtcp-fb:102 ccm tmmbr 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtcp-fb:102 nack 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtcp-fb:102 nack pli 1dcb797a-ccab-11ea-a892-4528c513baa7 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:40 sofia/internal/1000 at 11X.XXX.XXX.128:1061 Standard INIT 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:48 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_INIT -> CS_ROUTING 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State INIT going to sleep 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_ROUTING (Cur 4 Tot 1167) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State ROUTING 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_sofia.c:154 sofia/internal/1000 at 11X.XXX.XXX.128:1061 SOFIA ROUTING 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:67 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_ROUTING -> CS_CONSUME_MEDIA 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State ROUTING going to sleep 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_CONSUME_MEDIA (Cur 4 Tot 1167) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] sofia.c:7301 Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 entering state [calling][0] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State CONSUME_MEDIA 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State CONSUME_MEDIA going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.971419 [DEBUG] switch_core_io.c:448 Setting BUG Codec PCMA:8 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:50.151426 [INFO] switch_rtp.c:7680 Auto Changing audio port from 10.66.150.170:12348 to 11X.XX.XX.103:12348 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:50.291406 [DEBUG] sofia.c:7301 Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 entering state [proceeding][180] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:50.291406 [NOTICE] sofia.c:7412 Ring-Ready sofia/internal/1000 at 11X.XXX.XXX.128:1061! 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:50.291406 [DEBUG] switch_channel.c:3437 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Callstate Change DOWN -> RINGING 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(user_exists=false) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [user_exists]=[false] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(from_user_exists=false) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [from_user_exists]=[false] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_exists] ${user_exists}(false) =~ /^true$/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->caller-details] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [caller-details] ${caller_destination}() =~ /^$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(caller_destination=${destination_number}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(caller_destination=812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [caller_destination]=[812XXX59] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(caller_id_name=${caller_id_name}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(caller_id_name=6568XXXX36) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [caller_id_name]=[6568XXXX36] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(caller_id_number=${caller_id_number}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->call-direction] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [call-direction] ${call_direction}(inbound) =~ /^(inbound|outbound|local)$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->global-variables] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [global-variables] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->domain-variables] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [domain-variables] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action export(origination_callee_id_name=${destination_number}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->is_loopback] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->user_record] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_record}() =~ /^all$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_record}() =~ /^inbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_record}() =~ /^outbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_record}() =~ /^local$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_record}() =~ /^all$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_record}() =~ /^inbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_record}() =~ /^outbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_record}() =~ /^local$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${record_session}() =~ /^true$/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->redial] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [redial] destination_number(812XXX59) =~ /^(redial|\*870)$/ break=on-true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [redial] () =~ // break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->speed_dial] continue=false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [speed_dial] destination_number(812XXX59) =~ /^\*0(.*)$/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->default_caller_id] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(emergency_caller_id_name=${default_emergency_caller_id_name}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(emergency_caller_id_name=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [emergency_caller_id_name]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(emergency_caller_id_number=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [emergency_caller_id_number]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(outbound_caller_id_name=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [outbound_caller_id_name]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(outbound_caller_id_number=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [outbound_caller_id_number]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->bind_digit_action] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b ANTI-Action set(bind_target=peer) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(bind_target=peer) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [bind_target]=[peer] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [bind_digit_action] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->bind_digit_action] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b ANTI-Action set(bind_target=peer) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(bind_target=peer) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [bind_target]=[peer] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [bind_digit_action] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->bind_digit_action] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b ANTI-Action set(bind_target=peer) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(bind_target=peer) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [bind_target]=[peer] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [bind_digit_action] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->bind_digit_action] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b ANTI-Action set(bind_target=peer) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(bind_target=peer) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [bind_target]=[peer] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [bind_digit_action] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->DemoGWSNG01.8d] continue=false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [DemoGWSNG01.8d] ${user_exists}(false) =~ /false/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [DemoGWSNG01.8d] destination_number(812XXX59) =~ /^(\d{8})$/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(sip_h_X-accountcode=${accountcode}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action export(call_direction=outbound) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action unset(call_timeout) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(hangup_after_bridge=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(effective_caller_id_name=${outbound_caller_id_name}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(effective_caller_id_number=${outbound_caller_id_number}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(inherit_codec=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(ignore_display_updates=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(callee_id_number=812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(continue_on_fail=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bridge(sofia/gateway/ce8acce6-5db5-4801-9a6a-dea123fe1e62/65812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:287 (loopback/812XXX59-b) State Change CS_ROUTING -> CS_EXECUTE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:644 (loopback/812XXX59-b) State ROUTING going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_EXECUTE (Cur 4 Tot 1167) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:651 (loopback/812XXX59-b) State EXECUTE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_loopback.c:451 loopback/812XXX59-b CHANNEL EXECUTE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:329 loopback/812XXX59-b Standard EXECUTE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(caller_id_number=6568XXXX36) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [caller_id_number]=[6568XXXX36] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(RFC2822_DATE=Thu, 23 Jul 2020 14:09:50 +0800) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [RFC2822_DATE]=[Thu, 23 Jul 2020 14:09:50 +0800] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b export(origination_callee_id_name=812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[812XXX59] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b hash(insert/demo.test.lan-last_dial/6568XXXX36/812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(sip_h_X-accountcode=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [sip_h_X-accountcode]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b export(call_direction=outbound) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[outbound] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b unset(call_timeout) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1817 UNSET [call_timeout] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(hangup_after_bridge=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [hangup_after_bridge]=[true] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(effective_caller_id_name=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [effective_caller_id_name]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(effective_caller_id_number=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [effective_caller_id_number]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(inherit_codec=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [inherit_codec]=[true] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(ignore_display_updates=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [ignore_display_updates]=[true] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(callee_id_number=812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [callee_id_number]=[812XXX59] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(continue_on_fail=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [continue_on_fail]=[true] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bridge(sofia/gateway/ce8acce6-5db5-4801-9a6a-dea123fe1e62/65812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [call_direction]=[outbound] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [call_direction]=[outbound] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [origination_callee_id_name]=[812XXX59] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [origination_callee_id_name]=[812XXX59] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [call_direction]=[outbound] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [NOTICE] switch_channel.c:1118 New Channel sofia/external-demo/65812XXX59 [1e09b9ba-ccab-11ea-a8be-4528c513baa7] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_sofia.c:5089 (sofia/external-demo/65812XXX59) State Change CS_NEW -> CS_INIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_INIT (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/65812XXX59) State INIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_sofia.c:93 sofia/external-demo/65812XXX59 SOFIA INIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] sofia_glue.c:1618 sofia/external-demo/65812XXX59 sending invite version: 1.10.2 -release 64bit 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Local SDP: 1e09b9ba-ccab-11ea-a8be-4528c513baa7 v=0 1e09b9ba-ccab-11ea-a8be-4528c513baa7 o=FreeSWITCH 1595467334 1595467335 IN IP4 16X.XXX.XXX.XX4 1e09b9ba-ccab-11ea-a8be-4528c513baa7 s=FreeSWITCH 1e09b9ba-ccab-11ea-a8be-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 1e09b9ba-ccab-11ea-a8be-4528c513baa7 t=0 0 1e09b9ba-ccab-11ea-a8be-4528c513baa7 m=audio 17256 RTP/AVP 102 8 0 101 13 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:102 L16/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:8 PCMA/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:0 PCMU/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:101 telephone-event/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=fmtp:101 0-16 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:13 CN/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=ptime:20 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=sendrecv 1e09b9ba-ccab-11ea-a8be-4528c513baa7 m=video 18902 RTP/AVP 103 1e09b9ba-ccab-11ea-a8be-4528c513baa7 b=AS:1024 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:103 H264/90000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=sendrecv 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtcp-fb:103 ccm fir 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtcp-fb:103 ccm tmmbr 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtcp-fb:103 nack 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtcp-fb:103 nack pli 1e09b9ba-ccab-11ea-a8be-4528c513baa7 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:40 sofia/external-demo/65812XXX59 Standard INIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:48 (sofia/external-demo/65812XXX59) State Change CS_INIT -> CS_ROUTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/65812XXX59) State INIT going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_ROUTING (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/65812XXX59) State ROUTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_sofia.c:154 sofia/external-demo/65812XXX59 SOFIA ROUTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_ivr_originate.c:67 (sofia/external-demo/65812XXX59) State Change CS_ROUTING -> CS_CONSUME_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/65812XXX59) State ROUTING going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_CONSUME_MEDIA (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [calling][0] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [proceeding][180] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.991414 [NOTICE] sofia.c:7412 Ring-Ready sofia/external-demo/65812XXX59! 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_channel.c:3437 (sofia/external-demo/65812XXX59) Callstate Change DOWN -> RINGING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:50.991414 [NOTICE] mod_loopback.c:1023 Pre-Answer loopback/812XXX59-a! 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_channel.c:3565 (loopback/812XXX59-a) Callstate Change DOWN -> EARLY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [NOTICE] switch_ivr_originate.c:1246 Pre-Answer loopback/812XXX59-b! 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_channel.c:3565 (loopback/812XXX59-b) Callstate Change RINGING -> EARLY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_ivr_originate.c:1304 Raw Codec Activation Success L16 at 8000hz 1 channel 20ms 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_core_codec.c:223 loopback/812XXX59-b Push codec L16:100 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_ivr_originate.c:1378 Play Ringback Tone [%(2000,4000,440,480)] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [completing][200] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] sofia.c:7311 Remote SDP: 1e09b9ba-ccab-11ea-a8be-4528c513baa7 v=0 1e09b9ba-ccab-11ea-a8be-4528c513baa7 o=root 2017010976 2017010976 IN IP4 10.66.150.170 1e09b9ba-ccab-11ea-a8be-4528c513baa7 s=Asterisk PBX 13.11.2 1e09b9ba-ccab-11ea-a8be-4528c513baa7 c=IN IP4 10.66.150.170 1e09b9ba-ccab-11ea-a8be-4528c513baa7 t=0 0 1e09b9ba-ccab-11ea-a8be-4528c513baa7 m=audio 10100 RTP/AVP 8 0 101 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:8 PCMA/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:0 PCMU/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:101 telephone-event/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=fmtp:101 0-16 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=ptime:20 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=maxptime:150 1e09b9ba-ccab-11ea-a8be-4528c513baa7 m=video 0 RTP/AVP 103 1e09b9ba-ccab-11ea-a8be-4528c513baa7 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [ready][200] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[L16:100:8000:20:128000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[L16:100:8000:20:128000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5508 Set telephone-event payload to 101 at 8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:3837 Set Codec sofia/external-demo/65812XXX59 PCMA/8000 20 ms 160 samples 64000 bits 1 channels 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_codec.c:111 sofia/external-demo/65812XXX59 Original read codec set to PCMA:8 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5851 Set telephone-event payload to 101 at 8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5909 sofia/external-demo/65812XXX59 Set 2833 dtmf send payload to 101 recv payload to 101 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:8659 AUDIO RTP [sofia/external-demo/65812XXX59] 16X.XXX.XXX.XX4 port 17256 -> 10.66.150.170 port 10100 codec: 8 ms: 20 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_rtp.c:4408 Starting timer [soft] 160 bytes per 20ms 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_media.c:8973 sofia/external-demo/65812XXX59 Set 2833 dtmf send payload to 101 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_media.c:8980 sofia/external-demo/65812XXX59 Set 2833 dtmf receive payload to 101 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_media.c:9003 sofia/external-demo/65812XXX59 Set rtp dtmf delay to 40 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [NOTICE] sofia.c:8479 Channel [sofia/external-demo/65812XXX59] has been answered 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_channel.c:3865 (sofia/external-demo/65812XXX59) Callstate Change RINGING -> ACTIVE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_codec.c:248 loopback/812XXX59-b Restore previous codec L16:100. 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.291385 [NOTICE] mod_loopback.c:1018 Channel [loopback/812XXX59-a] has been answered 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_channel.c:3865 (loopback/812XXX59-a) Callstate Change EARLY -> ACTIVE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:57.291385 [NOTICE] switch_ivr_originate.c:3751 Channel [loopback/812XXX59-b] has been answered 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_channel.c:3865 (loopback/812XXX59-b) Callstate Change EARLY -> ACTIVE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_ivr_originate.c:3809 Originate Resulted in Success: [sofia/external-demo/65812XXX59] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] mod_loopback.c:1040 setting other_leg_true_id to (null) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_ivr_bridge.c:1796 (sofia/external-demo/65812XXX59) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_EXCHANGE_MEDIA (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_state_machine.c:654 (sofia/external-demo/65812XXX59) State EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] mod_sofia.c:656 SOFIA EXCHANGE_MEDIA 2020-07-23 14:09:57.291385 [DEBUG] switch_ivr_originate.c:3809 Originate Resulted in Success: [loopback/812XXX59-a] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [NOTICE] switch_ivr_originate.c:3716 Hangup sofia/internal/1000 at 11X.XXX.XXX.128:1061 [CS_CONSUME_MEDIA] [LOSE_RACE] 2020-07-23 14:09:57.311374 [DEBUG] switch_ivr_originate.c:3941 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_HANGUP (Cur 5 Tot 1168) 2020-07-23 14:09:57.311374 [NOTICE] switch_ivr_originate.c:2955 Cannot create outgoing channel of type [user] cause: [LOSE_RACE] 2020-07-23 14:09:57.311374 [DEBUG] switch_ivr_originate.c:3952 Originate Resulted in Error Cause: 502 [LOSE_RACE] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:848 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Callstate Change RINGING -> HANGUP 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State HANGUP 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] mod_sofia.c:453 Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 hanging up, cause: LOSE_RACE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] mod_sofia.c:521 Sending CANCEL to sofia/internal/1000 at 11X.XXX.XXX.128:1061 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:60 sofia/internal/1000 at 11X.XXX.XXX.128:1061 Standard HANGUP, cause: LOSE_RACE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State HANGUP going to sleep 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:620 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_HANGUP -> CS_REPORTING 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_REPORTING (Cur 5 Tot 1168) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_core_media.c:8641 Audio params are unchanged for sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] mod_sofia.c:898 Local SDP sofia/external-demo/6568XXXX36 at 10.66.150.170:6077: 1c9549d2-ccab-11ea-a83a-4528c513baa7 v=0 1c9549d2-ccab-11ea-a83a-4528c513baa7 o=FreeSWITCH 1595457811 1595457813 IN IP4 16X.XXX.XXX.XX4 1c9549d2-ccab-11ea-a83a-4528c513baa7 s=FreeSWITCH 1c9549d2-ccab-11ea-a83a-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 1c9549d2-ccab-11ea-a83a-4528c513baa7 t=0 0 1c9549d2-ccab-11ea-a83a-4528c513baa7 m=audio 26776 RTP/AVP 8 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:8 PCMA/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:101 telephone-event/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=fmtp:101 0-16 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=ptime:20 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=sendrecv 1c9549d2-ccab-11ea-a83a-4528c513baa7 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [NOTICE] switch_ivr_bridge.c:1673 Channel [sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077] has been answered 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_channel.c:3865 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change EARLY -> ACTIVE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] sofia.c:7301 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 entering state [completed][200] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_ivr_bridge.c:1796 (loopback/812XXX59-a) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_EXCHANGE_MEDIA (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_core_state_machine.c:654 (loopback/812XXX59-a) State EXCHANGE_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] mod_loopback.c:640 CHANNEL LOOPBACK 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.371396 [DEBUG] switch_rtp.c:7720 Correct audio ip/port confirmed. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.371396 [DEBUG] sofia.c:7301 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 entering state [ready][200] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.391393 [DEBUG] mod_sofia.c:2098 Not sending same id again "6568XXXX36" <6568XXXX36> 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.551412 [INFO] switch_rtp.c:7680 Auto Changing audio port from 10.66.150.170:10100 to 11X.XX.XX.103:10100 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.451396 [DEBUG] mod_loopback.c:910 loopback/812XXX59-a detected bridge on both ends, attempting direct connection. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.451396 [DEBUG] switch_ivr_bridge.c:2213 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_EXECUTE -> CS_HIBERNATE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.451396 [DEBUG] switch_ivr_bridge.c:2215 (sofia/external-demo/65812XXX59) State Change CS_EXCHANGE_MEDIA -> CS_HIBERNATE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.451396 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [sofia/external-demo/65812XXX59] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:654 (sofia/external-demo/65812XXX59) State EXCHANGE_MEDIA going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_HIBERNATE (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:666 (sofia/external-demo/65812XXX59) State HIBERNATE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:191 sofia/external-demo/65812XXX59 SOFIA HIBERNATE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1147 (sofia/external-demo/65812XXX59) State Change CS_HIBERNATE -> CS_RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:666 (sofia/external-demo/65812XXX59) State HIBERNATE going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_RESET (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/65812XXX59) State RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:172 sofia/external-demo/65812XXX59 SOFIA RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1132 sofia/external-demo/65812XXX59 CUSTOM RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:188 sofia/external-demo/65812XXX59 Standard RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/65812XXX59) State RESET going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:823 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 ending bridge by request from write function 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [loopback/812XXX59-a] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [NOTICE] switch_ivr_bridge.c:1032 Hangup loopback/812XXX59-a [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_loopback.c:607 loopback/812XXX59-a CHANNEL KILL 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:654 (loopback/812XXX59-a) State EXCHANGE_MEDIA going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_HANGUP (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:848 (loopback/812XXX59-a) Callstate Change ACTIVE -> HANGUP 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:850 (loopback/812XXX59-a) State HANGUP 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_loopback.c:566 loopback/812XXX59-a CHANNEL HANGUP 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1895 loopback/812XXX59-a skip receive message [UNBRIDGE] (channel is hungup already) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1960 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_HIBERNATE -> CS_RESET 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [NOTICE] mod_loopback.c:582 Hangup loopback/812XXX59-b [CS_EXECUTE] [NORMAL_CLEARING] 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [loopback/812XXX59-b] 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1898 loopback/812XXX59-b skip receive message [UNBRIDGE] (channel is hungup already) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_loopback.c:607 loopback/812XXX59-b CHANNEL KILL 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:60 loopback/812XXX59-a Standard HANGUP, cause: NORMAL_CLEARING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:850 (loopback/812XXX59-a) State HANGUP going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:620 (loopback/812XXX59-a) State Change CS_HANGUP -> CS_REPORTING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_REPORTING (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:936 (loopback/812XXX59-a) State REPORTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_session.c:2905 loopback/812XXX59-b skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:651 (loopback/812XXX59-b) State EXECUTE going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:174 loopback/812XXX59-a Standard REPORTING, cause: NORMAL_CLEARING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_HANGUP (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:936 (loopback/812XXX59-a) State REPORTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_cpp.cpp:1187 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 destroy/unlink session from object 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:611 (loopback/812XXX59-a) State Change CS_REPORTING -> CS_DESTROY 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_session.c:1726 Session 1165 (loopback/812XXX59-a) Locked, Waiting on external entities 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:848 (loopback/812XXX59-b) Callstate Change ACTIVE -> HANGUP 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:850 (loopback/812XXX59-b) State HANGUP 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_loopback.c:566 loopback/812XXX59-b CHANNEL HANGUP 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:60 loopback/812XXX59-b Standard HANGUP, cause: NORMAL_CLEARING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:850 (loopback/812XXX59-b) State HANGUP going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:620 (loopback/812XXX59-b) State Change CS_HANGUP -> CS_REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State EXECUTE going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_RESET (Cur 5 Tot 1168) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_REPORTING (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [NOTICE] switch_core_session.c:1744 Session 1165 (loopback/812XXX59-a) Ended 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:936 (loopback/812XXX59-b) State REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:172 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1132 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 CUSTOM RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1139 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_RESET -> CS_SOFT_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State RESET going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_SOFT_EXECUTE (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [NOTICE] switch_core_session.c:1748 Close Channel loopback/812XXX59-a [CS_DESTROY] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:657 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State SOFT_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:662 SOFIA SOFT_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1157 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 CUSTOM SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1189 (sofia/external-demo/65812XXX59) State Change CS_RESET -> CS_SOFT_EXECUTE 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:739 (loopback/812XXX59-a) Running State Change CS_DESTROY (Cur 4 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_SOFT_EXECUTE (Cur 4 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:657 (sofia/external-demo/65812XXX59) State SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:662 SOFIA SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1157 sofia/external-demo/65812XXX59 CUSTOM SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:401 sofia/external-demo/65812XXX59 Standard SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:657 (sofia/external-demo/65812XXX59) State SOFT_EXECUTE going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:749 (loopback/812XXX59-a) State DESTROY 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:181 loopback/812XXX59-a Standard DESTROY 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:749 (loopback/812XXX59-a) State DESTROY going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_ivr_bridge.c:1686 (sofia/external-demo/65812XXX59) State Change CS_SOFT_EXECUTE -> CS_CONSUME_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_CONSUME_MEDIA (Cur 4 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_ivr_bridge.c:1061 sofia/external-demo/65812XXX59 CUSTOM HOLD 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_ivr_bridge.c:1796 (sofia/external-demo/65812XXX59) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_EXCHANGE_MEDIA (Cur 4 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:654 (sofia/external-demo/65812XXX59) State EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] mod_sofia.c:656 SOFIA EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] mod_sofia.c:2098 Not sending same id again "6568XXXX36" <6568XXXX36> 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:174 sofia/internal/1000 at 11X.XXX.XXX.128:1061 Standard REPORTING, cause: LOSE_RACE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State REPORTING going to sleep 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:611 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_REPORTING -> CS_DESTROY 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_session.c:1726 Session 1167 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Locked, Waiting on external entities 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [NOTICE] switch_core_session.c:1744 Session 1167 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Ended 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 [CS_DESTROY] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_DESTROY (Cur 3 Tot 1168) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State DESTROY 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] mod_sofia.c:364 sofia/internal/1000 at 11X.XXX.XXX.128:1061 SOFIA DESTROY 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:181 sofia/internal/1000 at 11X.XXX.XXX.128:1061 Standard DESTROY 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State DESTROY going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:174 loopback/812XXX59-b Standard REPORTING, cause: NORMAL_CLEARING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:936 (loopback/812XXX59-b) State REPORTING going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:611 (loopback/812XXX59-b) State Change CS_REPORTING -> CS_DESTROY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_session.c:1726 Session 1166 (loopback/812XXX59-b) Locked, Waiting on external entities 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [NOTICE] switch_core_session.c:1744 Session 1166 (loopback/812XXX59-b) Ended 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [NOTICE] switch_core_session.c:1748 Close Channel loopback/812XXX59-b [CS_DESTROY] 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:739 (loopback/812XXX59-b) Running State Change CS_DESTROY (Cur 2 Tot 1168) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:749 (loopback/812XXX59-b) State DESTROY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:181 loopback/812XXX59-b Standard DESTROY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:749 (loopback/812XXX59-b) State DESTROY going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:02.431398 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF *:1440 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:02.451398 [INFO] switch_channel.c:522 RECV DTMF *:1440 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:02.871401 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 4:1440 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:02.871401 [INFO] switch_channel.c:522 RECV DTMF 4:1440 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:02.891397 [DEBUG] switch_ivr_async.c:4319 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Processing meta digit 4 [execute_extension::att_xfer XML demo.test.lan] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:03.131404 [DEBUG] switch_ivr.c:632 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Command Execute [depth=0] playback(shout://23.82.11.88:3228/stream) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 playback(shout://23.82.11.88:3228/stream) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.131404 [DEBUG] switch_ivr.c:632 sofia/external-demo/65812XXX59 Command Execute [depth=0] execute_extension(att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/65812XXX59 execute_extension(att_xfer XML demo.test.lan) 2020-07-23 14:10:03.131404 [INFO] mod_shout.c:708 Opening stream: http://23.82.11.88:3228/stream 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.131404 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->att_xfer in context demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->user_exists] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_exists] ${loopback_leg}() =~ /^B$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [user_exists] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(user_exists=false) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.131404 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [user_exists]=[false] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(from_user_exists=false) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [from_user_exists]=[false] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_exists] ${user_exists}(false) =~ /^true$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->caller-details] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [caller-details] ${caller_destination}() =~ /^$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(caller_destination=${destination_number}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(caller_destination=att_xfer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [caller_destination]=[att_xfer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(caller_id_name=${caller_id_name}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(caller_id_name=6568XXXX36) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [caller_id_name]=[6568XXXX36] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(caller_id_number=${caller_id_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->call-direction] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [call-direction] ${call_direction}(outbound) =~ /^(inbound|outbound|local)$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->global-variables] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [global-variables] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->domain-variables] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [domain-variables] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action export(origination_callee_id_name=${destination_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->is_loopback] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->user_record] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_record}() =~ /^all$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${call_direction}(outbound) =~ /^inbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_record}() =~ /^inbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [user_record] ${call_direction}(outbound) =~ /^outbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_record}() =~ /^outbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${call_direction}(outbound) =~ /^local$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_record}() =~ /^local$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_record}() =~ /^all$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${call_direction}(outbound) =~ /^inbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_record}() =~ /^inbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [user_record] ${call_direction}(outbound) =~ /^outbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_record}() =~ /^outbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${call_direction}(outbound) =~ /^local$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_record}() =~ /^local$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${record_session}() =~ /^true$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->redial] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [redial] destination_number(att_xfer) =~ /^(redial|\*870)$/ break=on-true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [redial] () =~ // break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->speed_dial] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [speed_dial] destination_number(att_xfer) =~ /^\*0(.*)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->default_caller_id] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(emergency_caller_id_name=${default_emergency_caller_id_name}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(emergency_caller_id_name=) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [emergency_caller_id_name]=[UNDEF] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(emergency_caller_id_number=) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [emergency_caller_id_number]=[UNDEF] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(outbound_caller_id_name=) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [outbound_caller_id_name]=[UNDEF] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(outbound_caller_id_number=) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [outbound_caller_id_number]=[UNDEF] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->bind_digit_action] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 ANTI-Action set(bind_target=peer) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(bind_target=peer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [bind_target]=[peer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->bind_digit_action] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 ANTI-Action set(bind_target=peer) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(bind_target=peer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [bind_target]=[peer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->bind_digit_action] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 ANTI-Action set(bind_target=peer) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(bind_target=peer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [bind_target]=[peer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->bind_digit_action] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 ANTI-Action set(bind_target=peer) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(bind_target=peer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [bind_target]=[peer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->DemoGWSNG01.8d] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [DemoGWSNG01.8d] ${user_exists}(false) =~ /false/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [DemoGWSNG01.8d] destination_number(att_xfer) =~ /^(\d{8})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->DemoGWSNG01.1800d7] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [DemoGWSNG01.1800d7] ${user_exists}(false) =~ /false/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [DemoGWSNG01.1800d7] destination_number(att_xfer) =~ /^(1800\d{7})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->DemoGWSNG01.d1020] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [DemoGWSNG01.d1020] ${user_exists}(false) =~ /false/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [DemoGWSNG01.d1020] destination_number(att_xfer) =~ /^(\d{10,20})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->agent_status] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [agent_status] destination_number(att_xfer) =~ /^\*22$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [agent_status] destination_number(att_xfer) =~ /^(agent\+)(.*)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->agent_status_id] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [agent_status_id] destination_number(att_xfer) =~ /^\*23$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->group-intercept] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [group-intercept] destination_number(att_xfer) =~ /^\*8$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->page-extension] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [page-extension] destination_number(att_xfer) =~ /^\*8(\d{2,7})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->eavesdrop] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [eavesdrop] destination_number(att_xfer) =~ /^\*33(\d{2,7})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->call_privacy] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [call_privacy] destination_number(att_xfer) =~ /^\*67(\d+)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->call_return] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [call_return] destination_number(att_xfer) =~ /^\*69$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->extension_queue] continue= 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [extension_queue] destination_number(att_xfer) =~ /^\*800(.*)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->intercept-ext-polycom] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [intercept-ext-polycom] destination_number(att_xfer) =~ /^\*97(\d+)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->intercept-ext] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [intercept-ext] destination_number(att_xfer) =~ /^\*\*(\d+)$/ break=on-true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [intercept-ext] destination_number(att_xfer) =~ /^\*\*$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->dx] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [dx] destination_number(att_xfer) =~ /^dx$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->send_to_voicemail] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [send_to_voicemail] destination_number(att_xfer) =~ /^\*99(\d{2,10})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->att_xfer] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [att_xfer] destination_number(att_xfer) =~ /^att_xfer$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action read(2 6 tone_stream://%(10000,0,350,440) digits 30000 #) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(origination_cancel_key=#) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action att_xfer(user/${digits}@${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] set(caller_id_number=${caller_id_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(caller_id_number=6568XXXX36) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [caller_id_number]=[6568XXXX36] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(RFC2822_DATE=Thu, 23 Jul 2020 14:10:03 +0800) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [RFC2822_DATE]=[Thu, 23 Jul 2020 14:10:03 +0800] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] export(origination_callee_id_name=${destination_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 export(origination_callee_id_name=att_xfer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[att_xfer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 hash(insert/-last_dial/6568XXXX36/att_xfer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] read(2 6 tone_stream://%(10000,0,350,440) digits 30000 #) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 read(2 6 tone_stream://%(10000,0,350,440) digits 30000 #) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [DEBUG] switch_ivr_play_say.c:1492 Codec Activated L16 at 8000hz 1 channels 20ms 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.231404 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 1:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.231404 [INFO] switch_channel.c:522 RECV DTMF 1:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.251391 [DEBUG] switch_ivr_play_say.c:1933 done playing file tone_stream://%(10000,0,350,440) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.671401 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 0:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.671401 [INFO] switch_channel.c:522 RECV DTMF 0:1120 2020-07-23 14:10:03.751394 [WARNING] switch_core_file.c:410 File has 2 channels, muxing to 1 channel will occur. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:03.751394 [DEBUG] switch_ivr_play_say.c:1492 Codec Activated L16 at 8000hz 1 channels 20ms 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:04.071429 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 0:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:04.071429 [INFO] switch_channel.c:522 RECV DTMF 0:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:04.471431 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 1:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:04.471431 [INFO] switch_channel.c:522 RECV DTMF 1:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.591415 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF #:1080 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.591415 [INFO] switch_channel.c:522 RECV DTMF #:1080 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [NOTICE] switch_core_session.c:3017 Execute [depth=1] set(origination_cancel_key=#) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(origination_cancel_key=#) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [origination_cancel_key]=[#] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [NOTICE] switch_core_session.c:3017 Execute [depth=1] att_xfer(user/${digits}@ ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 att_xfer(user/1001 at demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1906 (sofia/external-demo/65812XXX59) Callstate Change ACTIVE -> RING_WAIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [NOTICE] switch_channel.c:1118 New Channel sofia/internal/1001 at 172.16.99.17:12769 [27213f3c-ccab-11ea-a8ef-4528c513baa7] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] mod_sofia.c:5089 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_NEW -> CS_INIT 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_INIT (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:628 (sofia/internal/1001 at 172.16.99.17:12769) State INIT 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] mod_sofia.c:93 sofia/internal/1001 at 172.16.99.17:12769 SOFIA INIT 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] sofia_glue.c:1587 sip:1001 at 11X.XXX.XXX.128:12769;transport=TLS Setting proxy route to sofia/internal/1001 at 172.16.99.17:12769 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] sofia_glue.c:1618 sofia/internal/1001 at 172.16.99.17:12769 sending invite version: 1.10.2 -release 64bit 27213f3c-ccab-11ea-a8ef-4528c513baa7 Local SDP: 27213f3c-ccab-11ea-a8ef-4528c513baa7 v=0 27213f3c-ccab-11ea-a8ef-4528c513baa7 o=FreeSWITCH 1595463175 1595463176 IN IP4 16X.XXX.XXX.XX4 27213f3c-ccab-11ea-a8ef-4528c513baa7 s=FreeSWITCH 27213f3c-ccab-11ea-a8ef-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 27213f3c-ccab-11ea-a8ef-4528c513baa7 t=0 0 27213f3c-ccab-11ea-a8ef-4528c513baa7 m=audio 21430 RTP/AVP 8 0 101 13 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:8 PCMA/8000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:0 PCMU/8000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:101 telephone-event/8000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=fmtp:101 0-16 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:13 CN/8000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=ptime:20 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=sendrecv 27213f3c-ccab-11ea-a8ef-4528c513baa7 m=video 21738 RTP/AVP 103 27213f3c-ccab-11ea-a8ef-4528c513baa7 b=AS:1024 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:103 H264/90000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=sendrecv 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtcp-fb:103 ccm fir 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtcp-fb:103 ccm tmmbr 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtcp-fb:103 nack 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtcp-fb:103 nack pli 27213f3c-ccab-11ea-a8ef-4528c513baa7 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:40 sofia/internal/1001 at 172.16.99.17:12769 Standard INIT 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:48 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_INIT -> CS_ROUTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:628 (sofia/internal/1001 at 172.16.99.17:12769) State INIT going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_ROUTING (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] sofia.c:7301 Channel sofia/internal/1001 at 172.16.99.17:12769 entering state [calling][0] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/1001 at 172.16.99.17:12769) State ROUTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] mod_sofia.c:154 sofia/internal/1001 at 172.16.99.17:12769 SOFIA ROUTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_ivr_originate.c:67 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_ROUTING -> CS_CONSUME_MEDIA 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/1001 at 172.16.99.17:12769) State ROUTING going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_CONSUME_MEDIA (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/1001 at 172.16.99.17:12769) State CONSUME_MEDIA 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/1001 at 172.16.99.17:12769) State CONSUME_MEDIA going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.751416 [DEBUG] sofia.c:7301 Channel sofia/internal/1001 at 172.16.99.17:12769 entering state [proceeding][180] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.751416 [NOTICE] sofia.c:7412 Ring-Ready sofia/internal/1001 at 172.16.99.17:12769! 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.751416 [DEBUG] switch_channel.c:3437 (sofia/internal/1001 at 172.16.99.17:12769) Callstate Change DOWN -> RINGING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.771406 [DEBUG] switch_ivr_originate.c:1304 Raw Codec Activation Success L16 at 8000hz 1 channel 20ms 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.771406 [DEBUG] switch_core_codec.c:223 sofia/external-demo/65812XXX59 Push codec L16:100 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.791377 [DEBUG] switch_ivr_originate.c:1378 Play Ringback Tone [%(2000,4000,440,480)] 2020-07-23 14:10:26.111411 [WARNING] sofia_reg.c:1793 SIP auth challenge (REGISTER) on sofia profile 'internal' for [110 at demo.test.lan] from ip 203.118.10.21 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.411419 [NOTICE] sofia.c:1089 Hangup sofia/external-demo/65812XXX59 [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.411419 [DEBUG] switch_core_session.c:2905 sofia/external-demo/65812XXX59 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.411419 [DEBUG] switch_core_session.c:2905 sofia/external-demo/65812XXX59 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.431382 [DEBUG] switch_ivr_play_say.c:1933 done playing file shout://23.82.11.88:3228/stream 2020-07-23 14:10:26.431382 [DEBUG] mod_shout.c:160 Waiting for stream to terminate: http://23.82.11.88:3228/stream 2020-07-23 14:10:26.451452 [DEBUG] mod_shout.c:525 Read Thread Done 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:571 sofia/external-demo/65812XXX59 skip receive message [BRIDGE] (channel is hungup already) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr.c:679 sofia/external-demo/65812XXX59 skip receive message [AUDIO_SYNC] (channel is hungup already) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:829 sofia/external-demo/65812XXX59 ending bridge by request from read function 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_codec.c:248 sofia/external-demo/65812XXX59 Restore previous codec PCMA:8. 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [sofia/external-demo/65812XXX59] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:654 (sofia/external-demo/65812XXX59) State EXCHANGE_MEDIA going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_HANGUP (Cur 3 Tot 1169) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:848 (sofia/external-demo/65812XXX59) Callstate Change RING_WAIT -> HANGUP 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/65812XXX59) State HANGUP 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] mod_sofia.c:453 Channel sofia/external-demo/65812XXX59 hanging up, cause: NORMAL_CLEARING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:60 sofia/external-demo/65812XXX59 Standard HANGUP, cause: NORMAL_CLEARING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/65812XXX59) State HANGUP going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:620 (sofia/external-demo/65812XXX59) State Change CS_HANGUP -> CS_REPORTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_REPORTING (Cur 3 Tot 1169) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/65812XXX59) State REPORTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:174 sofia/external-demo/65812XXX59 Standard REPORTING, cause: NORMAL_CLEARING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/65812XXX59) State REPORTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:611 (sofia/external-demo/65812XXX59) State Change CS_REPORTING -> CS_DESTROY 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_session.c:1726 Session 1168 (sofia/external-demo/65812XXX59) Locked, Waiting on external entities 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:1960 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_SOFT_EXECUTE -> CS_RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:657 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State SOFT_EXECUTE going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_RESET (Cur 3 Tot 1169) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] mod_sofia.c:172 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:188 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State RESET going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] sofia.c:7301 Channel sofia/internal/1001 at 172.16.99.17:12769 entering state [terminated][486] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [NOTICE] sofia.c:8534 Hangup sofia/internal/1001 at 172.16.99.17:12769 [CS_CONSUME_MEDIA] [USER_BUSY] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_HANGUP (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:848 (sofia/internal/1001 at 172.16.99.17:12769) Callstate Change RINGING -> HANGUP 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1001 at 172.16.99.17:12769) State HANGUP 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] mod_sofia.c:453 Channel sofia/internal/1001 at 172.16.99.17:12769 hanging up, cause: USER_BUSY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:60 sofia/internal/1001 at 172.16.99.17:12769 Standard HANGUP, cause: USER_BUSY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1001 at 172.16.99.17:12769) State HANGUP going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:620 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_HANGUP -> CS_REPORTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_REPORTING (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1001 at 172.16.99.17:12769) State REPORTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:174 sofia/internal/1001 at 172.16.99.17:12769 Standard REPORTING, cause: USER_BUSY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1001 at 172.16.99.17:12769) State REPORTING going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:611 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_REPORTING -> CS_DESTROY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_session.c:1726 Session 1169 (sofia/internal/ 1001 at 172.16.99.17:12769) Locked, Waiting on external entities 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_core_session.c:1744 Session 1169 (sofia/internal/ 1001 at 172.16.99.17:12769) Ended 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/ 1001 at 172.16.99.17:12769 [CS_DESTROY] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_DESTROY (Cur 2 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1001 at 172.16.99.17:12769) State DESTROY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] mod_sofia.c:364 sofia/internal/1001 at 172.16.99.17:12769 SOFIA DESTROY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:181 sofia/internal/1001 at 172.16.99.17:12769 Standard DESTROY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1001 at 172.16.99.17:12769) State DESTROY going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_ivr.c:2231 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_RESET -> CS_ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_ivr.c:2238 Transfer sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 to XML[65812XXX59 at demo.test.lan] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_ROUTING (Cur 2 Tot 1169) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_ivr_originate.c:3952 Originate Resulted in Error Cause: 487 [ORIGINATOR_CANCEL] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_channel.c:2332 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change ACTIVE -> RINGING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] mod_sofia.c:154 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:236 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->65812XXX59 in context demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_ivr_originate.c:2955 Cannot create outgoing channel of type [user] cause: [ATTENDED_TRANSFER] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_ivr_originate.c:3952 Originate Resulted in Error Cause: 601 [ATTENDED_TRANSFER] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_core_session.c:1744 Session 1168 (sofia/external-demo/65812XXX59) Ended 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external-demo/65812XXX59 [CS_DESTROY] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:739 (sofia/external-demo/65812XXX59) Running State Change CS_DESTROY (Cur 1 Tot 1169) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/65812XXX59) State DESTROY 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] mod_sofia.c:364 sofia/external-demo/65812XXX59 SOFIA DESTROY 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:181 sofia/external-demo/65812XXX59 Standard DESTROY 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/65812XXX59) State DESTROY going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->user_exists] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_exists] ${loopback_leg}() =~ /^B$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_exists] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(user_exists=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.071393 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [user_exists]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(from_user_exists=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [from_user_exists]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_exists] ${user_exists}(false) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->caller-details] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [caller-details] ${caller_destination}(69XXXX09) =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call-direction] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [call-direction] ${call_direction}(inbound) =~ /^(inbound|outbound|local)$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->global-variables] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [global-variables] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->domain-variables] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [domain-variables] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action export(origination_callee_id_name=${destination_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_loopback] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->user_record] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^all$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_record}(outbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_session=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_session=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_session]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^all$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${record_session}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_path=${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_path=/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_path]=[/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_name=${uuid}.${record_ext}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_name=1c9549d2-ccab-11ea-a83a-4528c513baa7.wav) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_name]=[1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(recording_follow_transfer=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(recording_follow_transfer=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [recording_follow_transfer]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_append=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_append=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_append]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(record_in_progress=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(record_in_progress=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_in_progress]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(${uuid_record ${uuid} start ${record_path}/${record_name}}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->redial] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [redial] destination_number(65812XXX59) =~ /^(redial|\*870)$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [redial] () =~ // break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->speed_dial] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [speed_dial] destination_number(65812XXX59) =~ /^\*0(.*)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->default_caller_id] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(emergency_caller_id_name=${default_emergency_caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(emergency_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [emergency_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(emergency_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [emergency_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(outbound_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [outbound_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(outbound_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [outbound_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.8d] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [DemoGWSNG01.8d] ${user_exists}(false) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.8d] destination_number(65812XXX59) =~ /^(\d{8})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.1800d7] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [DemoGWSNG01.1800d7] ${user_exists}(false) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.1800d7] destination_number(65812XXX59) =~ /^(1800\d{7})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.d1020] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [DemoGWSNG01.d1020] ${user_exists}(false) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [DemoGWSNG01.d1020] destination_number(65812XXX59) =~ /^(\d{10,20})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(sip_h_X-accountcode=${accountcode}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action export(call_direction=outbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action unset(call_timeout) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(effective_caller_id_name=${outbound_caller_id_name}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(effective_caller_id_number=${outbound_caller_id_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(inherit_codec=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(ignore_display_updates=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(callee_id_number=65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Action bridge(sofia/gateway/ce8acce6-5db5-4801-9a6a-dea123fe1e62/65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:287 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State Change CS_ROUTING -> CS_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State ROUTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_EXECUTE (Cur 1 Tot 1169) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:2334 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change RINGING -> ACTIVE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_sofia.c:209 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:329 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(RFC2822_DATE=Thu, 23 Jul 2020 14:10:27 +0800) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [RFC2822_DATE]=[Thu, 23 Jul 2020 14:10:27 +0800] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 export(origination_callee_id_name=65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[65812XXX59] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [WARNING] switch_ivr_async.c:2662 Already recording [/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23/1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(+OK Success 1c9549d2-ccab-11ea-a83a-4528c513baa7 ) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [+OK Success 1c9549d2-ccab-11ea-a83a-4528c513baa7 ]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 hash(insert/demo.test.lan-last_dial/6568XXXX36/65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(sip_h_X-accountcode=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [sip_h_X-accountcode]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 export(call_direction=outbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[outbound] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 unset(call_timeout) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1817 UNSET [call_timeout] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [hangup_after_bridge]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(effective_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [effective_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(effective_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [effective_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(inherit_codec=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [inherit_codec]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(ignore_display_updates=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [ignore_display_updates]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(callee_id_number=65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [callee_id_number]=[65812XXX59] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [continue_on_fail]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 bridge(sofia/gateway/ce8acce6-5db5-4801-9a6a-dea123fe1e62/65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1906 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change ACTIVE -> RING_WAIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[outbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[outbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [origination_callee_id_name]=[65812XXX59] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [origination_callee_id_name]=[65812XXX59] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[outbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [NOTICE] switch_channel.c:1118 New Channel sofia/external-demo/65812XXX59 [33f944de-ccab-11ea-a923-4528c513baa7] 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_sofia.c:5089 (sofia/external-demo/65812XXX59) State Change CS_NEW -> CS_INIT 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_INIT (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/65812XXX59) State INIT 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_sofia.c:93 sofia/external-demo/65812XXX59 SOFIA INIT 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] sofia_glue.c:1618 sofia/external-demo/65812XXX59 sending invite version: 1.10.2 -release 64bit 33f944de-ccab-11ea-a923-4528c513baa7 Local SDP: 33f944de-ccab-11ea-a923-4528c513baa7 v=0 33f944de-ccab-11ea-a923-4528c513baa7 o=FreeSWITCH 1595461445 1595461446 IN IP4 16X.XXX.XXX.XX4 33f944de-ccab-11ea-a923-4528c513baa7 s=FreeSWITCH 33f944de-ccab-11ea-a923-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 33f944de-ccab-11ea-a923-4528c513baa7 t=0 0 33f944de-ccab-11ea-a923-4528c513baa7 m=audio 23182 RTP/AVP 8 0 101 13 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:8 PCMA/8000 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:0 PCMU/8000 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:101 telephone-event/8000 33f944de-ccab-11ea-a923-4528c513baa7 a=fmtp:101 0-16 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:13 CN/8000 33f944de-ccab-11ea-a923-4528c513baa7 a=ptime:20 33f944de-ccab-11ea-a923-4528c513baa7 a=sendrecv 33f944de-ccab-11ea-a923-4528c513baa7 m=video 23442 RTP/AVP 102 33f944de-ccab-11ea-a923-4528c513baa7 b=AS:1024 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:102 H264/90000 33f944de-ccab-11ea-a923-4528c513baa7 a=sendrecv 33f944de-ccab-11ea-a923-4528c513baa7 a=rtcp-fb:102 ccm fir 33f944de-ccab-11ea-a923-4528c513baa7 a=rtcp-fb:102 ccm tmmbr 33f944de-ccab-11ea-a923-4528c513baa7 a=rtcp-fb:102 nack 33f944de-ccab-11ea-a923-4528c513baa7 a=rtcp-fb:102 nack pli 33f944de-ccab-11ea-a923-4528c513baa7 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:40 sofia/external-demo/65812XXX59 Standard INIT 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:48 (sofia/external-demo/65812XXX59) State Change CS_INIT -> CS_ROUTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/65812XXX59) State INIT going to sleep 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_ROUTING (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [calling][0] 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/65812XXX59) State ROUTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_sofia.c:154 sofia/external-demo/65812XXX59 SOFIA ROUTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_ivr_originate.c:67 (sofia/external-demo/65812XXX59) State Change CS_ROUTING -> CS_CONSUME_MEDIA 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/65812XXX59) State ROUTING going to sleep 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_CONSUME_MEDIA (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA going to sleep 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.611429 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [proceeding][180] 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.611429 [NOTICE] sofia.c:7412 Ring-Ready sofia/external-demo/65812XXX59! 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.611429 [DEBUG] switch_channel.c:3437 (sofia/external-demo/65812XXX59) Callstate Change DOWN -> RINGING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.651414 [DEBUG] switch_ivr_originate.c:1304 Raw Codec Activation Success L16 at 8000hz 1 channel 20ms 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.651414 [DEBUG] switch_core_codec.c:223 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Push codec L16:100 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.651414 [DEBUG] switch_ivr_originate.c:1378 Play Ringback Tone [%(2000,4000,440,480)] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [NOTICE] sofia.c:1089 Hangup sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [CS_EXECUTE] [NORMAL_CLEARING] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_codec.c:248 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Restore previous codec PCMA:8. 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [NOTICE] switch_ivr_originate.c:3716 Hangup sofia/external-demo/65812XXX59 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_ivr_originate.c:3941 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_HANGUP (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:848 (sofia/external-demo/65812XXX59) Callstate Change RINGING -> HANGUP 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/65812XXX59) State HANGUP 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] mod_sofia.c:447 sofia/external-demo/65812XXX59 Overriding SIP cause 487 with 200 from the other leg 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] mod_sofia.c:453 Channel sofia/external-demo/65812XXX59 hanging up, cause: ORIGINATOR_CANCEL 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] mod_sofia.c:521 Sending CANCEL to sofia/external-demo/65812XXX59 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:60 sofia/external-demo/65812XXX59 Standard HANGUP, cause: ORIGINATOR_CANCEL 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/65812XXX59) State HANGUP going to sleep 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:620 (sofia/external-demo/65812XXX59) State Change CS_HANGUP -> CS_REPORTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_REPORTING (Cur 2 Tot 1170) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [INFO] mod_dptools.c:3631 Originate Failed. Cause: ORIGINATOR_CANCEL 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/65812XXX59) State REPORTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:174 sofia/external-demo/65812XXX59 Standard REPORTING, cause: ORIGINATOR_CANCEL 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/65812XXX59) State REPORTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_session.c:2905 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State EXECUTE going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_HANGUP (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:611 (sofia/external-demo/65812XXX59) State Change CS_REPORTING -> CS_DESTROY 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_session.c:1726 Session 1170 (sofia/external-demo/65812XXX59) Locked, Waiting on external entities 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [NOTICE] switch_core_session.c:1744 Session 1170 (sofia/external-demo/65812XXX59) Ended 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external-demo/65812XXX59 [CS_DESTROY] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_ivr_async.c:1446 Stop recording file /var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23/1c9549d2-ccab-11ea-a83a-4528c513baa7.wav 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:739 (sofia/external-demo/65812XXX59) Running State Change CS_DESTROY (Cur 1 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/65812XXX59) State DESTROY 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] mod_sofia.c:364 sofia/external-demo/65812XXX59 SOFIA DESTROY 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:181 sofia/external-demo/65812XXX59 Standard DESTROY 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/65812XXX59) State DESTROY going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_ivr_async.c:1521 Channel is hung up 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_media_bug.c:1295 Removing BUG from sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:848 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Callstate Change RING_WAIT -> HANGUP 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State HANGUP 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] mod_sofia.c:447 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Overriding SIP cause 480 with 200 from the other leg 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] mod_sofia.c:453 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 hanging up, cause: NORMAL_CLEARING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:60 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard HANGUP, cause: NORMAL_CLEARING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State HANGUP going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:620 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State Change CS_HANGUP -> CS_REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_REPORTING (Cur 1 Tot 1170) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:174 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard REPORTING, cause: NORMAL_CLEARING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State REPORTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:611 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State Change CS_REPORTING -> CS_DESTROY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_session.c:1726 Session 1164 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Locked, Waiting on external entities 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [NOTICE] switch_core_session.c:1744 Session 1164 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Ended 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 [CS_DESTROY] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:739 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) Running State Change CS_DESTROY (Cur 0 Tot 1170) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State DESTROY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] mod_sofia.c:364 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA DESTROY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:181 sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077 Standard DESTROY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/ 6568XXXX36 at 10.66.150.170:6077) State DESTROY going to sleep ================= Best Regards, Jason *** Reclaim Your Freedom, use Free & Open Source Software - Be Open Standard Compliance. *** -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Thu Jul 23 13:28:33 2020 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 23 Jul 2020 15:28:33 +0200 Subject: [Freeswitch-users] rtp-timer-name=soft and WebRTC sound quality in Chrome In-Reply-To: References: Message-ID: I found out that on Windows install timer = none works great. With Verto. On Thu, 23 Jul 2020, 15:16 Eugene Prokopiev, wrote: > Hi, > > I've found very bad WebRTC sound quality in Chrome (in opposite to FF) > and found that this issue can be fixed on FS side via some params in > Sofia profile: > > rtp-timer-name=soft - no any sound with this param as is > inbound-late-negotiation=true - good sound quality in Chrome with this > and previous > > But these two params has no effect for outbound calls: bad quality > without both and no any sound with them > > Can anybody explain why and how to fix this? > > -- > WBR, > Eugene Prokopiev > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.paterson at technologywithin.com Thu Jul 23 09:21:59 2020 From: martin.paterson at technologywithin.com (Martin Paterson) Date: Thu, 23 Jul 2020 09:21:59 +0000 Subject: [Freeswitch-users] Registering with external SIP provider In-Reply-To: References: Message-ID: LuKaRo, The "sofia status profile my-sip reg" shows telephones registered to the profile, it doesn't show gateway connections. To see whether the call arrived you could look in the FreeSWITCH log (/var/log/freeswitch/freeswitch.log), there should be entries in there whenever something happens. In addition you could run tcpcump to capture the traffic and check for the incoming INVITE. Martin. Martin Paterson Development Team Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane, Southampton, Hampshire, SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 -----Original Message----- From: FreeSWITCH-users On Behalf Of LuKaRo Sent: 14 July 2020 15:31 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Registering with external SIP provider Hi everyone, I'm unable to register freeswitch with an external SIP provider. I gave the pages on sofia on the wiki already a good read, but I can't get it to work. One special thing is that my machine has multiple network interfaces and needs to use a specific one to connect to the external SIP provider. Therefore, I copied "external.xml" in "/opt/freeswitch/conf/sip_profiles" to "my-sip.xml" and changed the values for "rtp-ip", "sip-ip", "ext-rtp-ip" and "ext-sip-ip" to the IP address of the interface freeswitch should use, and added the "my-sip" directory to the "                   "sofia status" on the fs_cli lists the profile as "REGED":             my-sip    profile                 sip:mod_sofia@:5060    RUNNING (0)      my-sip::my-sip    gateway                   sip:49xxxxxxxxxx@    REGED ss -an|grep also lists two established TCP-connections: tcp    ESTAB      0      0      :46878              :5060 tcp    ESTAB      0      0      :5060               :25976 However, "sofia status profile my-sip reg" shows 0 registrations: Registrations: ================================================================================================= Total items returned: 0 ================================================================================================= And when issuing a call from outside to the extension registered at the SIP provider, I just get a busy signal on the phone. Logs of the external SIP provider report "recipient unavailable". Any ideas what could be wrong or how to further diagnose this issue? How can I check if the call reaches freeswitch? Thanks a lot in advance, LuKaRo -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image030223.png Type: image/png Size: 2305 bytes Desc: image030223.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image505034.png Type: image/png Size: 32472 bytes Desc: image505034.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image569424.png Type: image/png Size: 402 bytes Desc: image569424.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image585762.png Type: image/png Size: 589 bytes Desc: image585762.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image606499.png Type: image/png Size: 725 bytes Desc: image606499.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image462476.png Type: image/png Size: 932 bytes Desc: image462476.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image566542.png Type: image/png Size: 85623 bytes Desc: image566542.png URL: From covici at ccs.covici.com Thu Jul 23 14:49:34 2020 From: covici at ccs.covici.com (John Covici) Date: Thu, 23 Jul 2020 10:49:34 -0400 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: What I do in those cases is execute the freeswitch command by hand, eliminating the -nc parameter, if any, but leaving the -u and -g and possibly other parameters. Also, see if there is anything in the log file, but the first method may be enlightening. On Thu, 23 Jul 2020 08:41:46 -0400, John Tuxies wrote: > > [1 ] > [1.1 ] > hi Franceso and thanks for the reply. i did install from debian repo and it > should get the systemd, but non the less, i created the file. Still > Freeswitch refuses to start! > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > francesco at delagarda.com> wrote: > > > Did you create Freeswitch service? > > > > > > cd /etc/systemd/system > > > > > > nano freeswitch.service > > > > ; This file in installations built from Master can be found in > > ; /usr/src/freeswitch.git/debian > > ; or > > ; /usr/src/freeswitch/debian > > [Unit] > > Description=freeswitch > > After=syslog.target network.target local-fs.target > > [Service] > > ; service > > Type=forking > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > > PermissionsStartOnly=true > > ; blank ExecStart= line flushes the list > > ExecStart= > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch -g freeswitch > > -ncwait -nonat -rp > > TimeoutSec=45s > > Restart=on-failure > > ; exec > > WorkingDirectory=/usr/local/freeswitch/bin > > User=root > > Group=daemon > > LimitCORE=infinity > > LimitNOFILE=100000 > > LimitNPROC=60000 > > ;LimitSTACK=240 > > LimitRTPRIO=infinity > > LimitRTTIME=7000000 > > IOSchedulingClass=realtime > > IOSchedulingPriority=2 > > CPUSchedulingPolicy=rr > > CPUSchedulingPriority=89 > > UMask=0007 > > [Install] > > WantedBy=multi-user.target > > > > > > > > > > > > Next, notify systemd to look for changes in its configuration: > > systemctl daemon-reload > > Now you are ready to start FreeSWITCH for the first time. Because FS is > > owned by user freeswitch it should create its databases and log files under > > that user (instead of root) so that those files will still be accessible to > > it under future runs. > > systemctl start freeswitch > > To stop FreeSWITCH: > > systemctl stop freeswitch > > > > > > To configure FreeSWITCH to start automatically at boot time: > > systemctl enable freeswitch > > > > > > > > To be able to launch fs_cli without having to go to bin directory, add > > directory to path: > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > > > Francesco Facco de Lagarda > > > > > > On 23 Jul 2020, at 03:43, John Tuxies wrote: > > > >  > > Trying to install Freeswitch in Debian 9 and 10. Both systems failed to > > start: > > Running hooks in > > > > > > > > > > > > > > > > > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ fs_cli > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > > []^CInterrupted.root at debian: ~ $* > > > > I have tried to install from > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster to > > install using debian packages. > > > > Any suggestions, please? > > > > > > > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > [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 anthony.minessale at gmail.com Thu Jul 23 14:59:58 2020 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 23 Jul 2020 09:59:58 -0500 Subject: [Freeswitch-users] ClueCon 2020 Online Message-ID: Hi, If you haven't already noticed. We are holding ClueCon 2020 online this year due to Covid. If you haven't already, sign up and attend. There is no cost this year. We have prizes, so also sign up for our hackathon and Dangerous Demos which will be live on video along with all of the presentations. -- 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 s.safarov at gmail.com Thu Jul 23 17:13:17 2020 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 23 Jul 2020 20:13:17 +0300 Subject: [Freeswitch-users] DTLS Problems with Freeswitch v1.8+ and Firefox In-Reply-To: References: Message-ID: Is used ICE here? Negotiation may be blocked by not finished ICE process. On Thu, Jul 23, 2020 at 5:35 PM Marko Seidenglanz < marko.seidenglanz at gmail.com> wrote: > Hi, > > We have the following Setup: > > - FreeSWITCH Version 1.10.3-release+git20200511T105455Z129de34d84~64bit > (in Docker Container on a Google Compute Engine Instance) > - Firefox 78.0.2 (64-Bit) behind NAT-Device > > > We try to establish a WebRTC Audio Connection initiated by Freeswitch. > > 1. Send SDP FS->FF > 2. Set remote description / create local description > 3. Send SDP FF->FS > 4. Connectivity checks are started > > > Problem: > > Firefox never sends the DTLS "Client Hello" message and so the connection > fails. > > We had no problems with previous versions of Freeswitch. It's only since > we have updated the system. With Google Chrome everything works as usual. > > I've attached two packet captures. One shows the session with Chrome, > which is successful and the other one with Firefox, which is unfortunately > not. > > Has anyone identified similar problems and can give us assistance? > > I have seen that a lot has been changed in the switch_rtp module. > > For example, we noticed that the message "Auto Changing audio > stun/rtp/dtls" no longer appears in the fs_cli. > > > Best regards, > > Marko Seidenglanz > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 atuxnull at gmail.com Thu Jul 23 18:27:12 2020 From: atuxnull at gmail.com (John Tuxies) Date: Thu, 23 Jul 2020 21:27:12 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: Could you elaborate on how to do that please? On Thursday, July 23, 2020, John Covici wrote: > What I do in those cases is execute the freeswitch command by hand, > eliminating the -nc parameter, if any, but leaving the -u and -g and > possibly other parameters. Also, see if there is anything in the log > file, but the first method may be enlightening. > > On Thu, 23 Jul 2020 08:41:46 -0400, > John Tuxies wrote: > > > > [1 ] > > [1.1 ] > > hi Franceso and thanks for the reply. i did install from debian repo and > it > > should get the systemd, but non the less, i created the file. Still > > Freeswitch refuses to start! > > > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > > francesco at delagarda.com> wrote: > > > > > Did you create Freeswitch service? > > > > > > > > > cd /etc/systemd/system > > > > > > > > > nano freeswitch.service > > > > > > ; This file in installations built from Master can be found in > > > ; /usr/src/freeswitch.git/debian > > > ; or > > > ; /usr/src/freeswitch/debian > > > [Unit] > > > Description=freeswitch > > > After=syslog.target network.target local-fs.target > > > [Service] > > > ; service > > > Type=forking > > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > > > PermissionsStartOnly=true > > > ; blank ExecStart= line flushes the list > > > ExecStart= > > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch -g > freeswitch > > > -ncwait -nonat -rp > > > TimeoutSec=45s > > > Restart=on-failure > > > ; exec > > > WorkingDirectory=/usr/local/freeswitch/bin > > > User=root > > > Group=daemon > > > LimitCORE=infinity > > > LimitNOFILE=100000 > > > LimitNPROC=60000 > > > ;LimitSTACK=240 > > > LimitRTPRIO=infinity > > > LimitRTTIME=7000000 > > > IOSchedulingClass=realtime > > > IOSchedulingPriority=2 > > > CPUSchedulingPolicy=rr > > > CPUSchedulingPriority=89 > > > UMask=0007 > > > [Install] > > > WantedBy=multi-user.target > > > > > > > > > > > > > > > > > > Next, notify systemd to look for changes in its configuration: > > > systemctl daemon-reload > > > Now you are ready to start FreeSWITCH for the first time. Because FS is > > > owned by user freeswitch it should create its databases and log files > under > > > that user (instead of root) so that those files will still be > accessible to > > > it under future runs. > > > systemctl start freeswitch > > > To stop FreeSWITCH: > > > systemctl stop freeswitch > > > > > > > > > To configure FreeSWITCH to start automatically at boot time: > > > systemctl enable freeswitch > > > > > > > > > > > > To be able to launch fs_cli without having to go to bin directory, add > > > directory to path: > > > > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > > > > > Francesco Facco de Lagarda > > > > > > > > > On 23 Jul 2020, at 03:43, John Tuxies wrote: > > > > > >  > > > Trying to install Freeswitch in Debian 9 and 10. Both systems failed to > > > start: > > > Running hooks in > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ fs_cli > > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > fs_cli.c:1697 > > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > > > []^CInterrupted.root at debian: ~ $* > > > > > > I have tried to install from > > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > to > > > install using debian packages. > > > > > > Any suggestions, please? > > > > > > > > > > > > ____________________________________________________________ > _____________ > > > > > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > services. > > > Build your next product on our scalable cloud platform. > > > > > > Join our online community to chat in real time > > > https://signalwire.community > > > > > > Professional FreeSWITCH Services > > > sales at freeswitch.com > > > https://freeswitch.com > > > > > > Official FreeSWITCH Sites > > > https://freeswitch.com/oss > > > https://freeswitch.org/confluence > > > https://cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > > > https://freeswitch.com > > > > > > ____________________________________________________________ > _____________ > > > > > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > services. > > > Build your next product on our scalable cloud platform. > > > > > > Join our online community to chat in real time > > > https://signalwire.community > > > > > > Professional FreeSWITCH Services > > > sales at freeswitch.com > > > https://freeswitch.com > > > > > > Official FreeSWITCH Sites > > > https://freeswitch.com/oss > > > https://freeswitch.org/confluence > > > https://cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > > > https://freeswitch.com > > [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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From denys.pozniak at gmail.com Thu Jul 23 15:02:05 2020 From: denys.pozniak at gmail.com (Denys Pozniak) Date: Thu, 23 Jul 2020 18:02:05 +0300 Subject: [Freeswitch-users] sip_unhold_nosdp=true doesn't restore media as per RFC 6337 Message-ID: Hello! As per our investigation, FreeSWITCH (v1.10.2) does not take off the hold state when receiving SIP INVITE without SDP (RFC 6337). It answers with 200 OK/SDP with *a=recvonly* (expecting *a=sendrecv* and taking off from the hold state). After setting channel variable *sip_unhold_nosdp=true*, FreeSWITCH starts sending correct 200 OK/SDP, but it does not restore the media stream (calling side hears MOH). How to solve this problem? -- BR, Denys Pozniak -------------- next part -------------- An HTML attachment was scrubbed... URL: From flavio at donadio.com.br Thu Jul 23 14:49:57 2020 From: flavio at donadio.com.br (Flavio Donadio) Date: Thu, 23 Jul 2020 11:49:57 -0300 Subject: [Freeswitch-users] Editing the FreeSWITCH Wiki In-Reply-To: References: Message-ID: <9637582D-A926-4121-84C6-7BAE99A112C8@donadio.com.br> Martin, Thanks a lot! Somehow, I overlooked it! Regards, Flavio Enviado do meu iPhone > Em 23 de jul de 2020, à(s) 10:18, Martin Paterson escreveu: > >  > Flavio, > > The wiki contains a page describing how to contribute to the docs: > > https://freeswitch.org/confluence/display/FREESWITCH/Contributing+Documentation > > Martin. > > > Development Team​ > > Phone: 0207 953 8840 > Email: martin.paterson at technologywithin.com > Chevron Business Park, Limekiln Lane , Southampton , Hampshire , SO45 2QL > > > > > > Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K > ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 > -----Original Message----- > From: FreeSWITCH-users On Behalf Of Flavio Donadio > Sent: 16 July 2020 19:29 > To: FreeSWITCH Users Help > Subject: [Freeswitch-users] Editing the FreeSWITCH Wiki > > Hello, > > > After working for two weeks (lots of reading and trial/error!) on the configuration of a home PBX with FreeSWITCH and an AudioCodes MP-114 FXS/FXO gateway, I have to admit I got everything I wanted working. I also took the time to document the process for future reference. > > The existing Wiki page on the AudioCodes MP-114/118 (https://freeswitch.org/confluence/pages/viewpage.action?pageId=9634420) helped, but it’s really poor. If configured that way, calls to the PSTN will drop in 3 minutes, users won’t hear tones when calling and some other problems will occur. > > So, I would like to edit the Wiki and add a proper article with all the information needed to have a good, really working setup. > > How can I do that? > > > Regards, > Flavio > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > This message has been scanned by technologywithin Mail Control. > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 loi.dangthanh at gmail.com Thu Jul 23 13:49:06 2020 From: loi.dangthanh at gmail.com (=?UTF-8?B?TOG7o2kgxJDhurduZw==?=) Date: Thu, 23 Jul 2020 20:49:06 +0700 Subject: [Freeswitch-users] Error creating SIP ua profile In-Reply-To: References: Message-ID: Hi you may want to kill the gateway itself and then do the sofia profile rescan instead. rgds, Loi Dang On Thu, Jul 23, 2020, 8:22 PM Tim Bertulies wrote: > Hi, > > > > occasionally when I rewrite a configuration to the freeswitch and try to > restart the gateway I get the error message “error creating SIP ua for > profile …”. I cannot start it then manually via “sofia profile start…” > (same error message every time), the only thing that works is “reload > mod_sofia”, which makes everything work again. Unfortunately this is not an > option, as other gateways must stay active. Can anybody point me to a > reason why this happens? > > > > If you need any further information I am happy to provide these. > > > > Kind regards, > > > > Tim Bertulies > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 covici at ccs.covici.com Thu Jul 23 20:57:53 2020 From: covici at ccs.covici.com (John Covici) Date: Thu, 23 Jul 2020 16:57:53 -0400 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: hmmm? Just take the line from the system unit file, and run it by hand from the console, eliminating the -nc parameter. On Thu, 23 Jul 2020 14:27:12 -0400, John Tuxies wrote: > > [1 ] > [1.1 ] > Could you elaborate on how to do that please? > > On Thursday, July 23, 2020, John Covici wrote: > > > What I do in those cases is execute the freeswitch command by hand, > > eliminating the -nc parameter, if any, but leaving the -u and -g and > > possibly other parameters. Also, see if there is anything in the log > > file, but the first method may be enlightening. > > > > On Thu, 23 Jul 2020 08:41:46 -0400, > > John Tuxies wrote: > > > > > > [1 ] > > > [1.1 ] > > > hi Franceso and thanks for the reply. i did install from debian repo and > > it > > > should get the systemd, but non the less, i created the file. Still > > > Freeswitch refuses to start! > > > > > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > > > francesco at delagarda.com> wrote: > > > > > > > Did you create Freeswitch service? > > > > > > > > > > > > cd /etc/systemd/system > > > > > > > > > > > > nano freeswitch.service > > > > > > > > ; This file in installations built from Master can be found in > > > > ; /usr/src/freeswitch.git/debian > > > > ; or > > > > ; /usr/src/freeswitch/debian > > > > [Unit] > > > > Description=freeswitch > > > > After=syslog.target network.target local-fs.target > > > > [Service] > > > > ; service > > > > Type=forking > > > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > > > > PermissionsStartOnly=true > > > > ; blank ExecStart= line flushes the list > > > > ExecStart= > > > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch -g > > freeswitch > > > > -ncwait -nonat -rp > > > > TimeoutSec=45s > > > > Restart=on-failure > > > > ; exec > > > > WorkingDirectory=/usr/local/freeswitch/bin > > > > User=root > > > > Group=daemon > > > > LimitCORE=infinity > > > > LimitNOFILE=100000 > > > > LimitNPROC=60000 > > > > ;LimitSTACK=240 > > > > LimitRTPRIO=infinity > > > > LimitRTTIME=7000000 > > > > IOSchedulingClass=realtime > > > > IOSchedulingPriority=2 > > > > CPUSchedulingPolicy=rr > > > > CPUSchedulingPriority=89 > > > > UMask=0007 > > > > [Install] > > > > WantedBy=multi-user.target > > > > > > > > > > > > > > > > > > > > > > > > Next, notify systemd to look for changes in its configuration: > > > > systemctl daemon-reload > > > > Now you are ready to start FreeSWITCH for the first time. Because FS is > > > > owned by user freeswitch it should create its databases and log files > > under > > > > that user (instead of root) so that those files will still be > > accessible to > > > > it under future runs. > > > > systemctl start freeswitch > > > > To stop FreeSWITCH: > > > > systemctl stop freeswitch > > > > > > > > > > > > To configure FreeSWITCH to start automatically at boot time: > > > > systemctl enable freeswitch > > > > > > > > > > > > > > > > To be able to launch fs_cli without having to go to bin directory, add > > > > directory to path: > > > > > > > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > > > > > > > Francesco Facco de Lagarda > > > > > > > > > > > > On 23 Jul 2020, at 03:43, John Tuxies wrote: > > > > > > > >  > > > > Trying to install Freeswitch in Debian 9 and 10. Both systems failed to > > > > start: > > > > Running hooks in > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ fs_cli > > > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > > fs_cli.c:1697 > > > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > > > > []^CInterrupted.root at debian: ~ $* > > > > > > > > I have tried to install from > > > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > > to > > > > install using debian packages. > > > > > > > > Any suggestions, please? > > > > > > > > > > > > > > > > ____________________________________________________________ > > _____________ > > > > > > > > The FreeSWITCH project is sponsored by SignalWire > > https://signalwire.com > > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > > services. > > > > Build your next product on our scalable cloud platform. > > > > > > > > Join our online community to chat in real time > > > > https://signalwire.community > > > > > > > > Professional FreeSWITCH Services > > > > sales at freeswitch.com > > > > https://freeswitch.com > > > > > > > > Official FreeSWITCH Sites > > > > https://freeswitch.com/oss > > > > https://freeswitch.org/confluence > > > > https://cluecon.com > > > > > > > > FreeSWITCH-users mailing list > > > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > options/freeswitch-users > > > > https://freeswitch.com > > > > > > > > ____________________________________________________________ > > _____________ > > > > > > > > The FreeSWITCH project is sponsored by SignalWire > > https://signalwire.com > > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > > services. > > > > Build your next product on our scalable cloud platform. > > > > > > > > Join our online community to chat in real time > > > > https://signalwire.community > > > > > > > > Professional FreeSWITCH Services > > > > sales at freeswitch.com > > > > https://freeswitch.com > > > > > > > > Official FreeSWITCH Sites > > > > https://freeswitch.com/oss > > > > https://freeswitch.org/confluence > > > > https://cluecon.com > > > > > > > > FreeSWITCH-users mailing list > > > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > options/freeswitch-users > > > > https://freeswitch.com > > > [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 > [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 martin.paterson at technologywithin.com Thu Jul 23 20:47:10 2020 From: martin.paterson at technologywithin.com (Martin Paterson) Date: Thu, 23 Jul 2020 20:47:10 +0000 Subject: [Freeswitch-users] *4 (att_xfer) not honouring call forward or follow me set in extension In-Reply-To: References: Message-ID: Jason, I don’t think this is a FreeSWITCH problem. In Fusion PBX the *4 is bound to the running the att_xfer extension. That does: … which causes FreeSWITCH to send the INVITE directly to the user agent registered with the digits typed (the “user/” part). You can see that in line 1287 of your log: EXECUTE [depth=1] sofia/external-demo/65812XXX59 att_xfer(user/1001 at demo.test.lan) You want the extension (that is FreeSWITCH extension, the XML config in sections) to run based on the digits typed, which will be where the forwarding options are. That’s different. I assume it is possible to do what you want in FusionPBX because it’s an obvious thing to want, but I don’t know that product, so I wouldn’t be able to tell you how. Martin Martin Paterson Development Team Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane, Southampton, Hampshire, SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 From: FreeSWITCH-users On Behalf Of Jason Benedict Low Sent: 23 July 2020 08:31 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] *4 (att_xfer) not honouring call forward or follow me set in extension Good day. I am having issue of feature code *4 (att_xfer) not honouring call forward or follow me set in extension. Extension attended transfer to another Extension working but will not dial out any number set in the extension follow me or call forward.I am using freeswitch 1.10.2 installed with FusionPBX 4.5.x (Master Branch).Any help or pointer please...thank you Below is my test log: ================= f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:611 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_REPORTING -> CS_DESTROY f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_session.c:1726 Session 1158 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Locked, Waiting on external entities f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [NOTICE] switch_core_session.c:1744 Session 1158 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Ended f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [CS_DESTROY] f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:739 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_DESTROY (Cur 0 Tot 1163) f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State DESTROY f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] mod_sofia.c:364 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA DESTROY f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:181 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard DESTROY f0a8dbcc-ccaa-11ea-a77e-4528c513baa7 2020-07-23 14:09:10.111403 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State DESTROY going to sleep 2020-07-23 14:09:32.311426 [WARNING] sofia_reg.c:1793 SIP auth challenge (REGISTER) on sofia profile 'internal' for [213 at demo.test.lan] from ip 203.118.10.21 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [NOTICE] switch_channel.c:1118 New Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [1c9549d2-ccab-11ea-a83a-4528c513baa7] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_NEW (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:10255 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 receiving invite from 10.66.150.170:6077 version: 1.10.2 -release 64bit 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:10349 verifying acl "domains" for ip/port 10.66.150.170:0. 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:10378 IP 10.66.150.170 Approved by acl "domains[]". Access Granted. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:7301 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 entering state [received][100] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:7311 Remote SDP: 1c9549d2-ccab-11ea-a83a-4528c513baa7 v=0 1c9549d2-ccab-11ea-a83a-4528c513baa7 o=root 1996844692 1996844692 IN IP4 10.66.150.170 1c9549d2-ccab-11ea-a83a-4528c513baa7 s=Asterisk PBX 13.11.2 1c9549d2-ccab-11ea-a83a-4528c513baa7 c=IN IP4 10.66.150.170 1c9549d2-ccab-11ea-a83a-4528c513baa7 t=0 0 1c9549d2-ccab-11ea-a83a-4528c513baa7 m=audio 12348 RTP/AVP 8 0 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:8 PCMA/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:0 PCMU/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:101 telephone-event/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=fmtp:101 0-16 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=ptime:20 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=maxptime:150 1c9549d2-ccab-11ea-a83a-4528c513baa7 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5508 Set telephone-event payload to 101 at 8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:3837 Set Codec sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 PCMA/8000 20 ms 160 samples 64000 bits 1 channels 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_codec.c:111 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Original read codec set to PCMA:8 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5851 Set telephone-event payload to 101 at 8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_media.c:5909 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Set 2833 dtmf send payload to 101 recv payload to 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] sofia.c:7735 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_NEW -> CS_INIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:604 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State NEW 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_INIT (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State INIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_sofia.c:93 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA INIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:40 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard INIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:48 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_INIT -> CS_ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State INIT going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_ROUTING (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_channel.c:2332 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change DOWN -> RINGING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_sofia.c:154 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_core_state_machine.c:236 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->69XXXX09 in context public 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->caller-details] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [caller-details] () =~ // break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action export(call_direction=inbound) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 export(call_direction=inbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[inbound] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(caller_destination=${sip_to_user}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(caller_destination=69XXXX09) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [caller_destination]=[69XXXX09] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(caller_id_name=${caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(caller_id_name=6568XXXX36) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [caller_id_name]=[6568XXXX36] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(caller_id_number=${caller_id_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->68XXXX99] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [68XXXX99] destination_number(69XXXX09) =~ /^(68XXXX99)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->68179111] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [68179111] destination_number(69XXXX09) =~ /^(68179111)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->68179110] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [68179110] destination_number(69XXXX09) =~ /^(68179110)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX10] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX10] destination_number(69XXXX09) =~ /^(69XXXX10)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX11] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX11] destination_number(69XXXX09) =~ /^(69XXXX11)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX12] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX12] destination_number(69XXXX09) =~ /^(69XXXX12)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX13] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX13] destination_number(69XXXX09) =~ /^(69XXXX13)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX14] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX14] destination_number(69XXXX09) =~ /^(69XXXX14)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX15] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX15] destination_number(69XXXX09) =~ /^(69XXXX15)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX16] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX16] destination_number(69XXXX09) =~ /^(69XXXX16)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX17] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX17] destination_number(69XXXX09) =~ /^(69XXXX17)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69502336] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69502336] destination_number(69XXXX09) =~ /^(69502336)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX19] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX19] destination_number(69XXXX09) =~ /^(69XXXX19)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->65XXXX13] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [65XXXX13] destination_number(69XXXX09) =~ /^(65XXXX13)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX10] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX10] destination_number(69XXXX09) =~ /^(69XXXX10)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX32] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX32] destination_number(69XXXX09) =~ /^(69XXXX32)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->62652432] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [62652432] destination_number(69XXXX09) =~ /^(62652432)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->62XXXX66] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [62XXXX66] destination_number(69XXXX09) =~ /^(62XXXX66)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX36] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX36] destination_number(69XXXX09) =~ /^(69XXXX36)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX37] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [69XXXX37] destination_number(69XXXX09) =~ /^(69XXXX37)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [public->69XXXX09] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [69XXXX09] destination_number(69XXXX09) =~ /^(69XXXX09)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action export(call_direction=inbound) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 export(call_direction=inbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[inbound] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(domain_uuid=a2d2df9e-b9e6-40c0-b90d-da9a582a84fd) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(domain_uuid=a2d2df9e-b9e6-40c0-b90d-da9a582a84fd) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [domain_uuid]=[a2d2df9e-b9e6-40c0-b90d-da9a582a84fd] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(domain_name=demo.test.lan) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(domain_name=demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.911430 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [domain_name]=[demo.test.lan] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_path=${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_path=/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_path]=[/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_name=${uuid}.${record_ext}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_name=1c9549d2-ccab-11ea-a83a-4528c513baa7.wav) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_name]=[1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_append=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_append=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_append]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_in_progress=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_in_progress=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_in_progress]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(recording_follow_transfer=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(recording_follow_transfer=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [recording_follow_transfer]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action record_session(${record_path}/${record_name}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action transfer(1000 XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:287 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_ROUTING -> CS_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State ROUTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_EXECUTE (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_sofia.c:209 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_state_machine.c:329 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(caller_id_number=6568XXXX36) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [caller_id_number]=[6568XXXX36] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [hangup_after_bridge]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [continue_on_fail]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_session.c:2722 Application record_session Requires media! pre_answering channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [INFO] switch_core_session.c:2724 Sending early media 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_media.c:8659 AUDIO RTP [sofia/external-demo/6568XXXX36 at 10.66.150.170:6077] 16X.XXX.XXX.XX4 port 26776 -> 10.66.150.170 port 12348 codec: 8 ms: 20 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_rtp.c:4408 Starting timer [soft] 160 bytes per 20ms 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_media.c:8973 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Set 2833 dtmf send payload to 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_media.c:8980 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Set 2833 dtmf receive payload to 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_core_media.c:9003 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Set rtp dtmf delay to 40 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] mod_sofia.c:2593 Ring SDP: 1c9549d2-ccab-11ea-a83a-4528c513baa7 v=0 1c9549d2-ccab-11ea-a83a-4528c513baa7 o=FreeSWITCH 1595457811 1595457812 IN IP4 16X.XXX.XXX.XX4 1c9549d2-ccab-11ea-a83a-4528c513baa7 s=FreeSWITCH 1c9549d2-ccab-11ea-a83a-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 1c9549d2-ccab-11ea-a83a-4528c513baa7 t=0 0 1c9549d2-ccab-11ea-a83a-4528c513baa7 m=audio 26776 RTP/AVP 8 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:8 PCMA/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:101 telephone-event/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=fmtp:101 0-16 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=ptime:20 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=sendrecv 1c9549d2-ccab-11ea-a83a-4528c513baa7 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [NOTICE] mod_sofia.c:2596 Pre-Answer sofia/external-demo/6568XXXX36 at 10.66.150.170:6077! 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:47.931385 [DEBUG] switch_channel.c:3565 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change RINGING -> EARLY 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 record_session(/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23/1c9549d2-ccab-11ea-a83a-4528c513baa7.wav) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] sofia.c:7301 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 entering state [early][183] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_ivr_async.c:1352 Record session sample rate: 8000 -> 8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_media_bug.c:970 Attaching BUG to sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 transfer(1000 XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_ivr.c:2231 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_EXECUTE -> CS_ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [NOTICE] switch_ivr.c:2238 Transfer sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 to XML[1000 at demo.test.lan] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State EXECUTE going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_ROUTING (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_channel.c:2332 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change EARLY -> RINGING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] mod_sofia.c:145 Call appears to be already acknowledged 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] mod_sofia.c:154 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [DEBUG] switch_core_state_machine.c:236 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.311401 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->1000 in context demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->user_exists] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_exists] ${loopback_leg}() =~ /^B$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_exists] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(user_exists=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.331423 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [user_exists]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(from_user_exists=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [from_user_exists]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_exists] ${user_exists}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(extension_uuid=${user_data ${destination_number}@${domain_name} var extension_uuid}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(extension_uuid=49d08cd4-d18e-43cd-85c1-3c1e99ba3fa1) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [extension_uuid]=[49d08cd4-d18e-43cd-85c1-3c1e99ba3fa1] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(hold_music=${user_data ${destination_number}@${domain_name} var hold_music}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(hold_music=shout://23.82.11.88:3228/stream) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [hold_music]=[shout://23.82.11.88:3228/stream] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_all_enabled=${user_data ${destination_number}@${domain_name} var forward_all_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_all_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_all_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_all_destination=${user_data ${destination_number}@${domain_name} var forward_all_destination}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_all_destination=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_all_destination]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_busy_enabled=${user_data ${destination_number}@${domain_name} var forward_busy_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_busy_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.811400 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_busy_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_busy_destination=${user_data ${destination_number}@${domain_name} var forward_busy_destination}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_busy_destination=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_busy_destination]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_no_answer_enabled=${user_data ${destination_number}@${domain_name} var forward_no_answer_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_no_answer_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_no_answer_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_no_answer_destination=${user_data ${destination_number}@${domain_name} var forward_no_answer_destination}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_no_answer_destination=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_no_answer_destination]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_user_not_registered_enabled=${user_data ${destination_number}@${domain_name} var forward_user_not_registered_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_user_not_registered_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_user_not_registered_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_user_not_registered_destination=${user_data ${destination_number}@${domain_name} var forward_user_not_registered_destination}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_user_not_registered_destination=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.831414 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_user_not_registered_destination]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(forward_all_enabled=${user_data ${destination_number}@${domain_name} var forward_all_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(forward_all_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [forward_all_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(follow_me_enabled=${user_data ${destination_number}@${domain_name} var follow_me_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(follow_me_enabled=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [follow_me_enabled]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(do_not_disturb=${user_data ${destination_number}@${domain_name} var do_not_disturb}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(do_not_disturb=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [do_not_disturb]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(call_timeout=${user_data ${destination_number}@${domain_name} var call_timeout}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(call_timeout=30) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [call_timeout]=[30] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(missed_call_app=${user_data ${destination_number}@${domain_name} var missed_call_app}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(missed_call_app=email) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [missed_call_app]=[email] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(missed_call_data=${user_data ${destination_number}@${domain_name} var missed_call_data}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(missed_call_data=jason.low at ajpbiz.com) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.851405 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [missed_call_data]=[jason.low at ajpbiz.com] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(toll_allow=${user_data ${destination_number}@${domain_name} var toll_allow}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(toll_allow=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [toll_allow]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(call_screen_enabled=${user_data ${destination_number}@${domain_name} var call_screen_enabled}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(call_screen_enabled=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [call_screen_enabled]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(user_record=${user_data ${destination_number}@${domain_name} var user_record}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(user_record=outbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [user_record]=[outbound] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->caller-details] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [caller-details] ${caller_destination}(69XXXX09) =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call-direction] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [call-direction] ${call_direction}(inbound) =~ /^(inbound|outbound|local)$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->global-variables] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [global-variables] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->domain-variables] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [domain-variables] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action export(origination_callee_id_name=${destination_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_loopback] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->user_record] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_exists}(true) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^all$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_exists}(true) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_exists}(true) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_record}(outbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_session=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_session=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_session]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_exists}(true) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^all$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${record_session}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_path=${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_path=/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_path]=[/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_name=${uuid}.${record_ext}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_name=1c9549d2-ccab-11ea-a83a-4528c513baa7.wav) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_name]=[1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(recording_follow_transfer=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(recording_follow_transfer=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [recording_follow_transfer]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_append=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_append=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_append]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_in_progress=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_in_progress=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_in_progress]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(${uuid_record ${uuid} start ${record_path}/${record_name}}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->redial] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [redial] destination_number(1000) =~ /^(redial|\*870)$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [redial] () =~ // break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->speed_dial] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [speed_dial] destination_number(1000) =~ /^\*0(.*)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->default_caller_id] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(emergency_caller_id_name=${default_emergency_caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(emergency_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [emergency_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(emergency_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [emergency_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(outbound_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [outbound_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(outbound_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [outbound_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.8d] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.8d] ${user_exists}(true) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.1800d7] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.1800d7] ${user_exists}(true) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.d1020] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.d1020] ${user_exists}(true) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->agent_status] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [agent_status] destination_number(1000) =~ /^\*22$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [agent_status] destination_number(1000) =~ /^(agent\+)(.*)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->agent_status_id] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [agent_status_id] destination_number(1000) =~ /^\*23$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->group-intercept] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [group-intercept] destination_number(1000) =~ /^\*8$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->page-extension] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [page-extension] destination_number(1000) =~ /^\*8(\d{2,7})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->eavesdrop] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [eavesdrop] destination_number(1000) =~ /^\*33(\d{2,7})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call_privacy] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [call_privacy] destination_number(1000) =~ /^\*67(\d+)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call_return] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [call_return] destination_number(1000) =~ /^\*69$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->extension_queue] continue= 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [extension_queue] destination_number(1000) =~ /^\*800(.*)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->intercept-ext-polycom] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [intercept-ext-polycom] destination_number(1000) =~ /^\*97(\d+)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->intercept-ext] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [intercept-ext] destination_number(1000) =~ /^\*\*(\d+)$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [intercept-ext] destination_number(1000) =~ /^\*\*$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->dx] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [dx] destination_number(1000) =~ /^dx$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->send_to_voicemail] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [send_to_voicemail] destination_number(1000) =~ /^\*99(\d{2,10})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->att_xfer] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [att_xfer] destination_number(1000) =~ /^att_xfer$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->vmain] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [vmain] destination_number(1000) =~ /^vmain$|^\*4000$|^\*98$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [vmain] destination_number(1000) =~ /^(vmain$|^\*4000$|^\*98)(\d{2,12})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->xfer_vm] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [xfer_vm] destination_number(1000) =~ /^xfer_vm$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->vmain_user] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [vmain_user] destination_number(1000) =~ /^\*97$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_transfer] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_transfer] destination_number(1000) =~ /^is_transfer$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->delay_echo] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [delay_echo] destination_number(1000) =~ /^\*9195$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->cf] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [cf] destination_number(1000) =~ /^cf$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->echo] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [echo] destination_number(1000) =~ /^\*9196$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_zrtp_secure] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_zrtp_secure] ${zrtp_secure_media_confirmed}() =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 ANTI-Action eval(not_secure) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->milliwatt] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [milliwatt] destination_number(1000) =~ /^\*9197$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->tone_stream] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [tone_stream] destination_number(1000) =~ /^\*9198$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_secure] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_secure] ${sip_via_protocol}(udp) =~ /tls/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->hold_music] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [hold_music] destination_number(1000) =~ /^\*9664$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->recordings] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [recordings] destination_number(1000) =~ /^\*(732)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->directory] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [directory] destination_number(1000) =~ /^\*411$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->wake-up] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [wake-up] destination_number(1000) =~ /^\*(925)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->valet_park] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [valet_park] destination_number(1000) =~ /^(park\+)?\*(59[0-9][0-9])$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [valet_park] ${sip_h_Referred-By}() =~ /sip:(.*)@.*/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [valet_park] destination_number(1000) =~ /^(park\+)?\*(59[0-9][0-9])$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [valet_park] destination_number(1000) =~ /^(park\+)?\*(59[0-9][0-9])$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->operator] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [operator] destination_number(1000) =~ /^0$|^operator$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->operator-forward] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [operator-forward] destination_number(1000) =~ /^\*000$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->do-not-disturb] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [do-not-disturb] destination_number(1000) =~ /^\*77$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [do-not-disturb] destination_number(1000) =~ /^\*78$|\*363$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [do-not-disturb] destination_number(1000) =~ /^\*79$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [do-not-disturb] destination_number(1000) =~ /^dnd\+6568XXXX36$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call_screen] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [call_screen] ${call_screen_enabled}(false) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->follow-me-destinations] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [follow-me-destinations] ${user_exists}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [follow-me-destinations] ${follow_me_enabled}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action unset(call_timeout) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 unset(call_timeout) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1817 UNSET [call_timeout] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action lua(app.lua follow_me) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:287 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_ROUTING -> CS_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State ROUTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_EXECUTE (Cur 1 Tot 1164) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_channel.c:2336 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change RINGING -> EARLY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_sofia.c:209 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_core_state_machine.c:329 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(RFC2822_DATE=Thu, 23 Jul 2020 14:09:48 +0800) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [RFC2822_DATE]=[Thu, 23 Jul 2020 14:09:48 +0800] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 export(origination_callee_id_name=1000) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[1000] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [WARNING] switch_ivr_async.c:2662 Already recording [/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23/1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(+OK Success 1c9549d2-ccab-11ea-a83a-4528c513baa7 ) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [+OK Success 1c9549d2-ccab-11ea-a83a-4528c513baa7 ]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 hash(insert/demo.test.lan-last_dial/6568XXXX36/1000) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.871392 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:48.891397 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 eval(not_secure) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 lua(app.lua follow_me) 2020-07-23 14:09:49.491408 [NOTICE] switch_cpp.cpp:1443 [follow me] destination_number: 1000 2020-07-23 14:09:49.491408 [NOTICE] switch_cpp.cpp:1443 [follow me] destination_number: 812XXX59 2020-07-23 14:09:49.811417 [DEBUG] mod_pgsql.c:747 Query (select destination_uuid, destination_number, destination_description, destination_caller_id_name, destination_caller_id_number from v_destinations where domain_uuid = 'a2d2df9e-b9e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order by destination_number asc ) returned PGRES_FATAL_ERROR 2020-07-23 14:09:49.811417 [ERR] switch_core_sqldb.c:1347 ERR: [select destination_uuid, destination_number, destination_description, destination_caller_id_name, destination_caller_id_number from v_destinations where domain_uuid = 'a2d2df9e-b9e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order by destination_number asc ] [ERROR: invalid input syntax for uuid: "" LINE 1: ...e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order b... ^ ] 2020-07-23 14:09:49.811417 [ERR] switch_core_sqldb.c:1347 ERR: [select destination_uuid, destination_number, destination_description, destination_caller_id_name, destination_caller_id_number from v_destinations where domain_uuid = 'a2d2df9e-b9e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order by destination_number asc ] [ERROR: invalid input syntax for uuid: "" LINE 1: ...e6-40c0-b90d-da9a582a84fd' and destination_uuid = '' order b... ^ ] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 ring_ready() 2020-07-23 14:09:49.931412 [NOTICE] switch_cpp.cpp:1443 [app:follow_me] 812XXX59 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.931412 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [hangup_after_bridge]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [continue_on_fail]=[true] 2020-07-23 14:09:49.951397 [NOTICE] switch_cpp.cpp:1443 [follow me] app_data: {sip_invite_domain=demo.test.lan,call_direction=inbound,confirm=false,originate_timeout=30,originate_delay_start=0,dialed_extension=1000,extension_uuid=49d08cd4-d18e-43cd-85c1-3c1e99ba3fa1}user/1000 at demo.test.lan:_:{ignore_early_media=true,toll_allow=,origination_caller_id_name='6568XXXX36',origination_caller_id_number=6568XXXX36,sip_invite_domain=demo.test.lan,call_direction=inbound,confirm=false,originate_timeout=30,originate_delay_start=0}loopback/812XXX59 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bridge({sip_invite_domain=demo.test.lan,call_direction=inbound,confirm=false,originate_timeout=30,originate_delay_start=0,dialed_extension=1000,extension_uuid=49d08cd4-d18e-43cd-85c1-3c1e99ba3fa1}user/1000 at demo.test.lan:_:{ignore_early_media=true,toll_allow=,origination_caller_id_name=6568XXXX36,origination_caller_id_number=6568XXXX36,sip_invite_domain=demo.test.lan,call_direction=inbound,confirm=false,originate_timeout=30,originate_delay_start=0}loopback/812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[inbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[inbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [origination_callee_id_name]=[1000] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:1589 Parsing ultra-global variables 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [NOTICE] switch_channel.c:1118 New Channel loopback/812XXX59-a [1dcacade-ccab-11ea-a88c-4528c513baa7] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:165 loopback/812XXX59-a setup codec L16/8000/20 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [NOTICE] switch_channel.c:1116 Rename Channel loopback/812XXX59-a->loopback/812XXX59-a [1dcacade-ccab-11ea-a88c-4528c513baa7] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:1257 (loopback/812XXX59-a) State Change CS_NEW -> CS_INIT 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_INIT (Cur 2 Tot 1165) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (loopback/812XXX59-a) State INIT 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [NOTICE] switch_channel.c:1118 New Channel loopback/812XXX59-b [1dcae960-ccab-11ea-a88e-4528c513baa7] 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:165 loopback/812XXX59-b setup codec L16/8000/20 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:287 (loopback/812XXX59-b) State Change CS_NEW -> CS_INIT 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:353 setting other_loopback_from_uuid on b leg to (null) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:377 (loopback/812XXX59-a) State Change CS_INIT -> CS_ROUTING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (loopback/812XXX59-a) State INIT going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_INIT (Cur 3 Tot 1166) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (loopback/812XXX59-b) State INIT 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:377 (loopback/812XXX59-b) State Change CS_INIT -> CS_ROUTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (loopback/812XXX59-b) State INIT going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_ROUTING (Cur 3 Tot 1166) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_ROUTING (Cur 3 Tot 1166) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_channel.c:2332 (loopback/812XXX59-b) Callstate Change DOWN -> RINGING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (loopback/812XXX59-a) State ROUTING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:409 loopback/812XXX59-a CHANNEL ROUTING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:67 (loopback/812XXX59-a) State Change CS_ROUTING -> CS_CONSUME_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (loopback/812XXX59-a) State ROUTING going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_CONSUME_MEDIA (Cur 3 Tot 1166) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (loopback/812XXX59-b) State ROUTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:409 loopback/812XXX59-b CHANNEL ROUTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:236 loopback/812XXX59-b Standard ROUTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->812XXX59 in context demo.test.lan 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:663 (loopback/812XXX59-a) State CONSUME_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_loopback.c:678 CHANNEL CONSUME_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:663 (loopback/812XXX59-a) State CONSUME_MEDIA going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_async.c:1641 No silence detection configured; assuming start of speech 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->user_exists] continue=true 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [NOTICE] switch_channel.c:1118 New Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 [1dcb797a-ccab-11ea-a892-4528c513baa7] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [user_exists] ${loopback_leg}(B) =~ /^B$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(domain_name=${context}) INLINE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_sofia.c:5089 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_NEW -> CS_INIT 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(domain_name=demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [domain_name]=[demo.test.lan] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [user_exists] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_INIT (Cur 4 Tot 1167) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State INIT 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_sofia.c:93 sofia/internal/1000 at 11X.XXX.XXX.128:1061 SOFIA INIT 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] sofia_glue.c:1587 sip:1000 at 11X.XXX.XXX.128:1061;transport=tls Setting proxy route to sofia/internal/1000 at 11X.XXX.XXX.128:1061 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] sofia_glue.c:1618 sofia/internal/1000 at 11X.XXX.XXX.128:1061 sending invite version: 1.10.2 -release 64bit 1dcb797a-ccab-11ea-a892-4528c513baa7 Local SDP: 1dcb797a-ccab-11ea-a892-4528c513baa7 v=0 1dcb797a-ccab-11ea-a892-4528c513baa7 o=FreeSWITCH 1595464131 1595464132 IN IP4 16X.XXX.XXX.XX4 1dcb797a-ccab-11ea-a892-4528c513baa7 s=FreeSWITCH 1dcb797a-ccab-11ea-a892-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 1dcb797a-ccab-11ea-a892-4528c513baa7 t=0 0 1dcb797a-ccab-11ea-a892-4528c513baa7 m=audio 20458 RTP/AVP 8 0 101 13 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:8 PCMA/8000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:0 PCMU/8000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:101 telephone-event/8000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=fmtp:101 0-16 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:13 CN/8000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=ptime:20 1dcb797a-ccab-11ea-a892-4528c513baa7 a=sendrecv 1dcb797a-ccab-11ea-a892-4528c513baa7 m=video 30988 RTP/AVP 102 1dcb797a-ccab-11ea-a892-4528c513baa7 b=AS:1024 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtpmap:102 H264/90000 1dcb797a-ccab-11ea-a892-4528c513baa7 a=sendrecv 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtcp-fb:102 ccm fir 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtcp-fb:102 ccm tmmbr 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtcp-fb:102 nack 1dcb797a-ccab-11ea-a892-4528c513baa7 a=rtcp-fb:102 nack pli 1dcb797a-ccab-11ea-a892-4528c513baa7 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:40 sofia/internal/1000 at 11X.XXX.XXX.128:1061 Standard INIT 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:48 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_INIT -> CS_ROUTING 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:628 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State INIT going to sleep 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_ROUTING (Cur 4 Tot 1167) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State ROUTING 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] mod_sofia.c:154 sofia/internal/1000 at 11X.XXX.XXX.128:1061 SOFIA ROUTING 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_ivr_originate.c:67 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_ROUTING -> CS_CONSUME_MEDIA 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State ROUTING going to sleep 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_CONSUME_MEDIA (Cur 4 Tot 1167) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] sofia.c:7301 Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 entering state [calling][0] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State CONSUME_MEDIA 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:49.951397 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State CONSUME_MEDIA going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:49.971419 [DEBUG] switch_core_io.c:448 Setting BUG Codec PCMA:8 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:50.151426 [INFO] switch_rtp.c:7680 Auto Changing audio port from 10.66.150.170:12348 to 11X.XX.XX.103:12348 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:50.291406 [DEBUG] sofia.c:7301 Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 entering state [proceeding][180] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:50.291406 [NOTICE] sofia.c:7412 Ring-Ready sofia/internal/1000 at 11X.XXX.XXX.128:1061! 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:50.291406 [DEBUG] switch_channel.c:3437 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Callstate Change DOWN -> RINGING 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(user_exists=false) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [user_exists]=[false] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(from_user_exists=false) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [from_user_exists]=[false] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_exists] ${user_exists}(false) =~ /^true$/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->caller-details] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [caller-details] ${caller_destination}() =~ /^$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(caller_destination=${destination_number}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(caller_destination=812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [caller_destination]=[812XXX59] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(caller_id_name=${caller_id_name}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(caller_id_name=6568XXXX36) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [caller_id_name]=[6568XXXX36] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(caller_id_number=${caller_id_number}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->call-direction] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [call-direction] ${call_direction}(inbound) =~ /^(inbound|outbound|local)$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->global-variables] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [global-variables] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->domain-variables] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [domain-variables] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action export(origination_callee_id_name=${destination_number}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->is_loopback] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->user_record] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_record}() =~ /^all$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_record}() =~ /^inbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_record}() =~ /^outbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${user_record}() =~ /^local$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_record}() =~ /^all$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_record}() =~ /^inbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_record}() =~ /^outbound$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${from_user_record}() =~ /^local$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [user_record] ${record_session}() =~ /^true$/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->redial] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [redial] destination_number(812XXX59) =~ /^(redial|\*870)$/ break=on-true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [redial] () =~ // break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->speed_dial] continue=false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [speed_dial] destination_number(812XXX59) =~ /^\*0(.*)$/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->default_caller_id] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(emergency_caller_id_name=${default_emergency_caller_id_name}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(emergency_caller_id_name=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [emergency_caller_id_name]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(emergency_caller_id_number=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [emergency_caller_id_number]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(outbound_caller_id_name=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [outbound_caller_id_name]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(outbound_caller_id_number=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [outbound_caller_id_number]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->bind_digit_action] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b ANTI-Action set(bind_target=peer) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(bind_target=peer) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [bind_target]=[peer] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [bind_digit_action] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->bind_digit_action] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b ANTI-Action set(bind_target=peer) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(bind_target=peer) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [bind_target]=[peer] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [bind_digit_action] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->bind_digit_action] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b ANTI-Action set(bind_target=peer) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(bind_target=peer) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [bind_target]=[peer] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [bind_digit_action] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->bind_digit_action] continue=true 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b ANTI-Action set(bind_target=peer) INLINE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(bind_target=peer) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [bind_target]=[peer] 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [bind_digit_action] () =~ // break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b parsing [demo.test.lan->DemoGWSNG01.8d] continue=false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [DemoGWSNG01.8d] ${user_exists}(false) =~ /false/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Regex (PASS) [DemoGWSNG01.8d] destination_number(812XXX59) =~ /^(\d{8})$/ break=on-false 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(sip_h_X-accountcode=${accountcode}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action export(call_direction=outbound) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action unset(call_timeout) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(hangup_after_bridge=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(effective_caller_id_name=${outbound_caller_id_name}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(effective_caller_id_number=${outbound_caller_id_number}) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(inherit_codec=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(ignore_display_updates=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(callee_id_number=812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action set(continue_on_fail=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 Dialplan: loopback/812XXX59-b Action bridge(sofia/gateway/ce8acce6-5db5-4801-9a6a-dea123fe1e62/65812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:287 (loopback/812XXX59-b) State Change CS_ROUTING -> CS_EXECUTE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:644 (loopback/812XXX59-b) State ROUTING going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_EXECUTE (Cur 4 Tot 1167) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:651 (loopback/812XXX59-b) State EXECUTE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_loopback.c:451 loopback/812XXX59-b CHANNEL EXECUTE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:329 loopback/812XXX59-b Standard EXECUTE 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(caller_id_number=6568XXXX36) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [caller_id_number]=[6568XXXX36] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(RFC2822_DATE=Thu, 23 Jul 2020 14:09:50 +0800) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [RFC2822_DATE]=[Thu, 23 Jul 2020 14:09:50 +0800] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b export(origination_callee_id_name=812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[812XXX59] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b hash(insert/demo.test.lan-last_dial/6568XXXX36/812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b digit_action_set_realm(local) 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(sip_h_X-accountcode=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [sip_h_X-accountcode]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b export(call_direction=outbound) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[outbound] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b unset(call_timeout) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1817 UNSET [call_timeout] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(hangup_after_bridge=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [hangup_after_bridge]=[true] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(effective_caller_id_name=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [effective_caller_id_name]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(effective_caller_id_number=) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [effective_caller_id_number]=[UNDEF] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(inherit_codec=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [inherit_codec]=[true] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(ignore_display_updates=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [ignore_display_updates]=[true] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(callee_id_number=812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [callee_id_number]=[812XXX59] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b set(continue_on_fail=true) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_dptools.c:1672 SET loopback/812XXX59-b [continue_on_fail]=[true] 1dcae960-ccab-11ea-a88e-4528c513baa7 EXECUTE [depth=0] loopback/812XXX59-b bridge(sofia/gateway/ce8acce6-5db5-4801-9a6a-dea123fe1e62/65812XXX59) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [call_direction]=[outbound] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [call_direction]=[outbound] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [origination_callee_id_name]=[812XXX59] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [origination_callee_id_name]=[812XXX59] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_channel.c:1264 loopback/812XXX59-b EXPORTING[export_vars] [call_direction]=[outbound] to event 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [NOTICE] switch_channel.c:1118 New Channel sofia/external-demo/65812XXX59 [1e09b9ba-ccab-11ea-a8be-4528c513baa7] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_sofia.c:5089 (sofia/external-demo/65812XXX59) State Change CS_NEW -> CS_INIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_INIT (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/65812XXX59) State INIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_sofia.c:93 sofia/external-demo/65812XXX59 SOFIA INIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] sofia_glue.c:1618 sofia/external-demo/65812XXX59 sending invite version: 1.10.2 -release 64bit 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Local SDP: 1e09b9ba-ccab-11ea-a8be-4528c513baa7 v=0 1e09b9ba-ccab-11ea-a8be-4528c513baa7 o=FreeSWITCH 1595467334 1595467335 IN IP4 16X.XXX.XXX.XX4 1e09b9ba-ccab-11ea-a8be-4528c513baa7 s=FreeSWITCH 1e09b9ba-ccab-11ea-a8be-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 1e09b9ba-ccab-11ea-a8be-4528c513baa7 t=0 0 1e09b9ba-ccab-11ea-a8be-4528c513baa7 m=audio 17256 RTP/AVP 102 8 0 101 13 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:102 L16/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:8 PCMA/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:0 PCMU/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:101 telephone-event/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=fmtp:101 0-16 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:13 CN/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=ptime:20 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=sendrecv 1e09b9ba-ccab-11ea-a8be-4528c513baa7 m=video 18902 RTP/AVP 103 1e09b9ba-ccab-11ea-a8be-4528c513baa7 b=AS:1024 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:103 H264/90000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=sendrecv 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtcp-fb:103 ccm fir 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtcp-fb:103 ccm tmmbr 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtcp-fb:103 nack 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtcp-fb:103 nack pli 1e09b9ba-ccab-11ea-a8be-4528c513baa7 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:40 sofia/external-demo/65812XXX59 Standard INIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:48 (sofia/external-demo/65812XXX59) State Change CS_INIT -> CS_ROUTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/65812XXX59) State INIT going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_ROUTING (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/65812XXX59) State ROUTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] mod_sofia.c:154 sofia/external-demo/65812XXX59 SOFIA ROUTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_ivr_originate.c:67 (sofia/external-demo/65812XXX59) State Change CS_ROUTING -> CS_CONSUME_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/65812XXX59) State ROUTING going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_CONSUME_MEDIA (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [calling][0] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.351404 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [proceeding][180] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.991414 [NOTICE] sofia.c:7412 Ring-Ready sofia/external-demo/65812XXX59! 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_channel.c:3437 (sofia/external-demo/65812XXX59) Callstate Change DOWN -> RINGING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:50.991414 [NOTICE] mod_loopback.c:1023 Pre-Answer loopback/812XXX59-a! 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_channel.c:3565 (loopback/812XXX59-a) Callstate Change DOWN -> EARLY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [NOTICE] switch_ivr_originate.c:1246 Pre-Answer loopback/812XXX59-b! 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_channel.c:3565 (loopback/812XXX59-b) Callstate Change RINGING -> EARLY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_ivr_originate.c:1304 Raw Codec Activation Success L16 at 8000hz 1 channel 20ms 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_core_codec.c:223 loopback/812XXX59-b Push codec L16:100 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:50.991414 [DEBUG] switch_ivr_originate.c:1378 Play Ringback Tone [%(2000,4000,440,480)] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [completing][200] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] sofia.c:7311 Remote SDP: 1e09b9ba-ccab-11ea-a8be-4528c513baa7 v=0 1e09b9ba-ccab-11ea-a8be-4528c513baa7 o=root 2017010976 2017010976 IN IP4 10.66.150.170 1e09b9ba-ccab-11ea-a8be-4528c513baa7 s=Asterisk PBX 13.11.2 1e09b9ba-ccab-11ea-a8be-4528c513baa7 c=IN IP4 10.66.150.170 1e09b9ba-ccab-11ea-a8be-4528c513baa7 t=0 0 1e09b9ba-ccab-11ea-a8be-4528c513baa7 m=audio 10100 RTP/AVP 8 0 101 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:8 PCMA/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:0 PCMU/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=rtpmap:101 telephone-event/8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=fmtp:101 0-16 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=ptime:20 1e09b9ba-ccab-11ea-a8be-4528c513baa7 a=maxptime:150 1e09b9ba-ccab-11ea-a8be-4528c513baa7 m=video 0 RTP/AVP 103 1e09b9ba-ccab-11ea-a8be-4528c513baa7 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [ready][200] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[L16:100:8000:20:128000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[L16:100:8000:20:128000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5508 Set telephone-event payload to 101 at 8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:3837 Set Codec sofia/external-demo/65812XXX59 PCMA/8000 20 ms 160 samples 64000 bits 1 channels 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_codec.c:111 sofia/external-demo/65812XXX59 Original read codec set to PCMA:8 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5851 Set telephone-event payload to 101 at 8000 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:5909 sofia/external-demo/65812XXX59 Set 2833 dtmf send payload to 101 recv payload to 101 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_core_media.c:8659 AUDIO RTP [sofia/external-demo/65812XXX59] 16X.XXX.XXX.XX4 port 17256 -> 10.66.150.170 port 10100 codec: 8 ms: 20 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.271394 [DEBUG] switch_rtp.c:4408 Starting timer [soft] 160 bytes per 20ms 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_media.c:8973 sofia/external-demo/65812XXX59 Set 2833 dtmf send payload to 101 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_media.c:8980 sofia/external-demo/65812XXX59 Set 2833 dtmf receive payload to 101 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_media.c:9003 sofia/external-demo/65812XXX59 Set rtp dtmf delay to 40 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [NOTICE] sofia.c:8479 Channel [sofia/external-demo/65812XXX59] has been answered 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_channel.c:3865 (sofia/external-demo/65812XXX59) Callstate Change RINGING -> ACTIVE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_codec.c:248 loopback/812XXX59-b Restore previous codec L16:100. 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.291385 [NOTICE] mod_loopback.c:1018 Channel [loopback/812XXX59-a] has been answered 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_channel.c:3865 (loopback/812XXX59-a) Callstate Change EARLY -> ACTIVE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:57.291385 [NOTICE] switch_ivr_originate.c:3751 Channel [loopback/812XXX59-b] has been answered 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_channel.c:3865 (loopback/812XXX59-b) Callstate Change EARLY -> ACTIVE 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_ivr_originate.c:3809 Originate Resulted in Success: [sofia/external-demo/65812XXX59] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] mod_loopback.c:1040 setting other_leg_true_id to (null) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_ivr_bridge.c:1796 (sofia/external-demo/65812XXX59) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_EXCHANGE_MEDIA (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] switch_core_state_machine.c:654 (sofia/external-demo/65812XXX59) State EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.291385 [DEBUG] mod_sofia.c:656 SOFIA EXCHANGE_MEDIA 2020-07-23 14:09:57.291385 [DEBUG] switch_ivr_originate.c:3809 Originate Resulted in Success: [loopback/812XXX59-a] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [NOTICE] switch_ivr_originate.c:3716 Hangup sofia/internal/1000 at 11X.XXX.XXX.128:1061 [CS_CONSUME_MEDIA] [LOSE_RACE] 2020-07-23 14:09:57.311374 [DEBUG] switch_ivr_originate.c:3941 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_HANGUP (Cur 5 Tot 1168) 2020-07-23 14:09:57.311374 [NOTICE] switch_ivr_originate.c:2955 Cannot create outgoing channel of type [user] cause: [LOSE_RACE] 2020-07-23 14:09:57.311374 [DEBUG] switch_ivr_originate.c:3952 Originate Resulted in Error Cause: 502 [LOSE_RACE] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:848 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Callstate Change RINGING -> HANGUP 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State HANGUP 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] mod_sofia.c:453 Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 hanging up, cause: LOSE_RACE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] mod_sofia.c:521 Sending CANCEL to sofia/internal/1000 at 11X.XXX.XXX.128:1061 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:60 sofia/internal/1000 at 11X.XXX.XXX.128:1061 Standard HANGUP, cause: LOSE_RACE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State HANGUP going to sleep 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:620 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_HANGUP -> CS_REPORTING 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_REPORTING (Cur 5 Tot 1168) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:57.311374 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_core_media.c:8641 Audio params are unchanged for sofia/external-demo/6568XXXX36 at 10.66.150.170:6077. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] mod_sofia.c:898 Local SDP sofia/external-demo/6568XXXX36 at 10.66.150.170:6077: 1c9549d2-ccab-11ea-a83a-4528c513baa7 v=0 1c9549d2-ccab-11ea-a83a-4528c513baa7 o=FreeSWITCH 1595457811 1595457813 IN IP4 16X.XXX.XXX.XX4 1c9549d2-ccab-11ea-a83a-4528c513baa7 s=FreeSWITCH 1c9549d2-ccab-11ea-a83a-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 1c9549d2-ccab-11ea-a83a-4528c513baa7 t=0 0 1c9549d2-ccab-11ea-a83a-4528c513baa7 m=audio 26776 RTP/AVP 8 101 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:8 PCMA/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=rtpmap:101 telephone-event/8000 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=fmtp:101 0-16 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=ptime:20 1c9549d2-ccab-11ea-a83a-4528c513baa7 a=sendrecv 1c9549d2-ccab-11ea-a83a-4528c513baa7 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [NOTICE] switch_ivr_bridge.c:1673 Channel [sofia/external-demo/6568XXXX36 at 10.66.150.170:6077] has been answered 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_channel.c:3865 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change EARLY -> ACTIVE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] sofia.c:7301 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 entering state [completed][200] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_ivr_bridge.c:1796 (loopback/812XXX59-a) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_EXCHANGE_MEDIA (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] switch_core_state_machine.c:654 (loopback/812XXX59-a) State EXCHANGE_MEDIA 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:57.331383 [DEBUG] mod_loopback.c:640 CHANNEL LOOPBACK 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.371396 [DEBUG] switch_rtp.c:7720 Correct audio ip/port confirmed. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:57.371396 [DEBUG] sofia.c:7301 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 entering state [ready][200] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.391393 [DEBUG] mod_sofia.c:2098 Not sending same id again "6568XXXX36" <6568XXXX36> 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:57.551412 [INFO] switch_rtp.c:7680 Auto Changing audio port from 10.66.150.170:10100 to 11X.XX.XX.103:10100 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.451396 [DEBUG] mod_loopback.c:910 loopback/812XXX59-a detected bridge on both ends, attempting direct connection. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.451396 [DEBUG] switch_ivr_bridge.c:2213 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_EXECUTE -> CS_HIBERNATE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.451396 [DEBUG] switch_ivr_bridge.c:2215 (sofia/external-demo/65812XXX59) State Change CS_EXCHANGE_MEDIA -> CS_HIBERNATE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.451396 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [sofia/external-demo/6568XXXX36 at 10.66.150.170:6077] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [sofia/external-demo/65812XXX59] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:654 (sofia/external-demo/65812XXX59) State EXCHANGE_MEDIA going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_HIBERNATE (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:666 (sofia/external-demo/65812XXX59) State HIBERNATE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:191 sofia/external-demo/65812XXX59 SOFIA HIBERNATE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1147 (sofia/external-demo/65812XXX59) State Change CS_HIBERNATE -> CS_RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:666 (sofia/external-demo/65812XXX59) State HIBERNATE going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_RESET (Cur 5 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/65812XXX59) State RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:172 sofia/external-demo/65812XXX59 SOFIA RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1132 sofia/external-demo/65812XXX59 CUSTOM RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:188 sofia/external-demo/65812XXX59 Standard RESET 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/65812XXX59) State RESET going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:823 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 ending bridge by request from write function 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [loopback/812XXX59-a] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [NOTICE] switch_ivr_bridge.c:1032 Hangup loopback/812XXX59-a [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_loopback.c:607 loopback/812XXX59-a CHANNEL KILL 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:654 (loopback/812XXX59-a) State EXCHANGE_MEDIA going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_HANGUP (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:848 (loopback/812XXX59-a) Callstate Change ACTIVE -> HANGUP 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:850 (loopback/812XXX59-a) State HANGUP 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_loopback.c:566 loopback/812XXX59-a CHANNEL HANGUP 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1895 loopback/812XXX59-a skip receive message [UNBRIDGE] (channel is hungup already) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1960 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_HIBERNATE -> CS_RESET 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [NOTICE] mod_loopback.c:582 Hangup loopback/812XXX59-b [CS_EXECUTE] [NORMAL_CLEARING] 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [loopback/812XXX59-b] 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1898 loopback/812XXX59-b skip receive message [UNBRIDGE] (channel is hungup already) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_loopback.c:607 loopback/812XXX59-b CHANNEL KILL 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:60 loopback/812XXX59-a Standard HANGUP, cause: NORMAL_CLEARING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:850 (loopback/812XXX59-a) State HANGUP going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:620 (loopback/812XXX59-a) State Change CS_HANGUP -> CS_REPORTING 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-a) Running State Change CS_REPORTING (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:936 (loopback/812XXX59-a) State REPORTING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_session.c:2905 loopback/812XXX59-b skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:651 (loopback/812XXX59-b) State EXECUTE going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:174 loopback/812XXX59-a Standard REPORTING, cause: NORMAL_CLEARING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_HANGUP (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:936 (loopback/812XXX59-a) State REPORTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_cpp.cpp:1187 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 destroy/unlink session from object 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:611 (loopback/812XXX59-a) State Change CS_REPORTING -> CS_DESTROY 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_session.c:1726 Session 1165 (loopback/812XXX59-a) Locked, Waiting on external entities 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:848 (loopback/812XXX59-b) Callstate Change ACTIVE -> HANGUP 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:850 (loopback/812XXX59-b) State HANGUP 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_loopback.c:566 loopback/812XXX59-b CHANNEL HANGUP 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:60 loopback/812XXX59-b Standard HANGUP, cause: NORMAL_CLEARING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:850 (loopback/812XXX59-b) State HANGUP going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:620 (loopback/812XXX59-b) State Change CS_HANGUP -> CS_REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State EXECUTE going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_RESET (Cur 5 Tot 1168) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (loopback/812XXX59-b) Running State Change CS_REPORTING (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [NOTICE] switch_core_session.c:1744 Session 1165 (loopback/812XXX59-a) Ended 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:936 (loopback/812XXX59-b) State REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:172 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1132 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 CUSTOM RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1139 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_RESET -> CS_SOFT_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State RESET going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_SOFT_EXECUTE (Cur 5 Tot 1168) 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [NOTICE] switch_core_session.c:1748 Close Channel loopback/812XXX59-a [CS_DESTROY] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:657 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State SOFT_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:662 SOFIA SOFT_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1157 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 CUSTOM SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1189 (sofia/external-demo/65812XXX59) State Change CS_RESET -> CS_SOFT_EXECUTE 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:739 (loopback/812XXX59-a) Running State Change CS_DESTROY (Cur 4 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_SOFT_EXECUTE (Cur 4 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:657 (sofia/external-demo/65812XXX59) State SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] mod_sofia.c:662 SOFIA SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_ivr_bridge.c:1157 sofia/external-demo/65812XXX59 CUSTOM SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:401 sofia/external-demo/65812XXX59 Standard SOFT_EXECUTE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:657 (sofia/external-demo/65812XXX59) State SOFT_EXECUTE going to sleep 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:749 (loopback/812XXX59-a) State DESTROY 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:181 loopback/812XXX59-a Standard DESTROY 1dcacade-ccab-11ea-a88c-4528c513baa7 2020-07-23 14:09:59.471397 [DEBUG] switch_core_state_machine.c:749 (loopback/812XXX59-a) State DESTROY going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_ivr_bridge.c:1686 (sofia/external-demo/65812XXX59) State Change CS_SOFT_EXECUTE -> CS_CONSUME_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_CONSUME_MEDIA (Cur 4 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_ivr_bridge.c:1061 sofia/external-demo/65812XXX59 CUSTOM HOLD 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_ivr_bridge.c:1796 (sofia/external-demo/65812XXX59) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_EXCHANGE_MEDIA (Cur 4 Tot 1168) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] switch_core_state_machine.c:654 (sofia/external-demo/65812XXX59) State EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] mod_sofia.c:656 SOFIA EXCHANGE_MEDIA 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:09:59.491402 [DEBUG] mod_sofia.c:2098 Not sending same id again "6568XXXX36" <6568XXXX36> 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:174 sofia/internal/1000 at 11X.XXX.XXX.128:1061 Standard REPORTING, cause: LOSE_RACE 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State REPORTING going to sleep 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:611 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State Change CS_REPORTING -> CS_DESTROY 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_session.c:1726 Session 1167 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Locked, Waiting on external entities 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [NOTICE] switch_core_session.c:1744 Session 1167 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Ended 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/1000 at 11X.XXX.XXX.128:1061 [CS_DESTROY] 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) Running State Change CS_DESTROY (Cur 3 Tot 1168) 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State DESTROY 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] mod_sofia.c:364 sofia/internal/1000 at 11X.XXX.XXX.128:1061 SOFIA DESTROY 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:181 sofia/internal/1000 at 11X.XXX.XXX.128:1061 Standard DESTROY 1dcb797a-ccab-11ea-a892-4528c513baa7 2020-07-23 14:09:59.571382 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1000 at 11X.XXX.XXX.128:1061) State DESTROY going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:174 loopback/812XXX59-b Standard REPORTING, cause: NORMAL_CLEARING 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:936 (loopback/812XXX59-b) State REPORTING going to sleep 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:611 (loopback/812XXX59-b) State Change CS_REPORTING -> CS_DESTROY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_session.c:1726 Session 1166 (loopback/812XXX59-b) Locked, Waiting on external entities 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [NOTICE] switch_core_session.c:1744 Session 1166 (loopback/812XXX59-b) Ended 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [NOTICE] switch_core_session.c:1748 Close Channel loopback/812XXX59-b [CS_DESTROY] 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:739 (loopback/812XXX59-b) Running State Change CS_DESTROY (Cur 2 Tot 1168) 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:749 (loopback/812XXX59-b) State DESTROY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:181 loopback/812XXX59-b Standard DESTROY 1dcae960-ccab-11ea-a88e-4528c513baa7 2020-07-23 14:10:01.831382 [DEBUG] switch_core_state_machine.c:749 (loopback/812XXX59-b) State DESTROY going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:02.431398 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF *:1440 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:02.451398 [INFO] switch_channel.c:522 RECV DTMF *:1440 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:02.871401 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 4:1440 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:02.871401 [INFO] switch_channel.c:522 RECV DTMF 4:1440 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:02.891397 [DEBUG] switch_ivr_async.c:4319 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Processing meta digit 4 [execute_extension::att_xfer XML demo.test.lan] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:03.131404 [DEBUG] switch_ivr.c:632 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Command Execute [depth=0] playback(shout://23.82.11.88:3228/stream) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 playback(shout://23.82.11.88:3228/stream) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.131404 [DEBUG] switch_ivr.c:632 sofia/external-demo/65812XXX59 Command Execute [depth=0] execute_extension(att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/65812XXX59 execute_extension(att_xfer XML demo.test.lan) 2020-07-23 14:10:03.131404 [INFO] mod_shout.c:708 Opening stream: http://23.82.11.88:3228/stream 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.131404 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->att_xfer in context demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->user_exists] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_exists] ${loopback_leg}() =~ /^B$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [user_exists] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(user_exists=false) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.131404 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [user_exists]=[false] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(from_user_exists=false) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [from_user_exists]=[false] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_exists] ${user_exists}(false) =~ /^true$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->caller-details] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [caller-details] ${caller_destination}() =~ /^$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(caller_destination=${destination_number}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(caller_destination=att_xfer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [caller_destination]=[att_xfer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(caller_id_name=${caller_id_name}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(caller_id_name=6568XXXX36) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [caller_id_name]=[6568XXXX36] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(caller_id_number=${caller_id_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->call-direction] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [call-direction] ${call_direction}(outbound) =~ /^(inbound|outbound|local)$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->global-variables] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [global-variables] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->domain-variables] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [domain-variables] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action export(origination_callee_id_name=${destination_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->is_loopback] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->user_record] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_record}() =~ /^all$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${call_direction}(outbound) =~ /^inbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_record}() =~ /^inbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [user_record] ${call_direction}(outbound) =~ /^outbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_record}() =~ /^outbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${call_direction}(outbound) =~ /^local$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${user_record}() =~ /^local$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_record}() =~ /^all$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${call_direction}(outbound) =~ /^inbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_record}() =~ /^inbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [user_record] ${call_direction}(outbound) =~ /^outbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_record}() =~ /^outbound$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${call_direction}(outbound) =~ /^local$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${from_user_record}() =~ /^local$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [user_record] ${record_session}() =~ /^true$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->redial] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [redial] destination_number(att_xfer) =~ /^(redial|\*870)$/ break=on-true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [redial] () =~ // break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->speed_dial] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [speed_dial] destination_number(att_xfer) =~ /^\*0(.*)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->default_caller_id] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(emergency_caller_id_name=${default_emergency_caller_id_name}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(emergency_caller_id_name=) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [emergency_caller_id_name]=[UNDEF] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(emergency_caller_id_number=) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [emergency_caller_id_number]=[UNDEF] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(outbound_caller_id_name=) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [outbound_caller_id_name]=[UNDEF] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(outbound_caller_id_number=) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [outbound_caller_id_number]=[UNDEF] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->bind_digit_action] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 ANTI-Action set(bind_target=peer) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(bind_target=peer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [bind_target]=[peer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->bind_digit_action] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 ANTI-Action set(bind_target=peer) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(bind_target=peer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [bind_target]=[peer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->bind_digit_action] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 ANTI-Action set(bind_target=peer) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(bind_target=peer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [bind_target]=[peer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->bind_digit_action] continue=true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [bind_digit_action] ${sip_authorized}() =~ /true/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 ANTI-Action set(bind_target=peer) INLINE 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(bind_target=peer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [bind_target]=[peer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->DemoGWSNG01.8d] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [DemoGWSNG01.8d] ${user_exists}(false) =~ /false/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [DemoGWSNG01.8d] destination_number(att_xfer) =~ /^(\d{8})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->DemoGWSNG01.1800d7] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [DemoGWSNG01.1800d7] ${user_exists}(false) =~ /false/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [DemoGWSNG01.1800d7] destination_number(att_xfer) =~ /^(1800\d{7})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->DemoGWSNG01.d1020] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [DemoGWSNG01.d1020] ${user_exists}(false) =~ /false/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [DemoGWSNG01.d1020] destination_number(att_xfer) =~ /^(\d{10,20})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->agent_status] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [agent_status] destination_number(att_xfer) =~ /^\*22$/ break=never 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [agent_status] destination_number(att_xfer) =~ /^(agent\+)(.*)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->agent_status_id] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [agent_status_id] destination_number(att_xfer) =~ /^\*23$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->group-intercept] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [group-intercept] destination_number(att_xfer) =~ /^\*8$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->page-extension] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [page-extension] destination_number(att_xfer) =~ /^\*8(\d{2,7})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->eavesdrop] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [eavesdrop] destination_number(att_xfer) =~ /^\*33(\d{2,7})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->call_privacy] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [call_privacy] destination_number(att_xfer) =~ /^\*67(\d+)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->call_return] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [call_return] destination_number(att_xfer) =~ /^\*69$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->extension_queue] continue= 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [extension_queue] destination_number(att_xfer) =~ /^\*800(.*)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->intercept-ext-polycom] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [intercept-ext-polycom] destination_number(att_xfer) =~ /^\*97(\d+)$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->intercept-ext] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [intercept-ext] destination_number(att_xfer) =~ /^\*\*(\d+)$/ break=on-true 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [intercept-ext] destination_number(att_xfer) =~ /^\*\*$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->dx] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [dx] destination_number(att_xfer) =~ /^dx$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->send_to_voicemail] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (FAIL) [send_to_voicemail] destination_number(att_xfer) =~ /^\*99(\d{2,10})$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 parsing [demo.test.lan->att_xfer] continue=false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Regex (PASS) [att_xfer] destination_number(att_xfer) =~ /^att_xfer$/ break=on-false 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action read(2 6 tone_stream://%(10000,0,350,440) digits 30000 #) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action set(origination_cancel_key=#) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 Dialplan: sofia/external-demo/65812XXX59 Action att_xfer(user/${digits}@${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] set(caller_id_number=${caller_id_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(caller_id_number=6568XXXX36) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [caller_id_number]=[6568XXXX36] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(RFC2822_DATE=Thu, 23 Jul 2020 14:10:03 +0800) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [RFC2822_DATE]=[Thu, 23 Jul 2020 14:10:03 +0800] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] export(origination_callee_id_name=${destination_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 export(origination_callee_id_name=att_xfer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[att_xfer] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 hash(insert/-last_dial/6568XXXX36/att_xfer) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.191408 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 digit_action_set_realm(local) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [NOTICE] switch_core_session.c:3017 Execute [depth=1] read(2 6 tone_stream://%(10000,0,350,440) digits 30000 #) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 read(2 6 tone_stream://%(10000,0,350,440) digits 30000 #) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.211378 [DEBUG] switch_ivr_play_say.c:1492 Codec Activated L16 at 8000hz 1 channels 20ms 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.231404 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 1:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.231404 [INFO] switch_channel.c:522 RECV DTMF 1:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.251391 [DEBUG] switch_ivr_play_say.c:1933 done playing file tone_stream://%(10000,0,350,440) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.671401 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 0:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:03.671401 [INFO] switch_channel.c:522 RECV DTMF 0:1120 2020-07-23 14:10:03.751394 [WARNING] switch_core_file.c:410 File has 2 channels, muxing to 1 channel will occur. 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:03.751394 [DEBUG] switch_ivr_play_say.c:1492 Codec Activated L16 at 8000hz 1 channels 20ms 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:04.071429 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 0:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:04.071429 [INFO] switch_channel.c:522 RECV DTMF 0:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:04.471431 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF 1:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:04.471431 [INFO] switch_channel.c:522 RECV DTMF 1:1120 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.591415 [DEBUG] switch_rtp.c:7963 RTP RECV DTMF #:1080 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.591415 [INFO] switch_channel.c:522 RECV DTMF #:1080 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [NOTICE] switch_core_session.c:3017 Execute [depth=1] set(origination_cancel_key=#) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 set(origination_cancel_key=#) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/65812XXX59 [origination_cancel_key]=[#] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [NOTICE] switch_core_session.c:3017 Execute [depth=1] att_xfer(user/${digits}@${context}) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 EXECUTE [depth=1] sofia/external-demo/65812XXX59 att_xfer(user/1001 at demo.test.lan) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1906 (sofia/external-demo/65812XXX59) Callstate Change ACTIVE -> RING_WAIT 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [call_direction]=[outbound] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_channel.c:1264 sofia/external-demo/65812XXX59 EXPORTING[export_vars] [origination_callee_id_name]=[att_xfer] to event 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [NOTICE] switch_channel.c:1118 New Channel sofia/internal/1001 at 172.16.99.17:12769 [27213f3c-ccab-11ea-a8ef-4528c513baa7] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] mod_sofia.c:5089 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_NEW -> CS_INIT 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_INIT (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:628 (sofia/internal/1001 at 172.16.99.17:12769) State INIT 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] mod_sofia.c:93 sofia/internal/1001 at 172.16.99.17:12769 SOFIA INIT 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] sofia_glue.c:1587 sip:1001 at 11X.XXX.XXX.128:12769;transport=TLS Setting proxy route to sofia/internal/1001 at 172.16.99.17:12769 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] sofia_glue.c:1618 sofia/internal/1001 at 172.16.99.17:12769 sending invite version: 1.10.2 -release 64bit 27213f3c-ccab-11ea-a8ef-4528c513baa7 Local SDP: 27213f3c-ccab-11ea-a8ef-4528c513baa7 v=0 27213f3c-ccab-11ea-a8ef-4528c513baa7 o=FreeSWITCH 1595463175 1595463176 IN IP4 16X.XXX.XXX.XX4 27213f3c-ccab-11ea-a8ef-4528c513baa7 s=FreeSWITCH 27213f3c-ccab-11ea-a8ef-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 27213f3c-ccab-11ea-a8ef-4528c513baa7 t=0 0 27213f3c-ccab-11ea-a8ef-4528c513baa7 m=audio 21430 RTP/AVP 8 0 101 13 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:8 PCMA/8000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:0 PCMU/8000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:101 telephone-event/8000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=fmtp:101 0-16 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:13 CN/8000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=ptime:20 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=sendrecv 27213f3c-ccab-11ea-a8ef-4528c513baa7 m=video 21738 RTP/AVP 103 27213f3c-ccab-11ea-a8ef-4528c513baa7 b=AS:1024 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtpmap:103 H264/90000 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=sendrecv 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtcp-fb:103 ccm fir 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtcp-fb:103 ccm tmmbr 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtcp-fb:103 nack 27213f3c-ccab-11ea-a8ef-4528c513baa7 a=rtcp-fb:103 nack pli 27213f3c-ccab-11ea-a8ef-4528c513baa7 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:40 sofia/internal/1001 at 172.16.99.17:12769 Standard INIT 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:48 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_INIT -> CS_ROUTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:628 (sofia/internal/1001 at 172.16.99.17:12769) State INIT going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_ROUTING (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] sofia.c:7301 Channel sofia/internal/1001 at 172.16.99.17:12769 entering state [calling][0] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/1001 at 172.16.99.17:12769) State ROUTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] mod_sofia.c:154 sofia/internal/1001 at 172.16.99.17:12769 SOFIA ROUTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_ivr_originate.c:67 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_ROUTING -> CS_CONSUME_MEDIA 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/1001 at 172.16.99.17:12769) State ROUTING going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_CONSUME_MEDIA (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/1001 at 172.16.99.17:12769) State CONSUME_MEDIA 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.611390 [DEBUG] switch_core_state_machine.c:663 (sofia/internal/1001 at 172.16.99.17:12769) State CONSUME_MEDIA going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.751416 [DEBUG] sofia.c:7301 Channel sofia/internal/1001 at 172.16.99.17:12769 entering state [proceeding][180] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.751416 [NOTICE] sofia.c:7412 Ring-Ready sofia/internal/1001 at 172.16.99.17:12769! 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:05.751416 [DEBUG] switch_channel.c:3437 (sofia/internal/1001 at 172.16.99.17:12769) Callstate Change DOWN -> RINGING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.771406 [DEBUG] switch_ivr_originate.c:1304 Raw Codec Activation Success L16 at 8000hz 1 channel 20ms 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.771406 [DEBUG] switch_core_codec.c:223 sofia/external-demo/65812XXX59 Push codec L16:100 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:05.791377 [DEBUG] switch_ivr_originate.c:1378 Play Ringback Tone [%(2000,4000,440,480)] 2020-07-23 14:10:26.111411 [WARNING] sofia_reg.c:1793 SIP auth challenge (REGISTER) on sofia profile 'internal' for [110 at demo.test.lan] from ip 203.118.10.21 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.411419 [NOTICE] sofia.c:1089 Hangup sofia/external-demo/65812XXX59 [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.411419 [DEBUG] switch_core_session.c:2905 sofia/external-demo/65812XXX59 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.411419 [DEBUG] switch_core_session.c:2905 sofia/external-demo/65812XXX59 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.431382 [DEBUG] switch_ivr_play_say.c:1933 done playing file shout://23.82.11.88:3228/stream 2020-07-23 14:10:26.431382 [DEBUG] mod_shout.c:160 Waiting for stream to terminate: http://23.82.11.88:3228/stream 2020-07-23 14:10:26.451452 [DEBUG] mod_shout.c:525 Read Thread Done 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:571 sofia/external-demo/65812XXX59 skip receive message [BRIDGE] (channel is hungup already) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr.c:679 sofia/external-demo/65812XXX59 skip receive message [AUDIO_SYNC] (channel is hungup already) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:829 sofia/external-demo/65812XXX59 ending bridge by request from read function 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_codec.c:248 sofia/external-demo/65812XXX59 Restore previous codec PCMA:8. 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [sofia/external-demo/65812XXX59] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:654 (sofia/external-demo/65812XXX59) State EXCHANGE_MEDIA going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_HANGUP (Cur 3 Tot 1169) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:848 (sofia/external-demo/65812XXX59) Callstate Change RING_WAIT -> HANGUP 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/65812XXX59) State HANGUP 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] mod_sofia.c:453 Channel sofia/external-demo/65812XXX59 hanging up, cause: NORMAL_CLEARING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:60 sofia/external-demo/65812XXX59 Standard HANGUP, cause: NORMAL_CLEARING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/65812XXX59) State HANGUP going to sleep 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:620 (sofia/external-demo/65812XXX59) State Change CS_HANGUP -> CS_REPORTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_REPORTING (Cur 3 Tot 1169) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/65812XXX59) State REPORTING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:174 sofia/external-demo/65812XXX59 Standard REPORTING, cause: NORMAL_CLEARING 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/65812XXX59) State REPORTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:915 BRIDGE THREAD DONE [sofia/external-demo/6568XXXX36 at 10.66.150.170:6077] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:611 (sofia/external-demo/65812XXX59) State Change CS_REPORTING -> CS_DESTROY 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_session.c:1726 Session 1168 (sofia/external-demo/65812XXX59) Locked, Waiting on external entities 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_ivr_bridge.c:1960 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_SOFT_EXECUTE -> CS_RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:657 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State SOFT_EXECUTE going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_RESET (Cur 3 Tot 1169) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] mod_sofia.c:172 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:188 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard RESET 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.451452 [DEBUG] switch_core_state_machine.c:647 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State RESET going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] sofia.c:7301 Channel sofia/internal/1001 at 172.16.99.17:12769 entering state [terminated][486] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [NOTICE] sofia.c:8534 Hangup sofia/internal/1001 at 172.16.99.17:12769 [CS_CONSUME_MEDIA] [USER_BUSY] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_HANGUP (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:848 (sofia/internal/1001 at 172.16.99.17:12769) Callstate Change RINGING -> HANGUP 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1001 at 172.16.99.17:12769) State HANGUP 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] mod_sofia.c:453 Channel sofia/internal/1001 at 172.16.99.17:12769 hanging up, cause: USER_BUSY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:60 sofia/internal/1001 at 172.16.99.17:12769 Standard HANGUP, cause: USER_BUSY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/1001 at 172.16.99.17:12769) State HANGUP going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:620 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_HANGUP -> CS_REPORTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_REPORTING (Cur 3 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1001 at 172.16.99.17:12769) State REPORTING 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:174 sofia/internal/1001 at 172.16.99.17:12769 Standard REPORTING, cause: USER_BUSY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/1001 at 172.16.99.17:12769) State REPORTING going to sleep 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_state_machine.c:611 (sofia/internal/1001 at 172.16.99.17:12769) State Change CS_REPORTING -> CS_DESTROY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.931417 [DEBUG] switch_core_session.c:1726 Session 1169 (sofia/internal/1001 at 172.16.99.17:12769) Locked, Waiting on external entities 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_core_session.c:1744 Session 1169 (sofia/internal/1001 at 172.16.99.17:12769) Ended 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/1001 at 172.16.99.17:12769 [CS_DESTROY] 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/1001 at 172.16.99.17:12769) Running State Change CS_DESTROY (Cur 2 Tot 1169) 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1001 at 172.16.99.17:12769) State DESTROY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] mod_sofia.c:364 sofia/internal/1001 at 172.16.99.17:12769 SOFIA DESTROY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:181 sofia/internal/1001 at 172.16.99.17:12769 Standard DESTROY 27213f3c-ccab-11ea-a8ef-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/1001 at 172.16.99.17:12769) State DESTROY going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_ivr.c:2231 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_RESET -> CS_ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_ivr.c:2238 Transfer sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 to XML[65812XXX59 at demo.test.lan] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_ROUTING (Cur 2 Tot 1169) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_ivr_originate.c:3952 Originate Resulted in Error Cause: 487 [ORIGINATOR_CANCEL] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_channel.c:2332 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change ACTIVE -> RINGING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] mod_sofia.c:154 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:236 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard ROUTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:26.951401 [INFO] mod_dialplan_xml.c:637 Processing 6568XXXX36 <6568XXXX36>->65812XXX59 in context demo.test.lan 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_ivr_originate.c:2955 Cannot create outgoing channel of type [user] cause: [ATTENDED_TRANSFER] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_ivr_originate.c:3952 Originate Resulted in Error Cause: 601 [ATTENDED_TRANSFER] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_core_session.c:1744 Session 1168 (sofia/external-demo/65812XXX59) Ended 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external-demo/65812XXX59 [CS_DESTROY] 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:739 (sofia/external-demo/65812XXX59) Running State Change CS_DESTROY (Cur 1 Tot 1169) 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/65812XXX59) State DESTROY 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] mod_sofia.c:364 sofia/external-demo/65812XXX59 SOFIA DESTROY 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:181 sofia/external-demo/65812XXX59 Standard DESTROY 1e09b9ba-ccab-11ea-a8be-4528c513baa7 2020-07-23 14:10:26.951401 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/65812XXX59) State DESTROY going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->user_exists] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_exists] ${loopback_leg}() =~ /^B$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_exists] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(user_exists=${user_exists id ${destination_number} ${domain_name}}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(user_exists=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.071393 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [user_exists]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(from_user_exists=${user_exists id ${sip_from_user} ${sip_from_host}}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(from_user_exists=false) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [from_user_exists]=[false] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_exists] ${user_exists}(false) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->caller-details] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [caller-details] ${caller_destination}(69XXXX09) =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->call-direction] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [call-direction] ${call_direction}(inbound) =~ /^(inbound|outbound|local)$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->global-variables] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [global-variables] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->domain-variables] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [domain-variables] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action export(origination_callee_id_name=${destination_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->is_loopback] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [is_loopback] ${is_follow_me_loopback}() =~ /true/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->user_record] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^all$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${user_record}(outbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_session=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_session=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_session]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${user_record}(outbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^all$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${call_direction}(inbound) =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^inbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^outbound$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_exists}(false) =~ /^true$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${call_direction}(inbound) =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [user_record] ${from_user_record}() =~ /^local$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [user_record] ${record_session}(true) =~ /^true$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_path=${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_path=/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_path]=[/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_name=${uuid}.${record_ext}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_name=1c9549d2-ccab-11ea-a83a-4528c513baa7.wav) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_name]=[1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(recording_follow_transfer=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(recording_follow_transfer=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [recording_follow_transfer]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_append=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_append=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_append]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(record_in_progress=true) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(record_in_progress=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [record_in_progress]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(${uuid_record ${uuid} start ${record_path}/${record_name}}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->redial] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [redial] destination_number(65812XXX59) =~ /^(redial|\*870)$/ break=on-true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [redial] () =~ // break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->speed_dial] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [speed_dial] destination_number(65812XXX59) =~ /^\*0(.*)$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->default_caller_id] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(emergency_caller_id_name=${default_emergency_caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(emergency_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [emergency_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(emergency_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [emergency_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(outbound_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [outbound_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(outbound_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [outbound_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.131426 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->bind_digit_action] continue=true 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] ${sip_authorized}(true) =~ /true/ break=never 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(bind_target=both) INLINE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(bind_target=both) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [bind_target]=[both] 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [bind_digit_action] () =~ // break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(1 ab s execute_extension::dx XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bind_meta_app(4 ab s execute_extension::att_xfer XML ${context}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.8d] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [DemoGWSNG01.8d] ${user_exists}(false) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.8d] destination_number(65812XXX59) =~ /^(\d{8})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.1800d7] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [DemoGWSNG01.1800d7] ${user_exists}(false) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (FAIL) [DemoGWSNG01.1800d7] destination_number(65812XXX59) =~ /^(1800\d{7})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 parsing [demo.test.lan->DemoGWSNG01.d1020] continue=false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [DemoGWSNG01.d1020] ${user_exists}(false) =~ /false/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Regex (PASS) [DemoGWSNG01.d1020] destination_number(65812XXX59) =~ /^(\d{10,20})$/ break=on-false 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(sip_h_X-accountcode=${accountcode}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action export(call_direction=outbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action unset(call_timeout) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(effective_caller_id_name=${outbound_caller_id_name}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(effective_caller_id_number=${outbound_caller_id_number}) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(inherit_codec=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(ignore_display_updates=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(callee_id_number=65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 Dialplan: sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Action bridge(sofia/gateway/ce8acce6-5db5-4801-9a6a-dea123fe1e62/65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:287 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_ROUTING -> CS_EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State ROUTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_EXECUTE (Cur 1 Tot 1169) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:2334 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change RINGING -> ACTIVE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_sofia.c:209 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:329 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard EXECUTE 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(RFC2822_DATE=Thu, 23 Jul 2020 14:10:27 +0800) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [RFC2822_DATE]=[Thu, 23 Jul 2020 14:10:27 +0800] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 export(origination_callee_id_name=65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[65812XXX59] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [WARNING] switch_ivr_async.c:2662 Already recording [/var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23/1c9549d2-ccab-11ea-a83a-4528c513baa7.wav] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(+OK Success 1c9549d2-ccab-11ea-a83a-4528c513baa7 ) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [+OK Success 1c9549d2-ccab-11ea-a83a-4528c513baa7 ]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 hash(insert/demo.test.lan-last_dial/6568XXXX36/65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(1 ab s execute_extension::dx XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *1 execute_extension::dx XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bind_meta_app(4 ab s execute_extension::att_xfer XML demo.test.lan) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4457 Bound A-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [INFO] switch_ivr_async.c:4465 Bound B-Leg: *4 execute_extension::att_xfer XML demo.test.lan 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 digit_action_set_realm(local) 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(sip_h_X-accountcode=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [sip_h_X-accountcode]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 export(call_direction=outbound) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[outbound] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 unset(call_timeout) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1817 UNSET [call_timeout] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(hangup_after_bridge=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [hangup_after_bridge]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(effective_caller_id_name=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [effective_caller_id_name]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(effective_caller_id_number=) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [effective_caller_id_number]=[UNDEF] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(inherit_codec=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [inherit_codec]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(ignore_display_updates=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [ignore_display_updates]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(callee_id_number=65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [callee_id_number]=[65812XXX59] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 set(continue_on_fail=true) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_dptools.c:1672 SET sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [continue_on_fail]=[true] 1c9549d2-ccab-11ea-a83a-4528c513baa7 EXECUTE [depth=0] sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 bridge(sofia/gateway/ce8acce6-5db5-4801-9a6a-dea123fe1e62/65812XXX59) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1906 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change ACTIVE -> RING_WAIT 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[outbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[outbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [origination_callee_id_name]=[65812XXX59] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [origination_callee_id_name]=[65812XXX59] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_channel.c:1264 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 EXPORTING[export_vars] [call_direction]=[outbound] to event 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_ivr_originate.c:2212 Parsing global variables 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [NOTICE] switch_channel.c:1118 New Channel sofia/external-demo/65812XXX59 [33f944de-ccab-11ea-a923-4528c513baa7] 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_sofia.c:5089 (sofia/external-demo/65812XXX59) State Change CS_NEW -> CS_INIT 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_INIT (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/65812XXX59) State INIT 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_sofia.c:93 sofia/external-demo/65812XXX59 SOFIA INIT 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] sofia_glue.c:1618 sofia/external-demo/65812XXX59 sending invite version: 1.10.2 -release 64bit 33f944de-ccab-11ea-a923-4528c513baa7 Local SDP: 33f944de-ccab-11ea-a923-4528c513baa7 v=0 33f944de-ccab-11ea-a923-4528c513baa7 o=FreeSWITCH 1595461445 1595461446 IN IP4 16X.XXX.XXX.XX4 33f944de-ccab-11ea-a923-4528c513baa7 s=FreeSWITCH 33f944de-ccab-11ea-a923-4528c513baa7 c=IN IP4 16X.XXX.XXX.XX4 33f944de-ccab-11ea-a923-4528c513baa7 t=0 0 33f944de-ccab-11ea-a923-4528c513baa7 m=audio 23182 RTP/AVP 8 0 101 13 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:8 PCMA/8000 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:0 PCMU/8000 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:101 telephone-event/8000 33f944de-ccab-11ea-a923-4528c513baa7 a=fmtp:101 0-16 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:13 CN/8000 33f944de-ccab-11ea-a923-4528c513baa7 a=ptime:20 33f944de-ccab-11ea-a923-4528c513baa7 a=sendrecv 33f944de-ccab-11ea-a923-4528c513baa7 m=video 23442 RTP/AVP 102 33f944de-ccab-11ea-a923-4528c513baa7 b=AS:1024 33f944de-ccab-11ea-a923-4528c513baa7 a=rtpmap:102 H264/90000 33f944de-ccab-11ea-a923-4528c513baa7 a=sendrecv 33f944de-ccab-11ea-a923-4528c513baa7 a=rtcp-fb:102 ccm fir 33f944de-ccab-11ea-a923-4528c513baa7 a=rtcp-fb:102 ccm tmmbr 33f944de-ccab-11ea-a923-4528c513baa7 a=rtcp-fb:102 nack 33f944de-ccab-11ea-a923-4528c513baa7 a=rtcp-fb:102 nack pli 33f944de-ccab-11ea-a923-4528c513baa7 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:40 sofia/external-demo/65812XXX59 Standard INIT 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:48 (sofia/external-demo/65812XXX59) State Change CS_INIT -> CS_ROUTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:628 (sofia/external-demo/65812XXX59) State INIT going to sleep 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_ROUTING (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [calling][0] 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/65812XXX59) State ROUTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] mod_sofia.c:154 sofia/external-demo/65812XXX59 SOFIA ROUTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_ivr_originate.c:67 (sofia/external-demo/65812XXX59) State Change CS_ROUTING -> CS_CONSUME_MEDIA 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:644 (sofia/external-demo/65812XXX59) State ROUTING going to sleep 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_CONSUME_MEDIA (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.151386 [DEBUG] switch_core_state_machine.c:663 (sofia/external-demo/65812XXX59) State CONSUME_MEDIA going to sleep 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.611429 [DEBUG] sofia.c:7301 Channel sofia/external-demo/65812XXX59 entering state [proceeding][180] 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.611429 [NOTICE] sofia.c:7412 Ring-Ready sofia/external-demo/65812XXX59! 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:27.611429 [DEBUG] switch_channel.c:3437 (sofia/external-demo/65812XXX59) Callstate Change DOWN -> RINGING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.651414 [DEBUG] switch_ivr_originate.c:1304 Raw Codec Activation Success L16 at 8000hz 1 channel 20ms 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.651414 [DEBUG] switch_core_codec.c:223 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Push codec L16:100 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:27.651414 [DEBUG] switch_ivr_originate.c:1378 Play Ringback Tone [%(2000,4000,440,480)] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [NOTICE] sofia.c:1089 Hangup sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [CS_EXECUTE] [NORMAL_CLEARING] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_codec.c:248 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Restore previous codec PCMA:8. 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [NOTICE] switch_ivr_originate.c:3716 Hangup sofia/external-demo/65812XXX59 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_ivr_originate.c:3941 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_HANGUP (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:848 (sofia/external-demo/65812XXX59) Callstate Change RINGING -> HANGUP 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/65812XXX59) State HANGUP 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] mod_sofia.c:447 sofia/external-demo/65812XXX59 Overriding SIP cause 487 with 200 from the other leg 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] mod_sofia.c:453 Channel sofia/external-demo/65812XXX59 hanging up, cause: ORIGINATOR_CANCEL 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] mod_sofia.c:521 Sending CANCEL to sofia/external-demo/65812XXX59 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:60 sofia/external-demo/65812XXX59 Standard HANGUP, cause: ORIGINATOR_CANCEL 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/65812XXX59) State HANGUP going to sleep 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:620 (sofia/external-demo/65812XXX59) State Change CS_HANGUP -> CS_REPORTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/65812XXX59) Running State Change CS_REPORTING (Cur 2 Tot 1170) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [INFO] mod_dptools.c:3631 Originate Failed. Cause: ORIGINATOR_CANCEL 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/65812XXX59) State REPORTING 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:174 sofia/external-demo/65812XXX59 Standard REPORTING, cause: ORIGINATOR_CANCEL 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/65812XXX59) State REPORTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_session.c:2905 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:651 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State EXECUTE going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_HANGUP (Cur 2 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:611 (sofia/external-demo/65812XXX59) State Change CS_REPORTING -> CS_DESTROY 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_session.c:1726 Session 1170 (sofia/external-demo/65812XXX59) Locked, Waiting on external entities 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [NOTICE] switch_core_session.c:1744 Session 1170 (sofia/external-demo/65812XXX59) Ended 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external-demo/65812XXX59 [CS_DESTROY] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_ivr_async.c:1446 Stop recording file /var/lib/freeswitch/recordings/demo.test.lan/archive/2020/Jul/23/1c9549d2-ccab-11ea-a83a-4528c513baa7.wav 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:739 (sofia/external-demo/65812XXX59) Running State Change CS_DESTROY (Cur 1 Tot 1170) 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/65812XXX59) State DESTROY 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] mod_sofia.c:364 sofia/external-demo/65812XXX59 SOFIA DESTROY 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:181 sofia/external-demo/65812XXX59 Standard DESTROY 33f944de-ccab-11ea-a923-4528c513baa7 2020-07-23 14:10:28.451419 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/65812XXX59) State DESTROY going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_ivr_async.c:1521 Channel is hung up 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_media_bug.c:1295 Removing BUG from sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:848 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Callstate Change RING_WAIT -> HANGUP 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State HANGUP 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] mod_sofia.c:447 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Overriding SIP cause 480 with 200 from the other leg 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] mod_sofia.c:453 Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 hanging up, cause: NORMAL_CLEARING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:60 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard HANGUP, cause: NORMAL_CLEARING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:850 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State HANGUP going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:620 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_HANGUP -> CS_REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:585 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_REPORTING (Cur 1 Tot 1170) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:28.671417 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State REPORTING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:174 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard REPORTING, cause: NORMAL_CLEARING 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:936 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State REPORTING going to sleep 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:611 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State Change CS_REPORTING -> CS_DESTROY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_session.c:1726 Session 1164 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Locked, Waiting on external entities 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [NOTICE] switch_core_session.c:1744 Session 1164 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Ended 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 [CS_DESTROY] 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:739 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) Running State Change CS_DESTROY (Cur 0 Tot 1170) 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State DESTROY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] mod_sofia.c:364 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 SOFIA DESTROY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:181 sofia/external-demo/6568XXXX36 at 10.66.150.170:6077 Standard DESTROY 1c9549d2-ccab-11ea-a83a-4528c513baa7 2020-07-23 14:10:31.591398 [DEBUG] switch_core_state_machine.c:749 (sofia/external-demo/6568XXXX36 at 10.66.150.170:6077) State DESTROY going to sleep ================= Best Regards, Jason *** Reclaim Your Freedom, use Free & Open Source Software - Be Open Standard Compliance. *** -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image399165.png Type: image/png Size: 2305 bytes Desc: image399165.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image701301.png Type: image/png Size: 32472 bytes Desc: image701301.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image133339.png Type: image/png Size: 402 bytes Desc: image133339.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image600714.png Type: image/png Size: 589 bytes Desc: image600714.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image939533.png Type: image/png Size: 725 bytes Desc: image939533.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image338530.png Type: image/png Size: 932 bytes Desc: image338530.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image942241.png Type: image/png Size: 85623 bytes Desc: image942241.png URL: From andrew at zeta.digital-domain.net Fri Jul 24 01:51:56 2020 From: andrew at zeta.digital-domain.net (Andrew Clayton) Date: Fri, 24 Jul 2020 02:51:56 +0100 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> Message-ID: <20200724025156.3e12ba85@kappa.digital-domain.net> On Sat, 11 Jul 2020 10:37:39 -0700 Joel Serrano wrote: > Have you checked the max-sessions (switch.conf.xml) and the ulimits etc (OS > level)? Pay particular attention to your open file limits (ulimit -n), traditionally on Linux this has defaulted to 1024 per process. Of course if you're getting to 2000 connections then you likely have a higher limit than 1024, perhaps 4096 or some such and if FS is using 2 sockets per connection... The simplest way to check what limits a process is currently using is to look in /proc/PID/limits, where PID is the process id of the process you want to examine. Look for the 'Max open file' line. The 'soft' limit is what is currently in use. There are numerous ways of changing these, if you are on a semi-recent distro check the prlimit(1) command. Cheers, Andrew From atuxnull at gmail.com Fri Jul 24 10:33:20 2020 From: atuxnull at gmail.com (John Tuxies) Date: Fri, 24 Jul 2020 13:33:20 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: No luck. *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S wrote: > hmmm? Just take the line from the system unit file, and run it by > hand from the console, eliminating the -nc parameter. > > On Thu, 23 Jul 2020 14:27:12 -0400, > John Tuxies wrote: > > > > [1 ] > > [1.1 ] > > Could you elaborate on how to do that please? > > > > On Thursday, July 23, 2020, John Covici wrote: > > > > > What I do in those cases is execute the freeswitch command by hand, > > > eliminating the -nc parameter, if any, but leaving the -u and -g and > > > possibly other parameters. Also, see if there is anything in the log > > > file, but the first method may be enlightening. > > > > > > On Thu, 23 Jul 2020 08:41:46 -0400, > > > John Tuxies wrote: > > > > > > > > [1 ] > > > > [1.1 ] > > > > hi Franceso and thanks for the reply. i did install from debian repo > and > > > it > > > > should get the systemd, but non the less, i created the file. Still > > > > Freeswitch refuses to start! > > > > > > > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > > > > francesco at delagarda.com> wrote: > > > > > > > > > Did you create Freeswitch service? > > > > > > > > > > > > > > > cd /etc/systemd/system > > > > > > > > > > > > > > > nano freeswitch.service > > > > > > > > > > ; This file in installations built from Master can be found in > > > > > ; /usr/src/freeswitch.git/debian > > > > > ; or > > > > > ; /usr/src/freeswitch/debian > > > > > [Unit] > > > > > Description=freeswitch > > > > > After=syslog.target network.target local-fs.target > > > > > [Service] > > > > > ; service > > > > > Type=forking > > > > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > > > > > PermissionsStartOnly=true > > > > > ; blank ExecStart= line flushes the list > > > > > ExecStart= > > > > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch -g > > > freeswitch > > > > > -ncwait -nonat -rp > > > > > TimeoutSec=45s > > > > > Restart=on-failure > > > > > ; exec > > > > > WorkingDirectory=/usr/local/freeswitch/bin > > > > > User=root > > > > > Group=daemon > > > > > LimitCORE=infinity > > > > > LimitNOFILE=100000 > > > > > LimitNPROC=60000 > > > > > ;LimitSTACK=240 > > > > > LimitRTPRIO=infinity > > > > > LimitRTTIME=7000000 > > > > > IOSchedulingClass=realtime > > > > > IOSchedulingPriority=2 > > > > > CPUSchedulingPolicy=rr > > > > > CPUSchedulingPriority=89 > > > > > UMask=0007 > > > > > [Install] > > > > > WantedBy=multi-user.target > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Next, notify systemd to look for changes in its configuration: > > > > > systemctl daemon-reload > > > > > Now you are ready to start FreeSWITCH for the first time. Because > FS is > > > > > owned by user freeswitch it should create its databases and log > files > > > under > > > > > that user (instead of root) so that those files will still be > > > accessible to > > > > > it under future runs. > > > > > systemctl start freeswitch > > > > > To stop FreeSWITCH: > > > > > systemctl stop freeswitch > > > > > > > > > > > > > > > To configure FreeSWITCH to start automatically at boot time: > > > > > systemctl enable freeswitch > > > > > > > > > > > > > > > > > > > > To be able to launch fs_cli without having to go to bin directory, > add > > > > > directory to path: > > > > > > > > > > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > > > > > > > > > Francesco Facco de Lagarda > > > > > > > > > > > > > > > On 23 Jul 2020, at 03:43, John Tuxies wrote: > > > > > > > > > >  > > > > > Trying to install Freeswitch in Debian 9 and 10. Both systems > failed to > > > > > start: > > > > > Running hooks in > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ > fs_cli > > > > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > > > fs_cli.c:1697 > > > > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > > > > > []^CInterrupted.root at debian: ~ $* > > > > > > > > > > I have tried to install from > > > > > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > > > to > > > > > install using debian packages. > > > > > > > > > > Any suggestions, please? > > > > > > > > > > > > > > > > > > > > ____________________________________________________________ > > > _____________ > > > > > > > > > > The FreeSWITCH project is sponsored by SignalWire > > > https://signalwire.com > > > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > > > services. > > > > > Build your next product on our scalable cloud platform. > > > > > > > > > > Join our online community to chat in real time > > > > > https://signalwire.community > > > > > > > > > > Professional FreeSWITCH Services > > > > > sales at freeswitch.com > > > > > https://freeswitch.com > > > > > > > > > > Official FreeSWITCH Sites > > > > > https://freeswitch.com/oss > > > > > https://freeswitch.org/confluence > > > > > https://cluecon.com > > > > > > > > > > FreeSWITCH-users mailing list > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > > options/freeswitch-users > > > > > https://freeswitch.com > > > > > > > > > > ____________________________________________________________ > > > _____________ > > > > > > > > > > The FreeSWITCH project is sponsored by SignalWire > > > https://signalwire.com > > > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > > > services. > > > > > Build your next product on our scalable cloud platform. > > > > > > > > > > Join our online community to chat in real time > > > > > https://signalwire.community > > > > > > > > > > Professional FreeSWITCH Services > > > > > sales at freeswitch.com > > > > > https://freeswitch.com > > > > > > > > > > Official FreeSWITCH Sites > > > > > https://freeswitch.com/oss > > > > > https://freeswitch.org/confluence > > > > > https://cluecon.com > > > > > > > > > > FreeSWITCH-users mailing list > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > > options/freeswitch-users > > > > > https://freeswitch.com > > > > [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 > > [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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From atuxnull at gmail.com Fri Jul 24 05:59:44 2020 From: atuxnull at gmail.com (John Tuxies) Date: Fri, 24 Jul 2020 08:59:44 +0300 Subject: [Freeswitch-users] Freeswitch fault tolerant setup Message-ID: I have heard that it is possible to have 2 or more Freeswitch servers with their own IP and share a Virtual IP. All users users will know only the virtual IP and in case of a failure of one server, the call will be retrieved from the next available server. I would like to ask if there are any detailed guide on how to set it up, so i could have a working lab to experiment with it. -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Fri Jul 24 18:26:56 2020 From: covici at ccs.covici.com (John Covici) Date: Fri, 24 Jul 2020 14:26:56 -0400 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: You need to get rid of the -ncwait to see anything. On Fri, 24 Jul 2020 06:33:20 -0400, John Tuxies wrote: > > [1 ] > [1.1 ] > No luck. > > > > > > > > > > *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep > freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot > 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep > freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error > Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 > main() Error Connecting []^CInterrupted.root at debA: ~ $* > > On Fri, Jul 24, 2020 at 12:24 AM John Covici wrote: > > > hmmm? Just take the line from the system unit file, and run it by > > hand from the console, eliminating the -nc parameter. > > > > On Thu, 23 Jul 2020 14:27:12 -0400, > > John Tuxies wrote: > > > > > > [1 ] > > > [1.1 ] > > > Could you elaborate on how to do that please? > > > > > > On Thursday, July 23, 2020, John Covici wrote: > > > > > > > What I do in those cases is execute the freeswitch command by hand, > > > > eliminating the -nc parameter, if any, but leaving the -u and -g and > > > > possibly other parameters. Also, see if there is anything in the log > > > > file, but the first method may be enlightening. > > > > > > > > On Thu, 23 Jul 2020 08:41:46 -0400, > > > > John Tuxies wrote: > > > > > > > > > > [1 ] > > > > > [1.1 ] > > > > > hi Franceso and thanks for the reply. i did install from debian repo > > and > > > > it > > > > > should get the systemd, but non the less, i created the file. Still > > > > > Freeswitch refuses to start! > > > > > > > > > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > > > > > francesco at delagarda.com> wrote: > > > > > > > > > > > Did you create Freeswitch service? > > > > > > > > > > > > > > > > > > cd /etc/systemd/system > > > > > > > > > > > > > > > > > > nano freeswitch.service > > > > > > > > > > > > ; This file in installations built from Master can be found in > > > > > > ; /usr/src/freeswitch.git/debian > > > > > > ; or > > > > > > ; /usr/src/freeswitch/debian > > > > > > [Unit] > > > > > > Description=freeswitch > > > > > > After=syslog.target network.target local-fs.target > > > > > > [Service] > > > > > > ; service > > > > > > Type=forking > > > > > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > > > > > > PermissionsStartOnly=true > > > > > > ; blank ExecStart= line flushes the list > > > > > > ExecStart= > > > > > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch -g > > > > freeswitch > > > > > > -ncwait -nonat -rp > > > > > > TimeoutSec=45s > > > > > > Restart=on-failure > > > > > > ; exec > > > > > > WorkingDirectory=/usr/local/freeswitch/bin > > > > > > User=root > > > > > > Group=daemon > > > > > > LimitCORE=infinity > > > > > > LimitNOFILE=100000 > > > > > > LimitNPROC=60000 > > > > > > ;LimitSTACK=240 > > > > > > LimitRTPRIO=infinity > > > > > > LimitRTTIME=7000000 > > > > > > IOSchedulingClass=realtime > > > > > > IOSchedulingPriority=2 > > > > > > CPUSchedulingPolicy=rr > > > > > > CPUSchedulingPriority=89 > > > > > > UMask=0007 > > > > > > [Install] > > > > > > WantedBy=multi-user.target > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Next, notify systemd to look for changes in its configuration: > > > > > > systemctl daemon-reload > > > > > > Now you are ready to start FreeSWITCH for the first time. Because > > FS is > > > > > > owned by user freeswitch it should create its databases and log > > files > > > > under > > > > > > that user (instead of root) so that those files will still be > > > > accessible to > > > > > > it under future runs. > > > > > > systemctl start freeswitch > > > > > > To stop FreeSWITCH: > > > > > > systemctl stop freeswitch > > > > > > > > > > > > > > > > > > To configure FreeSWITCH to start automatically at boot time: > > > > > > systemctl enable freeswitch > > > > > > > > > > > > > > > > > > > > > > > > To be able to launch fs_cli without having to go to bin directory, > > add > > > > > > directory to path: > > > > > > > > > > > > > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > > > > > > > > > > > Francesco Facco de Lagarda > > > > > > > > > > > > > > > > > > On 23 Jul 2020, at 03:43, John Tuxies wrote: > > > > > > > > > > > >  > > > > > > Trying to install Freeswitch in Debian 9 and 10. Both systems > > failed to > > > > > > start: > > > > > > Running hooks in > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ > > fs_cli > > > > > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > > > > fs_cli.c:1697 > > > > > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > > > > > > []^CInterrupted.root at debian: ~ $* > > > > > > > > > > > > I have tried to install from > > > > > > > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > > > > to > > > > > > install using debian packages. > > > > > > > > > > > > Any suggestions, please? > > > > > > > > > > > > > > > > > > > > > > > > ____________________________________________________________ > > > > _____________ > > > > > > > > > > > > The FreeSWITCH project is sponsored by SignalWire > > > > https://signalwire.com > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > > > > services. > > > > > > Build your next product on our scalable cloud platform. > > > > > > > > > > > > Join our online community to chat in real time > > > > > > https://signalwire.community > > > > > > > > > > > > Professional FreeSWITCH Services > > > > > > sales at freeswitch.com > > > > > > https://freeswitch.com > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > https://freeswitch.com/oss > > > > > > https://freeswitch.org/confluence > > > > > > https://cluecon.com > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > > > options/freeswitch-users > > > > > > https://freeswitch.com > > > > > > > > > > > > ____________________________________________________________ > > > > _____________ > > > > > > > > > > > > The FreeSWITCH project is sponsored by SignalWire > > > > https://signalwire.com > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > > > > > services. > > > > > > Build your next product on our scalable cloud platform. > > > > > > > > > > > > Join our online community to chat in real time > > > > > > https://signalwire.community > > > > > > > > > > > > Professional FreeSWITCH Services > > > > > > sales at freeswitch.com > > > > > > https://freeswitch.com > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > https://freeswitch.com/oss > > > > > > https://freeswitch.org/confluence > > > > > > https://cluecon.com > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > > > options/freeswitch-users > > > > > > https://freeswitch.com > > > > > [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 > > > [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 > [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 david.villasmil.work at gmail.com Sat Jul 25 00:25:15 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sat, 25 Jul 2020 01:25:15 +0100 Subject: [Freeswitch-users] CPU availability? In-Reply-To: <20200724025156.3e12ba85@kappa.digital-domain.net> References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> <20200724025156.3e12ba85@kappa.digital-domain.net> Message-ID: Hello guys, One of the terminators was running on a 100mb NIC and that was limiting the calls. Thanks On Fri, 24 Jul 2020 at 18:23, Andrew Clayton wrote: > On Sat, 11 Jul 2020 10:37:39 -0700 > Joel Serrano wrote: > > > Have you checked the max-sessions (switch.conf.xml) and the ulimits etc > (OS > > level)? > > Pay particular attention to your open file limits (ulimit -n), > traditionally on Linux this has defaulted to 1024 per process. > > Of course if you're getting to 2000 connections then you likely have a > higher limit than 1024, perhaps 4096 or some such and if FS is using 2 > sockets per connection... > > The simplest way to check what limits a process is currently using is > to look in /proc/PID/limits, where PID is the process id of the process > you want to examine. Look for the 'Max open file' line. > > The 'soft' limit is what is currently in use. > > There are numerous ways of changing these, if you are on a semi-recent > distro check the prlimit(1) command. > > Cheers, > Andrew > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 joel at textplus.com Sat Jul 25 01:30:00 2020 From: joel at textplus.com (Joel Serrano) Date: Fri, 24 Jul 2020 18:30:00 -0700 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> <20200724025156.3e12ba85@kappa.digital-domain.net> Message-ID: Out of curiosity, what are your real results after solving the problem? On Fri, Jul 24, 2020 at 17:26 David Villasmil < david.villasmil.work at gmail.com> wrote: > Hello guys, > > One of the terminators was running on a 100mb NIC and that was limiting > the calls. > > Thanks > > On Fri, 24 Jul 2020 at 18:23, Andrew Clayton < > andrew at zeta.digital-domain.net> wrote: > >> On Sat, 11 Jul 2020 10:37:39 -0700 >> Joel Serrano wrote: >> >> > Have you checked the max-sessions (switch.conf.xml) and the ulimits etc >> (OS >> > level)? >> >> Pay particular attention to your open file limits (ulimit -n), >> traditionally on Linux this has defaulted to 1024 per process. >> >> Of course if you're getting to 2000 connections then you likely have a >> higher limit than 1024, perhaps 4096 or some such and if FS is using 2 >> sockets per connection... >> >> The simplest way to check what limits a process is currently using is >> to look in /proc/PID/limits, where PID is the process id of the process >> you want to examine. Look for the 'Max open file' line. >> >> The 'soft' limit is what is currently in use. >> >> There are numerous ways of changing these, if you are on a semi-recent >> distro check the prlimit(1) command. >> >> Cheers, >> Andrew >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 Sat Jul 25 02:21:03 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sat, 25 Jul 2020 03:21:03 +0100 Subject: [Freeswitch-users] CPU availability? In-Reply-To: References: <4f89a4f59d8663f3c2c0212426517978131bf9fe.camel@freeswitch.com> <20200724025156.3e12ba85@kappa.digital-domain.net> Message-ID: We’re testing on 48 cores 64gb and reaching ~3500 channels before ASR starts dropping (this is a simple call forward to 2 different receivers. No transcoding, no recording, nothing.). ~80-90% CPU not very high memory, ~20gb. At this point I’m seeing packets not being replied, timeouts, etc. but i can’t yet blame FS because it might well be on the receivers... it’s an ongoing load-test. On Sat, 25 Jul 2020 at 02:53, Joel Serrano wrote: > Out of curiosity, what are your real results after solving the problem? > > On Fri, Jul 24, 2020 at 17:26 David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Hello guys, >> >> One of the terminators was running on a 100mb NIC and that was limiting >> the calls. >> >> Thanks >> >> On Fri, 24 Jul 2020 at 18:23, Andrew Clayton < >> andrew at zeta.digital-domain.net> wrote: >> >>> On Sat, 11 Jul 2020 10:37:39 -0700 >>> Joel Serrano wrote: >>> >>> > Have you checked the max-sessions (switch.conf.xml) and the ulimits >>> etc (OS >>> > level)? >>> >>> Pay particular attention to your open file limits (ulimit -n), >>> traditionally on Linux this has defaulted to 1024 per process. >>> >>> Of course if you're getting to 2000 connections then you likely have a >>> higher limit than 1024, perhaps 4096 or some such and if FS is using 2 >>> sockets per connection... >>> >>> The simplest way to check what limits a process is currently using is >>> to look in /proc/PID/limits, where PID is the process id of the process >>> you want to examine. Look for the 'Max open file' line. >>> >>> The 'soft' limit is what is currently in use. >>> >>> There are numerous ways of changing these, if you are on a semi-recent >>> distro check the prlimit(1) command. >>> >>> Cheers, >>> Andrew >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Sat Jul 25 23:53:48 2020 From: nathan at robotics.net (Nathan Stratton) Date: Sat, 25 Jul 2020 19:53:48 -0400 Subject: [Freeswitch-users] How to prevent video scaling Message-ID: in vpx.conf.xml I have rc-resize-allowed, rc-scaled-width, and rc-scaled-height all set to 0, but FreeSWITCH is still downscaling my video. I thought it my be related to video bandwidth, but increated to 10 megs and still see the issue. 2020-07-25 19:46:13.427613 [INFO] switch_vpx.c:564 config: vp8 2020-07-25 19:46:13.427613 [INFO] switch_vpx.c:77 name = vp8 decoder.threads = 2 lossless = 0 cpuused = -6 token_parts = 3 static_thresh = 100 noise_sensitivity = 1 max_intra_bitrate_pct = 0 tune_content = 0 g_usage = 0 g_threads = 1 g_profile = 2 g_w = 320 g_h = 240 g_bit_depth = 8 g_input_bit_depth = 8 g_timebase.num = 1 g_timebase.den = 1000 g_error_resilient = 2 g_pass = 0 g_lag_in_frames = 0 rc_dropframe_thresh = 0 rc_resize_allowed = 0 rc_scaled_width = 0 rc_scaled_height = 0 rc_resize_up_thresh = 60 rc_resize_down_thresh = 30 rc_end_usage = 1 rc_target_bitrate = 1024 rc_min_quantizer = 4 rc_max_quantizer = 63 rc_undershoot_pct = 100 rc_overshoot_pct = 50 rc_buf_sz = 5000 rc_buf_initial_sz = 1000 rc_buf_optimal_sz = 1000 rc_2pass_vbr_bias_pct = 50 rc_2pass_vbr_minsection_pct = 0 rc_2pass_vbr_maxsection_pct = 400 kf_mode = 1 kf_min_dist = 0 kf_max_dist = 360 ss_number_layers = 1 ts_number_layers = 1 ts_periodicity = 0 temporal_layering_mode = 0 2020-07-25 19:46:13.427613 [NOTICE] switch_vpx.c:599 VPX encoder reset (WxH/BW) from 0x0/0 to 352x288/10240 2020-07-25 19:46:13.427613 [INFO] switch_vpx.c:630 VPX encoder WebM Project VP8 Encoder v1.8.1 settings: 2020-07-25 19:46:13.427613 [INFO] switch_vpx.c:77 name = vp8 decoder.threads = 2 lossless = 0 cpuused = -6 token_parts = 3 static_thresh = 100 noise_sensitivity = 1 max_intra_bitrate_pct = 0 tune_content = 0 g_usage = 0 g_threads = 1 g_profile = 2 g_w = 352 g_h = 288 g_bit_depth = 8 g_input_bit_depth = 8 g_timebase.num = 1 g_timebase.den = 1000 g_error_resilient = 2 g_pass = 0 g_lag_in_frames = 0 rc_dropframe_thresh = 0 rc_resize_allowed = 0 rc_scaled_width = 0 rc_scaled_height = 0 rc_resize_up_thresh = 60 rc_resize_down_thresh = 30 rc_end_usage = 1 rc_target_bitrate = 10240 rc_min_quantizer = 4 rc_max_quantizer = 63 rc_undershoot_pct = 100 rc_overshoot_pct = 50 rc_buf_sz = 5000 rc_buf_initial_sz = 1000 rc_buf_optimal_sz = 1000 rc_2pass_vbr_bias_pct = 50 rc_2pass_vbr_minsection_pct = 0 rc_2pass_vbr_maxsection_pct = 400 kf_mode = 1 kf_min_dist = 0 kf_max_dist = 360 ss_number_layers = 1 ts_number_layers = 1 ts_periodicity = 0 temporal_layering_mode = 0 2020-07-25 19:46:13.467654 [INFO] switch_rtp.c:3278 Changing audio DTLS state from HANDSHAKE to SETUP 2020-07-25 19:46:13.467654 [INFO] switch_rtp.c:3185 audio Fingerprint Verified. 2020-07-25 19:46:13.467654 [INFO] switch_rtp.c:4217 Activating audio Secure RTP SEND 2020-07-25 19:46:13.467654 [INFO] switch_rtp.c:4195 Activating audio Secure RTP RECV ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Sun Jul 26 13:02:43 2020 From: nathan at robotics.net (Nathan Stratton) Date: Sun, 26 Jul 2020 09:02:43 -0400 Subject: [Freeswitch-users] VP8 passthrough Message-ID: Is there a way to tell FreeSWITCH to just pass VP8? Right now its decoding and scaling and encoding my video from webrtc to sip. ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Sun Jul 26 14:16:56 2020 From: nathan at robotics.net (Nathan Stratton) Date: Sun, 26 Jul 2020 10:16:56 -0400 Subject: [Freeswitch-users] VP8 passthrough In-Reply-To: References: Message-ID: Note, I tried to use , but that breaks SRTP/ICE on the WebRTC side. ><> nathan stratton On Sun, Jul 26, 2020 at 9:02 AM Nathan Stratton wrote: > > Is there a way to tell FreeSWITCH to just pass VP8? Right now its decoding > and scaling and encoding my video from webrtc to sip. > > ><> > nathan stratton > -------------- next part -------------- An HTML attachment was scrubbed... URL: From davidswalkabout at gmail.com Sun Jul 26 17:32:18 2020 From: davidswalkabout at gmail.com (David P) Date: Sun, 26 Jul 2020 10:32:18 -0700 Subject: [Freeswitch-users] Can a module tap media? Message-ID: Can a module like mod_lua continually monitor the audio and video of a call leg? I can't find any examples. -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Sun Jul 26 18:02:47 2020 From: brian at freeswitch.com (Brian West) Date: Sun, 26 Jul 2020 13:02:47 -0500 Subject: [Freeswitch-users] Can a module tap media? In-Reply-To: References: Message-ID: Yes, you'd need to write your own media bug for that! On Sun, Jul 26, 2020 at 12:43 PM David P wrote: > Can a module like mod_lua continually monitor the audio and video of a > call leg? I can't find any examples. > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Sun Jul 26 18:03:23 2020 From: brian at freeswitch.com (Brian West) Date: Sun, 26 Jul 2020 13:03:23 -0500 Subject: [Freeswitch-users] VP8 passthrough In-Reply-To: References: Message-ID: yah, don't, ignore this is an option, and move forward. Can you try bypass? On Sun, Jul 26, 2020 at 9:46 AM Nathan Stratton wrote: > Note, I tried to use , > but that breaks SRTP/ICE on the WebRTC side. > > ><> > nathan stratton > > > On Sun, Jul 26, 2020 at 9:02 AM Nathan Stratton > wrote: > >> >> Is there a way to tell FreeSWITCH to just pass VP8? Right now >> its decoding and scaling and encoding my video from webrtc to sip. >> >> ><> >> 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 -- 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 davidswalkabout at gmail.com Sun Jul 26 19:07:36 2020 From: davidswalkabout at gmail.com (David P) Date: Sun, 26 Jul 2020 12:07:36 -0700 Subject: [Freeswitch-users] Can a module tap media? In-Reply-To: References: Message-ID: > > Great! What confluence links will get me started? > Can this be done within, say, a script run by mod_lua, or does it require > a new C++ based module? > ---------- Forwarded message ---------- > From: Brian West > > Yes, you'd need to write your own media bug for that! > > On Sun, Jul 26, 2020 at 12:43 PM David P > wrote: > >> Can a module like mod_lua continually monitor the audio and video of a >> call leg? I can't find any examples. >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hawkins at hawkinsegroup.com Mon Jul 27 03:57:32 2020 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Sun, 26 Jul 2020 22:57:32 -0500 Subject: [Freeswitch-users] Banning IP address that attempt registration via IP Message-ID: Hey everyone! So I have quite a few "security" features installed on the server, including custom IP banning methods using IP Tables, (fail2ban caused too many issues). All endpoints on our system register via a domain, I'm looking for suggestions on how to block IP addresses that attempt to register with the IP address only. In other words, every time the warning below is received I'd like to ban that particular IP or at least add it to a list somewhere. WARNING: "You must define a domain called 'XXX.XXX.XX.XXX' in your directory and add a user with the id" I'm thinking of a custom script that scans the logs (which logs?) Any advice is appreciated. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Mon Jul 27 04:33:21 2020 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 27 Jul 2020 07:33:21 +0300 Subject: [Freeswitch-users] Banning IP address that attempt registration via IP In-Reply-To: References: Message-ID: You can use Kamailio proxy as the frontend of FreeSwitch. And then block registration and INVITE messages with IP address in "From", "To" and "RURI" headers. Sergey On Mon, Jul 27, 2020 at 7:17 AM Don Hawkins wrote: > Hey everyone! > > So I have quite a few "security" features installed on the server, > including custom IP banning methods using IP Tables, (fail2ban caused too > many issues). > > All endpoints on our system register via a domain, I'm looking for > suggestions on how to block IP addresses that attempt to register with the > IP address only. > > In other words, every time the warning below is received I'd like to ban > that particular IP or at least add it to a list somewhere. > > WARNING: "You must define a domain called 'XXX.XXX.XX.XXX' in your > directory and add a user with the id" > > I'm thinking of a custom script that scans the logs (which logs?) > > Any advice is appreciated. > > Thanks! > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 tom at tomlynn.com Mon Jul 27 05:56:29 2020 From: tom at tomlynn.com (Tom Lynn) Date: Sun, 26 Jul 2020 22:56:29 -0700 Subject: [Freeswitch-users] mod_portaudio on Raspberry Pi currently broken? In-Reply-To: <1592546348583-0.post@n2.nabble.com> References: <0AD85490-D0D2-4037-848B-903378F3B21E@freeswitch.org> <1592546348583-0.post@n2.nabble.com> Message-ID: I'm in the same boat with portaudio when it's started with systemd. When I disable it as a service and start it from the command line, pa devlist does return a list of devices. Still workingon getting a call from portaudio to a station and vice versa. Calling a station from portaudio device goes to voicemail and in reverse direction I never get a ring indication, just music on hold. On Tue, Jun 30, 2020 at 8:21 PM saiedt wrote: > Lesley Pervis wrote > > Sorry for the spam, but I thought I'd mention that I can aplay no problem > > from the command line as the 'freeswitch' user, and yet when FS is > running > > as that user, no luck. > > Exactly seven years after your last post here, I'm there to ask if you > finally succeeded to resolve the issue? > My case: > > 1. Pi-4 with Raspbian buster und latest related FreeSwitch distribution, > apt-upgraded and updated just yesterday > > 2. aplay is working both with the audio jack and with bluetooth (although > not simultaneously: as soon as I have a bluetooth audio connection, the > audio jack stops to work, and I cannot switch back to it with "amixer cset > numid=3 1", but aplay can continue to use the bluetooth connection again > after I issue "amixer cset numid=3 65536") > > 3. it seems that I do not have any permission issue as both pi and > freeswitch are in the audio group and related devices under /dev/snd are in > that group > > 4. I have already installed alsaoss, libasound2 and libasound2-dev > > 5. The output of "pa rescan" in fs_cli is the following: > > 2020-06-19 06:55:18.803478 [INFO] mod_portaudio.c:3186 Looking for new > devices. > 2020-06-19 06:55:18.803478 [INFO] mod_portaudio.c:2102 PortAudio version > number = 1246720 > PortAudio version text = 'PortAudio V19.6.0-devel, revision > 396fe4b6699ae929d3a685b3ef8a7e97396139a4' > 2020-06-19 06:55:18.943433 [DEBUG] mod_portaudio.c:1773 global indev [-1] > 2020-06-19 06:55:18.943433 [ERR] mod_portaudio.c:1777 Cannot find an input > device > 2020-06-19 06:55:18.943433 [DEBUG] mod_portaudio.c:1786 global outdev [-1] > 2020-06-19 06:55:18.943433 [ERR] mod_portaudio.c:1790 Cannot find an output > device > 2020-06-19 06:55:18.943433 [INFO] mod_portaudio.c:2125 Number of devices = > 0 > > Any clue, what could be wrong on my side? > > Thanks! > > > > -- > Sent from: http://freeswitch-users.2379917.n2.nabble.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 nathan at robotics.net Mon Jul 27 10:27:52 2020 From: nathan at robotics.net (Nathan Stratton) Date: Mon, 27 Jul 2020 06:27:52 -0400 Subject: [Freeswitch-users] VP8 passthrough In-Reply-To: References: Message-ID: I can't bypass because my video server is on RFC1918 internal space, and WebRTC endpoints are on the public internet. I tried to just play an internal .mp4 video out of FreeSWITCH, it was 1080p, but the quality was very poor. ><> nathan stratton On Sun, Jul 26, 2020 at 2:04 PM Brian West wrote: > yah, don't, ignore this is an option, and move forward. Can you try > bypass? > > On Sun, Jul 26, 2020 at 9:46 AM Nathan Stratton > wrote: > >> Note, I tried to use , >> but that breaks SRTP/ICE on the WebRTC side. >> >> ><> >> nathan stratton >> >> >> On Sun, Jul 26, 2020 at 9:02 AM Nathan Stratton >> wrote: >> >>> >>> Is there a way to tell FreeSWITCH to just pass VP8? Right now >>> its decoding and scaling and encoding my video from webrtc to sip. >>> >>> ><> >>> 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 > > > > -- > > 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 -- ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Mon Jul 27 11:09:20 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Mon, 27 Jul 2020 12:09:20 +0100 Subject: [Freeswitch-users] Banning IP address that attempt registration via IP In-Reply-To: References: Message-ID: Fail2ban should work perfectly for that. What problems did you run into? Lots and lots of people use fail2ban. On Mon, 27 Jul 2020 at 05:51, Sergey Safarov wrote: > You can use Kamailio proxy as the frontend of FreeSwitch. > And then block registration and INVITE messages with IP address in "From", > "To" and "RURI" headers. > > Sergey > > On Mon, Jul 27, 2020 at 7:17 AM Don Hawkins > wrote: > >> Hey everyone! >> >> So I have quite a few "security" features installed on the server, >> including custom IP banning methods using IP Tables, (fail2ban caused too >> many issues). >> >> All endpoints on our system register via a domain, I'm looking for >> suggestions on how to block IP addresses that attempt to register with the >> IP address only. >> >> In other words, every time the warning below is received I'd like to ban >> that particular IP or at least add it to a list somewhere. >> >> WARNING: "You must define a domain called 'XXX.XXX.XX.XXX' in your >> directory and add a user with the id" >> >> I'm thinking of a custom script that scans the logs (which logs?) >> >> Any advice is appreciated. >> >> Thanks! >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 dujinfang at gmail.com Mon Jul 27 15:21:40 2020 From: dujinfang at gmail.com (Seven Du) Date: Mon, 27 Jul 2020 23:21:40 +0800 Subject: [Freeswitch-users] VP8 passthrough In-Reply-To: References: Message-ID: if both your legs are vp8 if will not try to decoding I believe. On Mon, Jul 27, 2020 at 6:47 PM Nathan Stratton wrote: > I can't bypass because my video server is on RFC1918 internal space, and > WebRTC endpoints are on the public internet. I tried to just play an > internal .mp4 video out of FreeSWITCH, it was 1080p, but the quality was > very poor. > > ><> > > nathan stratton > > > On Sun, Jul 26, 2020 at 2:04 PM Brian West wrote: > >> yah, don't, ignore this is an option, and move forward. Can you try >> bypass? >> >> On Sun, Jul 26, 2020 at 9:46 AM Nathan Stratton >> wrote: >> >>> Note, I tried to use >> data="proxy_media=true"/>, but that breaks SRTP/ICE on the WebRTC side. >>> >>> ><> >>> nathan stratton >>> >>> >>> On Sun, Jul 26, 2020 at 9:02 AM Nathan Stratton >>> wrote: >>> >>>> >>>> Is there a way to tell FreeSWITCH to just pass VP8? Right now >>>> its decoding and scaling and encoding my video from webrtc to sip. >>>> >>>> ><> >>>> 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 >> >> >> >> -- >> >> 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 > > -- > > ><> > 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 Mon Jul 27 15:23:29 2020 From: dujinfang at gmail.com (Seven Du) Date: Mon, 27 Jul 2020 23:23:29 +0800 Subject: [Freeswitch-users] Banning IP address that attempt registration via IP In-Reply-To: References: Message-ID: I have a patch in sofia doing that. On Mon, Jul 27, 2020 at 7:22 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Fail2ban should work perfectly for that. What problems did you run into? > Lots and lots of people use fail2ban. > > On Mon, 27 Jul 2020 at 05:51, Sergey Safarov wrote: > >> You can use Kamailio proxy as the frontend of FreeSwitch. >> And then block registration and INVITE messages with IP address in >> "From", "To" and "RURI" headers. >> >> Sergey >> >> On Mon, Jul 27, 2020 at 7:17 AM Don Hawkins >> wrote: >> >>> Hey everyone! >>> >>> So I have quite a few "security" features installed on the server, >>> including custom IP banning methods using IP Tables, (fail2ban caused too >>> many issues). >>> >>> All endpoints on our system register via a domain, I'm looking for >>> suggestions on how to block IP addresses that attempt to register with the >>> IP address only. >>> >>> In other words, every time the warning below is received I'd like to ban >>> that particular IP or at least add it to a list somewhere. >>> >>> WARNING: "You must define a domain called 'XXX.XXX.XX.XXX' in your >>> directory and add a user with the id" >>> >>> I'm thinking of a custom script that scans the logs (which logs?) >>> >>> Any advice is appreciated. >>> >>> Thanks! >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users 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 -- 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 andirama at gmx.net Mon Jul 27 11:25:51 2020 From: andirama at gmx.net (Andreas Ahlsdorf) Date: Mon, 27 Jul 2020 13:25:51 +0200 Subject: [Freeswitch-users] MS-Teams DirectRouting and Freeswitch Message-ID: An HTML attachment was scrubbed... URL: From atuxnull at gmail.com Sat Jul 25 07:47:55 2020 From: atuxnull at gmail.com (John Tuxies) Date: Sat, 25 Jul 2020 10:47:55 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: Please post the whole command as it should be typed. We are missing something On Friday, July 24, 2020, John Covici wrote: > You need to get rid of the -ncwait to see anything. > > On Fri, 24 Jul 2020 06:33:20 -0400, > John Tuxies wrote: > > > > [1 ] > > [1.1 ] > > No luck. > > > > > > > > > > > > > > > > > > > > *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep > > freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S > /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot > > 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep > > freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error > > Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 > > main() Error Connecting []^CInterrupted.root at debA: ~ $* > > > > On Fri, Jul 24, 2020 at 12:24 AM John Covici > wrote: > > > > > hmmm? Just take the line from the system unit file, and run it by > > > hand from the console, eliminating the -nc parameter. > > > > > > On Thu, 23 Jul 2020 14:27:12 -0400, > > > John Tuxies wrote: > > > > > > > > [1 ] > > > > [1.1 ] > > > > Could you elaborate on how to do that please? > > > > > > > > On Thursday, July 23, 2020, John Covici > wrote: > > > > > > > > > What I do in those cases is execute the freeswitch command by hand, > > > > > eliminating the -nc parameter, if any, but leaving the -u and -g > and > > > > > possibly other parameters. Also, see if there is anything in the > log > > > > > file, but the first method may be enlightening. > > > > > > > > > > On Thu, 23 Jul 2020 08:41:46 -0400, > > > > > John Tuxies wrote: > > > > > > > > > > > > [1 ] > > > > > > [1.1 ] > > > > > > hi Franceso and thanks for the reply. i did install from debian > repo > > > and > > > > > it > > > > > > should get the systemd, but non the less, i created the file. > Still > > > > > > Freeswitch refuses to start! > > > > > > > > > > > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > > > > > > francesco at delagarda.com> wrote: > > > > > > > > > > > > > Did you create Freeswitch service? > > > > > > > > > > > > > > > > > > > > > cd /etc/systemd/system > > > > > > > > > > > > > > > > > > > > > nano freeswitch.service > > > > > > > > > > > > > > ; This file in installations built from Master can be found in > > > > > > > ; /usr/src/freeswitch.git/debian > > > > > > > ; or > > > > > > > ; /usr/src/freeswitch/debian > > > > > > > [Unit] > > > > > > > Description=freeswitch > > > > > > > After=syslog.target network.target local-fs.target > > > > > > > [Service] > > > > > > > ; service > > > > > > > Type=forking > > > > > > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > > > > > > > PermissionsStartOnly=true > > > > > > > ; blank ExecStart= line flushes the list > > > > > > > ExecStart= > > > > > > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch > -g > > > > > freeswitch > > > > > > > -ncwait -nonat -rp > > > > > > > TimeoutSec=45s > > > > > > > Restart=on-failure > > > > > > > ; exec > > > > > > > WorkingDirectory=/usr/local/freeswitch/bin > > > > > > > User=root > > > > > > > Group=daemon > > > > > > > LimitCORE=infinity > > > > > > > LimitNOFILE=100000 > > > > > > > LimitNPROC=60000 > > > > > > > ;LimitSTACK=240 > > > > > > > LimitRTPRIO=infinity > > > > > > > LimitRTTIME=7000000 > > > > > > > IOSchedulingClass=realtime > > > > > > > IOSchedulingPriority=2 > > > > > > > CPUSchedulingPolicy=rr > > > > > > > CPUSchedulingPriority=89 > > > > > > > UMask=0007 > > > > > > > [Install] > > > > > > > WantedBy=multi-user.target > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Next, notify systemd to look for changes in its configuration: > > > > > > > systemctl daemon-reload > > > > > > > Now you are ready to start FreeSWITCH for the first time. > Because > > > FS is > > > > > > > owned by user freeswitch it should create its databases and log > > > files > > > > > under > > > > > > > that user (instead of root) so that those files will still be > > > > > accessible to > > > > > > > it under future runs. > > > > > > > systemctl start freeswitch > > > > > > > To stop FreeSWITCH: > > > > > > > systemctl stop freeswitch > > > > > > > > > > > > > > > > > > > > > To configure FreeSWITCH to start automatically at boot time: > > > > > > > systemctl enable freeswitch > > > > > > > > > > > > > > > > > > > > > > > > > > > > To be able to launch fs_cli without having to go to bin > directory, > > > add > > > > > > > directory to path: > > > > > > > > > > > > > > > > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > > > > > > > > > > > > > Francesco Facco de Lagarda > > > > > > > > > > > > > > > > > > > > > On 23 Jul 2020, at 03:43, John Tuxies > wrote: > > > > > > > > > > > > > >  > > > > > > > Trying to install Freeswitch in Debian 9 and 10. Both systems > > > failed to > > > > > > > start: > > > > > > > Running hooks in > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ > > > fs_cli > > > > > > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > > > > > fs_cli.c:1697 > > > > > > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > > > > > > > []^CInterrupted.root at debian: ~ $* > > > > > > > > > > > > > > I have tried to install from > > > > > > > > > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > > > > > to > > > > > > > install using debian packages. > > > > > > > > > > > > > > Any suggestions, please? > > > > > > > > > > > > > > > > > > > > > > > > > > > > ____________________________________________________________ > > > > > _____________ > > > > > > > > > > > > > > The FreeSWITCH project is sponsored by SignalWire > > > > > https://signalwire.com > > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS and > PSTN > > > > > > > services. > > > > > > > Build your next product on our scalable cloud platform. > > > > > > > > > > > > > > Join our online community to chat in real time > > > > > > > https://signalwire.community > > > > > > > > > > > > > > Professional FreeSWITCH Services > > > > > > > sales at freeswitch.com > > > > > > > https://freeswitch.com > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > https://freeswitch.com/oss > > > > > > > https://freeswitch.org/confluence > > > > > > > https://cluecon.com > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > > > > options/freeswitch-users > > > > > > > https://freeswitch.com > > > > > > > > > > > > > > ____________________________________________________________ > > > > > _____________ > > > > > > > > > > > > > > The FreeSWITCH project is sponsored by SignalWire > > > > > https://signalwire.com > > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS and > PSTN > > > > > > > services. > > > > > > > Build your next product on our scalable cloud platform. > > > > > > > > > > > > > > Join our online community to chat in real time > > > > > > > https://signalwire.community > > > > > > > > > > > > > > Professional FreeSWITCH Services > > > > > > > sales at freeswitch.com > > > > > > > https://freeswitch.com > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > https://freeswitch.com/oss > > > > > > > https://freeswitch.org/confluence > > > > > > > https://cluecon.com > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > > > > options/freeswitch-users > > > > > > > https://freeswitch.com > > > > > > [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 > > > > [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 > > [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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From moshe.rosenberg at gmail.com Mon Jul 27 13:17:28 2020 From: moshe.rosenberg at gmail.com (Moshe Rosenberg) Date: Mon, 27 Jul 2020 09:17:28 -0400 Subject: [Freeswitch-users] Banning IP address that attempt registration via IP In-Reply-To: References: Message-ID: I am using fail2ban with a rule to block any ip address that is trying to register to an IP address On Mon, Jul 27, 2020, 7:16 AM David Villasmil < david.villasmil.work at gmail.com> wrote: > Fail2ban should work perfectly for that. What problems did you run into? > Lots and lots of people use fail2ban. > > On Mon, 27 Jul 2020 at 05:51, Sergey Safarov wrote: > >> You can use Kamailio proxy as the frontend of FreeSwitch. >> And then block registration and INVITE messages with IP address in >> "From", "To" and "RURI" headers. >> >> Sergey >> >> On Mon, Jul 27, 2020 at 7:17 AM Don Hawkins >> wrote: >> >>> Hey everyone! >>> >>> So I have quite a few "security" features installed on the server, >>> including custom IP banning methods using IP Tables, (fail2ban caused too >>> many issues). >>> >>> All endpoints on our system register via a domain, I'm looking for >>> suggestions on how to block IP addresses that attempt to register with the >>> IP address only. >>> >>> In other words, every time the warning below is received I'd like to ban >>> that particular IP or at least add it to a list somewhere. >>> >>> WARNING: "You must define a domain called 'XXX.XXX.XX.XXX' in your >>> directory and add a user with the id" >>> >>> I'm thinking of a custom script that scans the logs (which logs?) >>> >>> Any advice is appreciated. >>> >>> Thanks! >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users 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 atuxnull at gmail.com Mon Jul 27 18:36:32 2020 From: atuxnull at gmail.com (John Tuxies) Date: Mon, 27 Jul 2020 21:36:32 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: Hey John. Could you post the whole command please? So i could move forward with Freeswitch On Saturday, July 25, 2020, John Tuxies wrote: > Please post the whole command as it should be typed. We are missing > something > > > > > On Friday, July 24, 2020, John Covici wrote: > >> You need to get rid of the -ncwait to see anything. >> >> On Fri, 24 Jul 2020 06:33:20 -0400, >> John Tuxies wrote: >> > >> > [1 ] >> > [1.1 ] >> > No luck. >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep >> > freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S> > /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot >> > 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep >> > freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error >> > Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 >> > main() Error Connecting []^CInterrupted.root at debA: ~ $* >> > >> > On Fri, Jul 24, 2020 at 12:24 AM John Covici >> wrote: >> > >> > > hmmm? Just take the line from the system unit file, and run it by >> > > hand from the console, eliminating the -nc parameter. >> > > >> > > On Thu, 23 Jul 2020 14:27:12 -0400, >> > > John Tuxies wrote: >> > > > >> > > > [1 ] >> > > > [1.1 ] >> > > > Could you elaborate on how to do that please? >> > > > >> > > > On Thursday, July 23, 2020, John Covici >> wrote: >> > > > >> > > > > What I do in those cases is execute the freeswitch command by >> hand, >> > > > > eliminating the -nc parameter, if any, but leaving the -u and -g >> and >> > > > > possibly other parameters. Also, see if there is anything in the >> log >> > > > > file, but the first method may be enlightening. >> > > > > >> > > > > On Thu, 23 Jul 2020 08:41:46 -0400, >> > > > > John Tuxies wrote: >> > > > > > >> > > > > > [1 ] >> > > > > > [1.1 ] >> > > > > > hi Franceso and thanks for the reply. i did install from debian >> repo >> > > and >> > > > > it >> > > > > > should get the systemd, but non the less, i created the file. >> Still >> > > > > > Freeswitch refuses to start! >> > > > > > >> > > > > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < >> > > > > > francesco at delagarda.com> wrote: >> > > > > > >> > > > > > > Did you create Freeswitch service? >> > > > > > > >> > > > > > > >> > > > > > > cd /etc/systemd/system >> > > > > > > >> > > > > > > >> > > > > > > nano freeswitch.service >> > > > > > > >> > > > > > > ; This file in installations built from Master can be found in >> > > > > > > ; /usr/src/freeswitch.git/debian >> > > > > > > ; or >> > > > > > > ; /usr/src/freeswitch/debian >> > > > > > > [Unit] >> > > > > > > Description=freeswitch >> > > > > > > After=syslog.target network.target local-fs.target >> > > > > > > [Service] >> > > > > > > ; service >> > > > > > > Type=forking >> > > > > > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid >> > > > > > > PermissionsStartOnly=true >> > > > > > > ; blank ExecStart= line flushes the list >> > > > > > > ExecStart= >> > > > > > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch >> -g >> > > > > freeswitch >> > > > > > > -ncwait -nonat -rp >> > > > > > > TimeoutSec=45s >> > > > > > > Restart=on-failure >> > > > > > > ; exec >> > > > > > > WorkingDirectory=/usr/local/freeswitch/bin >> > > > > > > User=root >> > > > > > > Group=daemon >> > > > > > > LimitCORE=infinity >> > > > > > > LimitNOFILE=100000 >> > > > > > > LimitNPROC=60000 >> > > > > > > ;LimitSTACK=240 >> > > > > > > LimitRTPRIO=infinity >> > > > > > > LimitRTTIME=7000000 >> > > > > > > IOSchedulingClass=realtime >> > > > > > > IOSchedulingPriority=2 >> > > > > > > CPUSchedulingPolicy=rr >> > > > > > > CPUSchedulingPriority=89 >> > > > > > > UMask=0007 >> > > > > > > [Install] >> > > > > > > WantedBy=multi-user.target >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > Next, notify systemd to look for changes in its configuration: >> > > > > > > systemctl daemon-reload >> > > > > > > Now you are ready to start FreeSWITCH for the first time. >> Because >> > > FS is >> > > > > > > owned by user freeswitch it should create its databases and >> log >> > > files >> > > > > under >> > > > > > > that user (instead of root) so that those files will still be >> > > > > accessible to >> > > > > > > it under future runs. >> > > > > > > systemctl start freeswitch >> > > > > > > To stop FreeSWITCH: >> > > > > > > systemctl stop freeswitch >> > > > > > > >> > > > > > > >> > > > > > > To configure FreeSWITCH to start automatically at boot time: >> > > > > > > systemctl enable freeswitch >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > To be able to launch fs_cli without having to go to bin >> directory, >> > > add >> > > > > > > directory to path: >> > > > > > > >> > > > > > > >> > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ >> > > > > > > >> > > > > > > Francesco Facco de Lagarda >> > > > > > > >> > > > > > > >> > > > > > > On 23 Jul 2020, at 03:43, John Tuxies >> wrote: >> > > > > > > >> > > > > > >  >> > > > > > > Trying to install Freeswitch in Debian 9 and 10. Both systems >> > > failed to >> > > > > > > start: >> > > > > > > Running hooks in >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ >> > > fs_cli >> > > > > > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] >> > > > > fs_cli.c:1697 >> > > > > > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting >> > > > > > > []^CInterrupted.root at debian: ~ $* >> > > > > > > >> > > > > > > I have tried to install from >> > > > > > > >> > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster >> > > > > to >> > > > > > > install using debian packages. >> > > > > > > >> > > > > > > Any suggestions, please? >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > ____________________________________________________________ >> > > > > _____________ >> > > > > > > >> > > > > > > The FreeSWITCH project is sponsored by SignalWire >> > > > > https://signalwire.com >> > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS >> and PSTN >> > > > > > > services. >> > > > > > > Build your next product on our scalable cloud platform. >> > > > > > > >> > > > > > > Join our online community to chat in real time >> > > > > > > https://signalwire.community >> > > > > > > >> > > > > > > Professional FreeSWITCH Services >> > > > > > > sales at freeswitch.com >> > > > > > > https://freeswitch.com >> > > > > > > >> > > > > > > Official FreeSWITCH Sites >> > > > > > > https://freeswitch.com/oss >> > > > > > > https://freeswitch.org/confluence >> > > > > > > https://cluecon.com >> > > > > > > >> > > > > > > FreeSWITCH-users mailing list >> > > > > > > FreeSWITCH-users at lists.freeswitch.org >> > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >> > > > > options/freeswitch-users >> > > > > > > https://freeswitch.com >> > > > > > > >> > > > > > > ____________________________________________________________ >> > > > > _____________ >> > > > > > > >> > > > > > > The FreeSWITCH project is sponsored by SignalWire >> > > > > https://signalwire.com >> > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS >> and PSTN >> > > > > > > services. >> > > > > > > Build your next product on our scalable cloud platform. >> > > > > > > >> > > > > > > Join our online community to chat in real time >> > > > > > > https://signalwire.community >> > > > > > > >> > > > > > > Professional FreeSWITCH Services >> > > > > > > sales at freeswitch.com >> > > > > > > https://freeswitch.com >> > > > > > > >> > > > > > > Official FreeSWITCH Sites >> > > > > > > https://freeswitch.com/oss >> > > > > > > https://freeswitch.org/confluence >> > > > > > > https://cluecon.com >> > > > > > > >> > > > > > > FreeSWITCH-users mailing list >> > > > > > > FreeSWITCH-users at lists.freeswitch.org >> > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >> > > > > options/freeswitch-users >> > > > > > > https://freeswitch.com >> > > > > > [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 >> > > > [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 >> > [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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From enp at itx.ru Tue Jul 28 12:17:14 2020 From: enp at itx.ru (Eugene Prokopiev) Date: Tue, 28 Jul 2020 15:17:14 +0300 Subject: [Freeswitch-users] Lua event hook limitations Message-ID: Hi, What is allowed do in lua event hook and what is not? I tried to catch UA register event and send call to registered UA, so I did: local name = event:getHeader("username") local realm = event:getHeader("realm") local user = string.format("%s@%s", name, realm) freeswitch.consoleLog("notice", string.format("REGISTRATION FROM USER %s\n", user)) local session = freeswitch.Session(string.format("user/%s", user)) session:setAutoHangup(false) session:transfer("000", "XML", "webrtc") freeswitch.consoleLog("notice", string.format("USER %s TRANSFER\n", user)) But in many cases I receiving CUSTOM sofia::register event with some delay (up to 2 mins) Why and how it can be fixed? -- WBR, Eugene Prokopiev From jprangi at didforsale.com Mon Jul 27 04:42:21 2020 From: jprangi at didforsale.com (Jai Rangi) Date: Sun, 26 Jul 2020 21:42:21 -0700 Subject: [Freeswitch-users] Banning IP address that attempt registration via IP In-Reply-To: References: Message-ID: This little script has been doing a great job for us. #!/bin/bash publicIP=`/sbin/ifconfig eth0 | sed -En 's/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p'` for ip in `grep "Can't find user" /usr/local/freeswitch/var/log/freeswitch/freeswitch.log | grep $publicIP | awk '{print $10}' | sort | uniq` ; do /sbin/iptables -I INPUT -s $ip -m comment --comment "`date` $comment" -j DROP done *Jai Rangi* Cebod Technologies LLC dba DIDforSale/Cebod Telecom O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / 949-232-1410 | jprangi at didforsale.com www.didforsale.com |2472 Chambers Rd Ste 100, Tustin, CA 92780 On Sun, Jul 26, 2020 at 8:57 PM Don Hawkins wrote: > Hey everyone! > > So I have quite a few "security" features installed on the server, > including custom IP banning methods using IP Tables, (fail2ban caused too > many issues). > > All endpoints on our system register via a domain, I'm looking for > suggestions on how to block IP addresses that attempt to register with the > IP address only. > > In other words, every time the warning below is received I'd like to ban > that particular IP or at least add it to a list somewhere. > > WARNING: "You must define a domain called 'XXX.XXX.XX.XXX' in your > directory and add a user with the id" > > I'm thinking of a custom script that scans the logs (which logs?) > > Any advice is appreciated. > > Thanks! > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 covici at ccs.covici.com Tue Jul 28 18:30:46 2020 From: covici at ccs.covici.com (John Covici) Date: Tue, 28 Jul 2020 14:30:46 -0400 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: Take your original command and just omit the -ncwiat of whatever it was, I don't have it any more. On Mon, 27 Jul 2020 14:36:32 -0400, John Tuxies wrote: > > [1 ] > [1.1 ] > Hey John. > > > Could you post the whole command please? > So i could move forward with Freeswitch > > On Saturday, July 25, 2020, John Tuxies wrote: > > > Please post the whole command as it should be typed. We are missing > > something > > > > > > > > > > On Friday, July 24, 2020, John Covici wrote: > > > >> You need to get rid of the -ncwait to see anything. > >> > >> On Fri, 24 Jul 2020 06:33:20 -0400, > >> John Tuxies wrote: > >> > > >> > [1 ] > >> > [1.1 ] > >> > No luck. > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep > >> > freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S >> > /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot > >> > 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep > >> > freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error > >> > Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 > >> > main() Error Connecting []^CInterrupted.root at debA: ~ $* > >> > > >> > On Fri, Jul 24, 2020 at 12:24 AM John Covici > >> wrote: > >> > > >> > > hmmm? Just take the line from the system unit file, and run it by > >> > > hand from the console, eliminating the -nc parameter. > >> > > > >> > > On Thu, 23 Jul 2020 14:27:12 -0400, > >> > > John Tuxies wrote: > >> > > > > >> > > > [1 ] > >> > > > [1.1 ] > >> > > > Could you elaborate on how to do that please? > >> > > > > >> > > > On Thursday, July 23, 2020, John Covici > >> wrote: > >> > > > > >> > > > > What I do in those cases is execute the freeswitch command by > >> hand, > >> > > > > eliminating the -nc parameter, if any, but leaving the -u and -g > >> and > >> > > > > possibly other parameters. Also, see if there is anything in the > >> log > >> > > > > file, but the first method may be enlightening. > >> > > > > > >> > > > > On Thu, 23 Jul 2020 08:41:46 -0400, > >> > > > > John Tuxies wrote: > >> > > > > > > >> > > > > > [1 ] > >> > > > > > [1.1 ] > >> > > > > > hi Franceso and thanks for the reply. i did install from debian > >> repo > >> > > and > >> > > > > it > >> > > > > > should get the systemd, but non the less, i created the file. > >> Still > >> > > > > > Freeswitch refuses to start! > >> > > > > > > >> > > > > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > >> > > > > > francesco at delagarda.com> wrote: > >> > > > > > > >> > > > > > > Did you create Freeswitch service? > >> > > > > > > > >> > > > > > > > >> > > > > > > cd /etc/systemd/system > >> > > > > > > > >> > > > > > > > >> > > > > > > nano freeswitch.service > >> > > > > > > > >> > > > > > > ; This file in installations built from Master can be found in > >> > > > > > > ; /usr/src/freeswitch.git/debian > >> > > > > > > ; or > >> > > > > > > ; /usr/src/freeswitch/debian > >> > > > > > > [Unit] > >> > > > > > > Description=freeswitch > >> > > > > > > After=syslog.target network.target local-fs.target > >> > > > > > > [Service] > >> > > > > > > ; service > >> > > > > > > Type=forking > >> > > > > > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > >> > > > > > > PermissionsStartOnly=true > >> > > > > > > ; blank ExecStart= line flushes the list > >> > > > > > > ExecStart= > >> > > > > > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch > >> -g > >> > > > > freeswitch > >> > > > > > > -ncwait -nonat -rp > >> > > > > > > TimeoutSec=45s > >> > > > > > > Restart=on-failure > >> > > > > > > ; exec > >> > > > > > > WorkingDirectory=/usr/local/freeswitch/bin > >> > > > > > > User=root > >> > > > > > > Group=daemon > >> > > > > > > LimitCORE=infinity > >> > > > > > > LimitNOFILE=100000 > >> > > > > > > LimitNPROC=60000 > >> > > > > > > ;LimitSTACK=240 > >> > > > > > > LimitRTPRIO=infinity > >> > > > > > > LimitRTTIME=7000000 > >> > > > > > > IOSchedulingClass=realtime > >> > > > > > > IOSchedulingPriority=2 > >> > > > > > > CPUSchedulingPolicy=rr > >> > > > > > > CPUSchedulingPriority=89 > >> > > > > > > UMask=0007 > >> > > > > > > [Install] > >> > > > > > > WantedBy=multi-user.target > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > Next, notify systemd to look for changes in its configuration: > >> > > > > > > systemctl daemon-reload > >> > > > > > > Now you are ready to start FreeSWITCH for the first time. > >> Because > >> > > FS is > >> > > > > > > owned by user freeswitch it should create its databases and > >> log > >> > > files > >> > > > > under > >> > > > > > > that user (instead of root) so that those files will still be > >> > > > > accessible to > >> > > > > > > it under future runs. > >> > > > > > > systemctl start freeswitch > >> > > > > > > To stop FreeSWITCH: > >> > > > > > > systemctl stop freeswitch > >> > > > > > > > >> > > > > > > > >> > > > > > > To configure FreeSWITCH to start automatically at boot time: > >> > > > > > > systemctl enable freeswitch > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > To be able to launch fs_cli without having to go to bin > >> directory, > >> > > add > >> > > > > > > directory to path: > >> > > > > > > > >> > > > > > > > >> > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > >> > > > > > > > >> > > > > > > Francesco Facco de Lagarda > >> > > > > > > > >> > > > > > > > >> > > > > > > On 23 Jul 2020, at 03:43, John Tuxies > >> wrote: > >> > > > > > > > >> > > > > > >  > >> > > > > > > Trying to install Freeswitch in Debian 9 and 10. Both systems > >> > > failed to > >> > > > > > > start: > >> > > > > > > Running hooks in > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ > >> > > fs_cli > >> > > > > > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > >> > > > > fs_cli.c:1697 > >> > > > > > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > >> > > > > > > []^CInterrupted.root at debian: ~ $* > >> > > > > > > > >> > > > > > > I have tried to install from > >> > > > > > > > >> > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > >> > > > > to > >> > > > > > > install using debian packages. > >> > > > > > > > >> > > > > > > Any suggestions, please? > >> > > > > > > > >> > > > > > > > >> > > > > > > > >> > > > > > > ____________________________________________________________ > >> > > > > _____________ > >> > > > > > > > >> > > > > > > The FreeSWITCH project is sponsored by SignalWire > >> > > > > https://signalwire.com > >> > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS > >> and PSTN > >> > > > > > > services. > >> > > > > > > Build your next product on our scalable cloud platform. > >> > > > > > > > >> > > > > > > Join our online community to chat in real time > >> > > > > > > https://signalwire.community > >> > > > > > > > >> > > > > > > Professional FreeSWITCH Services > >> > > > > > > sales at freeswitch.com > >> > > > > > > https://freeswitch.com > >> > > > > > > > >> > > > > > > Official FreeSWITCH Sites > >> > > > > > > https://freeswitch.com/oss > >> > > > > > > https://freeswitch.org/confluence > >> > > > > > > https://cluecon.com > >> > > > > > > > >> > > > > > > FreeSWITCH-users mailing list > >> > > > > > > FreeSWITCH-users at lists.freeswitch.org > >> > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > >> > > > > options/freeswitch-users > >> > > > > > > https://freeswitch.com > >> > > > > > > > >> > > > > > > ____________________________________________________________ > >> > > > > _____________ > >> > > > > > > > >> > > > > > > The FreeSWITCH project is sponsored by SignalWire > >> > > > > https://signalwire.com > >> > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS > >> and PSTN > >> > > > > > > services. > >> > > > > > > Build your next product on our scalable cloud platform. > >> > > > > > > > >> > > > > > > Join our online community to chat in real time > >> > > > > > > https://signalwire.community > >> > > > > > > > >> > > > > > > Professional FreeSWITCH Services > >> > > > > > > sales at freeswitch.com > >> > > > > > > https://freeswitch.com > >> > > > > > > > >> > > > > > > Official FreeSWITCH Sites > >> > > > > > > https://freeswitch.com/oss > >> > > > > > > https://freeswitch.org/confluence > >> > > > > > > https://cluecon.com > >> > > > > > > > >> > > > > > > FreeSWITCH-users mailing list > >> > > > > > > FreeSWITCH-users at lists.freeswitch.org > >> > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > >> > > > > options/freeswitch-users > >> > > > > > > https://freeswitch.com > >> > > > > > [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 > >> > > > [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 > >> > [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 > > > > > [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 wb9kmo at gmail.com Tue Jul 28 19:21:05 2020 From: wb9kmo at gmail.com (Rod Fritz) Date: Tue, 28 Jul 2020 12:21:05 -0700 Subject: [Freeswitch-users] B Message-ID: J Rod Fritz WB9KMO wb9kmo at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From igor.potjevlesch at gmail.com Wed Jul 29 07:29:09 2020 From: igor.potjevlesch at gmail.com (Igor Potjevlesh) Date: Wed, 29 Jul 2020 09:29:09 +0200 Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console Message-ID: <001701d66579$f37779f0$da666dd0$@gmail.com> Hello there! Since I have upgraded some of my Freeswitch in 1.10.1, I have two problems: first, each time I do a "reloadxml" for example, there is an attempt to contact an external STUN (which is not allowed by firewall rules). It makes the reload very slow because of a timeout for contacting the STUN server. Unfortunately, I didn't figure out how to disable that. Second problem is relative to the console. Each time I connect to the FS console, console loglevel is set to the higher level and I need to submit "console loglevel 0" to have a usable console. I also can't figure out in the config files how to disable this behaviour and start the console without verbosity. Thanks for your inputs! 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 nathan at robotics.net Wed Jul 29 12:06:09 2020 From: nathan at robotics.net (Nathan Stratton) Date: Wed, 29 Jul 2020 08:06:09 -0400 Subject: [Freeswitch-users] Urgent: Playing 1080p mp4 is extremely low quality ($200 bounty) Message-ID: I am playing a 1080p mp4 from call center as a hold screen, I can see the video but it is extremely low quality. I am willing to pay someone $250 (via Paypal) to help me get FreeSWITCH to send 1080x1920 to the user. This line is the most frustrating "[NOTICE] switch_vpx.c:599 VPX encoder reset (WxH/BW) from 352x288/8192 to 162x288/8192". EXECUTE [depth=0] sofia/internal/2000018 at troc.vocinity.com callcenter( TestQueue at troc.vocinity.com) 2020-07-29 07:55:12.298445 [DEBUG] sofia.c:7325 Channel sofia/internal/ 2000018 at troc.vocinity.com entering state [early][183] 2020-07-29 07:55:12.298445 [DEBUG] switch_core_media.c:8643 Audio params are unchanged for sofia/internal/2000018 at troc.vocinity.com. 2020-07-29 07:55:12.298445 [DEBUG] switch_core_media.c:9357 Video params are unchanged for sofia/internal/2000018 at troc.vocinity.com. 2020-07-29 07:55:12.298445 [DEBUG] mod_sofia.c:898 Local SDP sofia/internal/ 2000018 at troc.vocinity.com: v=0 o=FreeSWITCH 1596005096 1596005098 IN IP4 204.89.189.50 s=FreeSWITCH c=IN IP4 204.89.189.50 t=0 0 a=msid-semantic: WMS sfwZxyz3xEII7UpnpGhdDKvxn4JP49on m=audio 18616 UDP/TLS/RTP/SAVPF 0 126 13 a=rtpmap:0 PCMU/8000 a=rtpmap:126 telephone-event/8000 a=rtpmap:13 CN/8000 a=ptime:20 a=sendrecv a=fingerprint:sha-256 47:F7:B5:FC:22:42:87:FB:30:00:7F:66:8F:AB:AF:3D:22:27:95:74:1A:16:10:A6:A0:40:45:68:6D:A0:E7:FF a=setup:active a=rtcp-mux a=rtcp:18616 IN IP4 204.89.189.50 a=ice-ufrag:Ro8lZtIcoiSjh6wn a=ice-pwd:HzQG1c3Y7YSN9ZIQdG130A6e a=candidate:0467246093 1 udp 659136 204.89.189.50 18616 typ host generation 0 a=end-of-candidates a=ssrc:3743799656 cname:fKdD9Cww6453Plh5 a=ssrc:3743799656 msid:sfwZxyz3xEII7UpnpGhdDKvxn4JP49on a0 a=ssrc:3743799656 mslabel:sfwZxyz3xEII7UpnpGhdDKvxn4JP49on a=ssrc:3743799656 label:sfwZxyz3xEII7UpnpGhdDKvxn4JP49ona0 m=video 30354 UDP/TLS/RTP/SAVPF 96 b=AS:8192 a=rtpmap:96 VP8/90000 a=sendrecv a=fingerprint:sha-256 47:F7:B5:FC:22:42:87:FB:30:00:7F:66:8F:AB:AF:3D:22:27:95:74:1A:16:10:A6:A0:40:45:68:6D:A0:E7:FF a=setup:active a=rtcp-mux a=rtcp:30354 IN IP4 204.89.189.50 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=ssrc:2945809184 cname:fKdD9Cww6453Plh5 a=ssrc:2945809184 msid:sfwZxyz3xEII7UpnpGhdDKvxn4JP49on v0 a=ssrc:2945809184 mslabel:sfwZxyz3xEII7UpnpGhdDKvxn4JP49on a=ssrc:2945809184 label:sfwZxyz3xEII7UpnpGhdDKvxn4JP49onv0 a=ice-ufrag:nlz4inH7NCV1Ru2t a=ice-pwd:O9lRfYzgnpIcvAdIMCCVQaSt a=candidate:6583318927 1 udp 659136 204.89.189.50 30354 typ host generation 0 a=end-of-candidates 2020-07-29 07:55:12.338384 [DEBUG] sofia.c:7325 Channel sofia/internal/ 2000018 at troc.vocinity.com entering state [completed][200] 2020-07-29 07:55:12.358384 [INFO] switch_vpx.c:564 config: vp8 2020-07-29 07:55:12.358384 [INFO] switch_vpx.c:77 name = vp8 decoder.threads = 4 lossless = 0 cpuused = -6 token_parts = 3 static_thresh = 100 noise_sensitivity = 1 max_intra_bitrate_pct = 0 tune_content = 0 g_usage = 0 g_threads = 1 g_profile = 2 g_w = 320 g_h = 240 g_bit_depth = 8 g_input_bit_depth = 8 g_timebase.num = 1 g_timebase.den = 1000 g_error_resilient = 2 g_pass = 0 g_lag_in_frames = 0 rc_dropframe_thresh = 0 rc_resize_allowed = 0 rc_scaled_width = 0 rc_scaled_height = 0 rc_resize_up_thresh = 60 rc_resize_down_thresh = 30 rc_end_usage = 0 rc_target_bitrate = 8192 rc_min_quantizer = 4 rc_max_quantizer = 5 rc_undershoot_pct = 100 rc_overshoot_pct = 50 rc_buf_sz = 5000 rc_buf_initial_sz = 1000 rc_buf_optimal_sz = 1000 rc_2pass_vbr_bias_pct = 50 rc_2pass_vbr_minsection_pct = 0 rc_2pass_vbr_maxsection_pct = 400 kf_mode = 1 kf_min_dist = 0 kf_max_dist = 360 ss_number_layers = 1 ts_number_layers = 1 ts_periodicity = 0 temporal_layering_mode = 0 2020-07-29 07:55:12.358384 [NOTICE] switch_vpx.c:599 VPX encoder reset (WxH/BW) from 0x0/0 to 352x288/8192 2020-07-29 07:55:12.358384 [INFO] switch_vpx.c:630 VPX encoder WebM Project VP8 Encoder v1.8.1 settings: 2020-07-29 07:55:12.358384 [INFO] switch_vpx.c:77 name = vp8 decoder.threads = 4 lossless = 0 cpuused = -6 token_parts = 3 static_thresh = 100 noise_sensitivity = 1 max_intra_bitrate_pct = 0 tune_content = 0 g_usage = 0 g_threads = 1 g_profile = 2 g_w = 352 g_h = 288 g_bit_depth = 8 g_input_bit_depth = 8 g_timebase.num = 1 g_timebase.den = 1000 g_error_resilient = 2 g_pass = 0 g_lag_in_frames = 0 rc_dropframe_thresh = 0 rc_resize_allowed = 0 rc_scaled_width = 0 rc_scaled_height = 0 rc_resize_up_thresh = 60 rc_resize_down_thresh = 30 rc_end_usage = 0 rc_target_bitrate = 8192 rc_min_quantizer = 4 rc_max_quantizer = 5 rc_undershoot_pct = 100 rc_overshoot_pct = 50 rc_buf_sz = 5000 rc_buf_initial_sz = 1000 rc_buf_optimal_sz = 1000 rc_2pass_vbr_bias_pct = 50 rc_2pass_vbr_minsection_pct = 0 rc_2pass_vbr_maxsection_pct = 400 kf_mode = 1 kf_min_dist = 0 kf_max_dist = 360 ss_number_layers = 1 ts_number_layers = 1 ts_periodicity = 0 temporal_layering_mode = 0 2020-07-29 07:55:12.398397 [DEBUG] sofia.c:7325 Channel sofia/internal/ 2000018 at troc.vocinity.com entering state [ready][200] 2020-07-29 07:55:12.418390 [INFO] switch_rtp.c:3278 Changing audio DTLS state from HANDSHAKE to SETUP 2020-07-29 07:55:12.418390 [INFO] switch_rtp.c:3278 Changing video DTLS state from HANDSHAKE to SETUP 2020-07-29 07:55:12.438425 [INFO] switch_rtp.c:3185 audio Fingerprint Verified. 2020-07-29 07:55:12.438425 [INFO] switch_rtp.c:4217 Activating audio Secure RTP SEND 2020-07-29 07:55:12.438425 [INFO] switch_rtp.c:4195 Activating audio Secure RTP RECV 2020-07-29 07:55:12.438425 [INFO] switch_rtp.c:3227 Changing audio DTLS state from SETUP to READY 2020-07-29 07:55:12.438425 [DEBUG] switch_core_sqldb.c:2836 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80 2020-07-29 07:55:12.438425 [DEBUG] switch_core_sqldb.c:2836 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80 2020-07-29 07:55:12.438425 [NOTICE] mod_callcenter.c:3020 Channel [sofia/internal/2000018 at troc.vocinity.com] has been answered 2020-07-29 07:55:12.438425 [DEBUG] switch_channel.c:3865 (sofia/internal/ 2000018 at troc.vocinity.com) Callstate Change EARLY -> ACTIVE 2020-07-29 07:55:12.438425 [DEBUG] mod_callcenter.c:3111 Member Nathan <2000018> joining queue TestQueue at troc.vocinity.com 2020-07-29 07:55:12.438425 [DEBUG] mod_callcenter.c:3375 Queue has 1 waiting calls. 2020-07-29 07:55:12.438425 [DEBUG] avformat.c:1665 sample rate: 8000, channels: 1 2020-07-29 07:55:12.438425 [INFO] avformat.c:1121 file /media/TestQueue.mp4 is seekable Reinit context to 1088x1920, pix_fmt: yuv420p 2020-07-29 07:55:12.458387 [INFO] switch_rtp.c:3185 video Fingerprint Verified. 2020-07-29 07:55:12.458387 [INFO] switch_rtp.c:4217 Activating video Secure RTP SEND 2020-07-29 07:55:12.458387 [INFO] switch_rtp.c:4195 Activating video Secure RTP RECV 2020-07-29 07:55:12.458387 [DEBUG] switch_core_sqldb.c:2836 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80 2020-07-29 07:55:12.458387 [INFO] switch_rtp.c:3227 Changing video DTLS state from SETUP to READY 2020-07-29 07:55:12.458387 [DEBUG] switch_core_sqldb.c:2836 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/media/TestQueue.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42mp41 creation_time : 2020-07-21T20:33:28.000000Z Duration: 00:00:10.00 , start: 0.000000 , bitrate: 9022 kb/s Stream #0:0 (eng) : Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1080x1920, 8860 kb/s , 30 fps, 30 tbr, 30k tbn, 60 tbc (default) Metadata: creation_time : 2020-07-21T20:33:28.000000Z handler_name : Mainconcept Video Media Handler encoder : AVC Coding 2020-07-29 07:55:12.458387 [DEBUG] avformat.c:1285 Opening file in mode: I420 2020-07-29 07:55:12.458387 [DEBUG] switch_ivr_play_say.c:1488 Codec Activated L16 at 8000hz 1 channels 20ms Reinit context to 1088x1920, pix_fmt: yuv420p 2020-07-29 07:55:12.478382 [DEBUG] switch_rtp.c:1917 rtcp_stats_init: audio ssrc[4273147276] base_seq[23587] 2020-07-29 07:55:12.478382 [DEBUG] switch_rtp.c:1917 rtcp_stats_init: video ssrc[495870452] base_seq[31728] 2020-07-29 07:55:12.498382 [INFO] avformat.c:2447 start: 0 ticks: 1 ticks_per_frame: 2 st num:1 st den:30000 codec num:1 codec den:60 start: 0, duration:300000 nb_frames:300 q2d:0.000033 2020-07-29 07:55:12.498382 [DEBUG] avformat.c:2478 set start time: 1596023712499389 now: 1596023712499389 pts: 0 2020-07-29 07:55:12.498382 [INFO] switch_vpx.c:564 config: vp8 2020-07-29 07:55:12.498382 [INFO] switch_vpx.c:77 name = vp8 decoder.threads = 4 lossless = 0 cpuused = -6 token_parts = 3 static_thresh = 100 noise_sensitivity = 1 max_intra_bitrate_pct = 0 tune_content = 0 g_usage = 0 g_threads = 1 g_profile = 2 g_w = 320 g_h = 240 g_bit_depth = 8 g_input_bit_depth = 8 g_timebase.num = 1 g_timebase.den = 1000 g_error_resilient = 2 g_pass = 0 g_lag_in_frames = 0 rc_dropframe_thresh = 0 rc_resize_allowed = 0 rc_scaled_width = 0 rc_scaled_height = 0 rc_resize_up_thresh = 60 rc_resize_down_thresh = 30 rc_end_usage = 0 rc_target_bitrate = 8192 rc_min_quantizer = 4 rc_max_quantizer = 5 rc_undershoot_pct = 100 rc_overshoot_pct = 50 rc_buf_sz = 5000 rc_buf_initial_sz = 1000 rc_buf_optimal_sz = 1000 rc_2pass_vbr_bias_pct = 50 rc_2pass_vbr_minsection_pct = 0 rc_2pass_vbr_maxsection_pct = 400 kf_mode = 1 kf_min_dist = 0 kf_max_dist = 360 ss_number_layers = 1 ts_number_layers = 1 ts_periodicity = 0 temporal_layering_mode = 0 2020-07-29 07:55:12.498382 [NOTICE] switch_vpx.c:599 VPX encoder reset (WxH/BW) from 352x288/8192 to 162x288/8192 2020-07-29 07:55:12.498382 [INFO] switch_vpx.c:630 VPX encoder WebM Project VP8 Encoder v1.8.1 settings: 2020-07-29 07:55:12.498382 [INFO] switch_vpx.c:77 name = vp8 decoder.threads = 4 lossless = 0 cpuused = -6 token_parts = 3 static_thresh = 100 noise_sensitivity = 1 max_intra_bitrate_pct = 0 tune_content = 0 g_usage = 0 g_threads = 1 g_profile = 2 g_w = 162 g_h = 288 g_bit_depth = 8 g_input_bit_depth = 8 g_timebase.num = 1 g_timebase.den = 1000 g_error_resilient = 2 g_pass = 0 g_lag_in_frames = 0 rc_dropframe_thresh = 0 rc_resize_allowed = 0 rc_scaled_width = 0 rc_scaled_height = 0 rc_resize_up_thresh = 60 rc_resize_down_thresh = 30 rc_end_usage = 0 rc_target_bitrate = 8192 rc_min_quantizer = 4 rc_max_quantizer = 5 rc_undershoot_pct = 100 rc_overshoot_pct = 50 rc_buf_sz = 5000 rc_buf_initial_sz = 1000 rc_buf_optimal_sz = 1000 rc_2pass_vbr_bias_pct = 50 rc_2pass_vbr_minsection_pct = 0 rc_2pass_vbr_maxsection_pct = 400 kf_mode = 1 kf_min_dist = 0 kf_max_dist = 360 ss_number_layers = 1 ts_number_layers = 1 ts_periodicity = 0 temporal_layering_mode = 0 2020-07-29 07:55:13.158389 [DEBUG] sofia_reg.c:1790 Send challenge for [ 1000001 at troc.vocinity.com] 2020-07-29 07:55:13.298395 [DEBUG] sofia_reg.c:2036 Register: From: [1000001 at troc.vocinity.com] Contact: ["" ] Expires: [60] 2020-07-29 07:55:14.358394 [DEBUG] sofia_reg.c:1790 Send challenge for [ 1000011 at troc.vocinity.com] 2020-07-29 07:55:14.418386 [DEBUG] sofia_reg.c:2036 Register: From: [1000011 at troc.vocinity.com] Contact: ["" ] Expires: [60] 2020-07-29 07:55:16.398389 [NOTICE] sofia.c:1089 Hangup sofia/internal/ 2000018 at troc.vocinity.com [CS_EXECUTE] [NORMAL_CLEARING] 2020-07-29 07:55:16.398389 [DEBUG] switch_ivr_play_say.c:1933 done playing file /media/TestQueue.mp4 2020-07-29 07:55:16.398389 [DEBUG] switch_core_media.c:7595 sofia/internal/ 2000018 at troc.vocinity.com Video thread ended 2020-07-29 07:55:16.438391 [DEBUG] switch_core_media.c:7032 sofia/internal/ 2000018 at troc.vocinity.com skip receive message [VIDEO_REFRESH_REQ] (channel is hungup already) 2020-07-29 07:55:16.458374 [DEBUG] sofia_reg.c:1790 Send challenge for [ 1000011 at troc.vocinity.com] 2020-07-29 07:55:16.518392 [DEBUG] sofia_reg.c:2036 Register: From: [1000011 at troc.vocinity.com] Contact: ["" ] Expires: [60] Statistics: 5615046 bytes read, 1 seeks 2020-07-29 07:55:16.878398 [DEBUG] mod_callcenter.c:3241 Member Nathan <2000018> abandoned waiting in queue TestQueue at troc.vocinity.com 2020-07-29 07:55:16.878398 [DEBUG] mod_callcenter.c:3274 Member "Nathan" <2000018> exit queue TestQueue at troc.vocinity.com due to BREAK_OUT ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From atuxnull at gmail.com Wed Jul 29 07:44:13 2020 From: atuxnull at gmail.com (John Tuxies) Date: Wed, 29 Jul 2020 10:44:13 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: My */etc/systemd/system/multi-**user.target.wants/freeswitch.**service* has been changed to the following *ExecStart=/usr/bin/freeswitch -u ${USER} -g ${GROUP} ${DAEMON_OPTS}* But freeswitch pops up the following error *root at debian: ~ $ fs_cli -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting []^CInterrupted.root at debian: ~ $* Any ideas, please? On Tue, Jul 28, 2020 at 9:43 PM John Covici wrote: > Take your original command and just omit the -ncwiat of whatever it > was, I don't have it any more. > > On Mon, 27 Jul 2020 14:36:32 -0400, > John Tuxies wrote: > > > > [1 ] > > [1.1 ] > > Hey John. > > > > > > Could you post the whole command please? > > So i could move forward with Freeswitch > > > > On Saturday, July 25, 2020, John Tuxies wrote: > > > > > Please post the whole command as it should be typed. We are missing > > > something > > > > > > > > > > > > > > > On Friday, July 24, 2020, John Covici wrote: > > > > > >> You need to get rid of the -ncwait to see anything. > > >> > > >> On Fri, 24 Jul 2020 06:33:20 -0400, > > >> John Tuxies wrote: > > >> > > > >> > [1 ] > > >> > [1.1 ] > > >> > No luck. > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | > grep > > >> > freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S 0:01 > > >> > /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot > > >> > 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep > > >> > freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error > > >> > Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] > fs_cli.c:1691 > > >> > main() Error Connecting []^CInterrupted.root at debA: ~ $* > > >> > > > >> > On Fri, Jul 24, 2020 at 12:24 AM John Covici > > > >> wrote: > > >> > > > >> > > hmmm? Just take the line from the system unit file, and run it by > > >> > > hand from the console, eliminating the -nc parameter. > > >> > > > > >> > > On Thu, 23 Jul 2020 14:27:12 -0400, > > >> > > John Tuxies wrote: > > >> > > > > > >> > > > [1 ] > > >> > > > [1.1 ] > > >> > > > Could you elaborate on how to do that please? > > >> > > > > > >> > > > On Thursday, July 23, 2020, John Covici > > >> wrote: > > >> > > > > > >> > > > > What I do in those cases is execute the freeswitch command by > > >> hand, > > >> > > > > eliminating the -nc parameter, if any, but leaving the -u and > -g > > >> and > > >> > > > > possibly other parameters. Also, see if there is anything in > the > > >> log > > >> > > > > file, but the first method may be enlightening. > > >> > > > > > > >> > > > > On Thu, 23 Jul 2020 08:41:46 -0400, > > >> > > > > John Tuxies wrote: > > >> > > > > > > > >> > > > > > [1 ] > > >> > > > > > [1.1 ] > > >> > > > > > hi Franceso and thanks for the reply. i did install from > debian > > >> repo > > >> > > and > > >> > > > > it > > >> > > > > > should get the systemd, but non the less, i created the > file. > > >> Still > > >> > > > > > Freeswitch refuses to start! > > >> > > > > > > > >> > > > > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda > < > > >> > > > > > francesco at delagarda.com> wrote: > > >> > > > > > > > >> > > > > > > Did you create Freeswitch service? > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > cd /etc/systemd/system > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > nano freeswitch.service > > >> > > > > > > > > >> > > > > > > ; This file in installations built from Master can be > found in > > >> > > > > > > ; /usr/src/freeswitch.git/debian > > >> > > > > > > ; or > > >> > > > > > > ; /usr/src/freeswitch/debian > > >> > > > > > > [Unit] > > >> > > > > > > Description=freeswitch > > >> > > > > > > After=syslog.target network.target local-fs.target > > >> > > > > > > [Service] > > >> > > > > > > ; service > > >> > > > > > > Type=forking > > >> > > > > > > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > > >> > > > > > > PermissionsStartOnly=true > > >> > > > > > > ; blank ExecStart= line flushes the list > > >> > > > > > > ExecStart= > > >> > > > > > > ExecStart=/usr/local/freeswitch/bin/freeswitch -u > freeswitch > > >> -g > > >> > > > > freeswitch > > >> > > > > > > -ncwait -nonat -rp > > >> > > > > > > TimeoutSec=45s > > >> > > > > > > Restart=on-failure > > >> > > > > > > ; exec > > >> > > > > > > WorkingDirectory=/usr/local/freeswitch/bin > > >> > > > > > > User=root > > >> > > > > > > Group=daemon > > >> > > > > > > LimitCORE=infinity > > >> > > > > > > LimitNOFILE=100000 > > >> > > > > > > LimitNPROC=60000 > > >> > > > > > > ;LimitSTACK=240 > > >> > > > > > > LimitRTPRIO=infinity > > >> > > > > > > LimitRTTIME=7000000 > > >> > > > > > > IOSchedulingClass=realtime > > >> > > > > > > IOSchedulingPriority=2 > > >> > > > > > > CPUSchedulingPolicy=rr > > >> > > > > > > CPUSchedulingPriority=89 > > >> > > > > > > UMask=0007 > > >> > > > > > > [Install] > > >> > > > > > > WantedBy=multi-user.target > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > Next, notify systemd to look for changes in its > configuration: > > >> > > > > > > systemctl daemon-reload > > >> > > > > > > Now you are ready to start FreeSWITCH for the first time. > > >> Because > > >> > > FS is > > >> > > > > > > owned by user freeswitch it should create its databases > and > > >> log > > >> > > files > > >> > > > > under > > >> > > > > > > that user (instead of root) so that those files will > still be > > >> > > > > accessible to > > >> > > > > > > it under future runs. > > >> > > > > > > systemctl start freeswitch > > >> > > > > > > To stop FreeSWITCH: > > >> > > > > > > systemctl stop freeswitch > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > To configure FreeSWITCH to start automatically at boot > time: > > >> > > > > > > systemctl enable freeswitch > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > To be able to launch fs_cli without having to go to bin > > >> directory, > > >> > > add > > >> > > > > > > directory to path: > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > >> > > > > > > > > >> > > > > > > Francesco Facco de Lagarda > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > On 23 Jul 2020, at 03:43, John Tuxies > > > >> wrote: > > >> > > > > > > > > >> > > > > > >  > > >> > > > > > > Trying to install Freeswitch in Debian 9 and 10. Both > systems > > >> > > failed to > > >> > > > > > > start: > > >> > > > > > > Running hooks in > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: > ~ $ > > >> > > fs_cli > > >> > > > > > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > > >> > > > > fs_cli.c:1697 > > >> > > > > > > main() Retrying[ERROR] fs_cli.c:1691 main() Error > Connecting > > >> > > > > > > []^CInterrupted.root at debian: ~ $* > > >> > > > > > > > > >> > > > > > > I have tried to install from > > >> > > > > > > > > >> > > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > > >> > > > > to > > >> > > > > > > install using debian packages. > > >> > > > > > > > > >> > > > > > > Any suggestions, please? > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > > >> > > > > > > > ____________________________________________________________ > > >> > > > > _____________ > > >> > > > > > > > > >> > > > > > > The FreeSWITCH project is sponsored by SignalWire > > >> > > > > https://signalwire.com > > >> > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS > > >> and PSTN > > >> > > > > > > services. > > >> > > > > > > Build your next product on our scalable cloud platform. > > >> > > > > > > > > >> > > > > > > Join our online community to chat in real time > > >> > > > > > > https://signalwire.community > > >> > > > > > > > > >> > > > > > > Professional FreeSWITCH Services > > >> > > > > > > sales at freeswitch.com > > >> > > > > > > https://freeswitch.com > > >> > > > > > > > > >> > > > > > > Official FreeSWITCH Sites > > >> > > > > > > https://freeswitch.com/oss > > >> > > > > > > https://freeswitch.org/confluence > > >> > > > > > > https://cluecon.com > > >> > > > > > > > > >> > > > > > > FreeSWITCH-users mailing list > > >> > > > > > > FreeSWITCH-users at lists.freeswitch.org > > >> > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > >> > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > >> > > > > options/freeswitch-users > > >> > > > > > > https://freeswitch.com > > >> > > > > > > > > >> > > > > > > > ____________________________________________________________ > > >> > > > > _____________ > > >> > > > > > > > > >> > > > > > > The FreeSWITCH project is sponsored by SignalWire > > >> > > > > https://signalwire.com > > >> > > > > > > Enhance your FreeSWITCH install with disruptive priced SMS > > >> and PSTN > > >> > > > > > > services. > > >> > > > > > > Build your next product on our scalable cloud platform. > > >> > > > > > > > > >> > > > > > > Join our online community to chat in real time > > >> > > > > > > https://signalwire.community > > >> > > > > > > > > >> > > > > > > Professional FreeSWITCH Services > > >> > > > > > > sales at freeswitch.com > > >> > > > > > > https://freeswitch.com > > >> > > > > > > > > >> > > > > > > Official FreeSWITCH Sites > > >> > > > > > > https://freeswitch.com/oss > > >> > > > > > > https://freeswitch.org/confluence > > >> > > > > > > https://cluecon.com > > >> > > > > > > > > >> > > > > > > FreeSWITCH-users mailing list > > >> > > > > > > FreeSWITCH-users at lists.freeswitch.org > > >> > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > >> > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > >> > > > > options/freeswitch-users > > >> > > > > > > https://freeswitch.com > > >> > > > > > [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 > > >> > > > [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 > > >> > [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 > > > > > > > > [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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From flavio at donadio.com.br Tue Jul 28 21:31:03 2020 From: flavio at donadio.com.br (Flavio Donadio) Date: Tue, 28 Jul 2020 18:31:03 -0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> Message-ID: <729DC807-0876-4B4C-AE9A-4DD2D2F82650@donadio.com.br> John, Here is your previous command: /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat Now, try it like this: /usr/bin/freeswitch -u freeswitch -g freeswitch -nonat Cheers, Flavio > On 28 Jul 2020, at 15:30, John Covici wrote: > > Take your original command and just omit the -ncwiat of whatever it > was, I don't have it any more. > > On Mon, 27 Jul 2020 14:36:32 -0400, > John Tuxies wrote: >> >> [1 ] >> [1.1 ] >> Hey John. >> >> >> Could you post the whole command please? >> So i could move forward with Freeswitch >> >> On Saturday, July 25, 2020, John Tuxies wrote: >> >>> Please post the whole command as it should be typed. We are missing >>> something >>> >>> >>> >>> >>> On Friday, July 24, 2020, John Covici wrote: >>> >>>> You need to get rid of the -ncwait to see anything. >>>> >>>> On Fri, 24 Jul 2020 06:33:20 -0400, >>>> John Tuxies wrote: >>>>> >>>>> [1 ] >>>>> [1.1 ] >>>>> No luck. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep >>>>> freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S>>>> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot >>>>> 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep >>>>> freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error >>>>> Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 >>>>> main() Error Connecting []^CInterrupted.root at debA: ~ $* >>>>> >>>>> On Fri, Jul 24, 2020 at 12:24 AM John Covici >>>> wrote: >>>>> >>>>>> hmmm? Just take the line from the system unit file, and run it by >>>>>> hand from the console, eliminating the -nc parameter. >>>>>> >>>>>> On Thu, 23 Jul 2020 14:27:12 -0400, >>>>>> John Tuxies wrote: >>>>>>> >>>>>>> [1 ] >>>>>>> [1.1 ] >>>>>>> Could you elaborate on how to do that please? >>>>>>> >>>>>>> On Thursday, July 23, 2020, John Covici >>>> wrote: >>>>>>> >>>>>>>> What I do in those cases is execute the freeswitch command by >>>> hand, >>>>>>>> eliminating the -nc parameter, if any, but leaving the -u and -g >>>> and >>>>>>>> possibly other parameters. Also, see if there is anything in the >>>> log >>>>>>>> file, but the first method may be enlightening. >>>>>>>> >>>>>>>> On Thu, 23 Jul 2020 08:41:46 -0400, >>>>>>>> John Tuxies wrote: >>>>>>>>> >>>>>>>>> [1 ] >>>>>>>>> [1.1 ] >>>>>>>>> hi Franceso and thanks for the reply. i did install from debian >>>> repo >>>>>> and >>>>>>>> it >>>>>>>>> should get the systemd, but non the less, i created the file. >>>> Still >>>>>>>>> Freeswitch refuses to start! >>>>>>>>> >>>>>>>>> On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < >>>>>>>>> francesco at delagarda.com> wrote: >>>>>>>>> >>>>>>>>>> Did you create Freeswitch service? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> cd /etc/systemd/system >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> nano freeswitch.service >>>>>>>>>> >>>>>>>>>> ; This file in installations built from Master can be found in >>>>>>>>>> ; /usr/src/freeswitch.git/debian >>>>>>>>>> ; or >>>>>>>>>> ; /usr/src/freeswitch/debian >>>>>>>>>> [Unit] >>>>>>>>>> Description=freeswitch >>>>>>>>>> After=syslog.target network.target local-fs.target >>>>>>>>>> [Service] >>>>>>>>>> ; service >>>>>>>>>> Type=forking >>>>>>>>>> PIDFile=/usr/local/freeswitch/run/freeswitch.pid >>>>>>>>>> PermissionsStartOnly=true >>>>>>>>>> ; blank ExecStart= line flushes the list >>>>>>>>>> ExecStart= >>>>>>>>>> ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch >>>> -g >>>>>>>> freeswitch >>>>>>>>>> -ncwait -nonat -rp >>>>>>>>>> TimeoutSec=45s >>>>>>>>>> Restart=on-failure >>>>>>>>>> ; exec >>>>>>>>>> WorkingDirectory=/usr/local/freeswitch/bin >>>>>>>>>> User=root >>>>>>>>>> Group=daemon >>>>>>>>>> LimitCORE=infinity >>>>>>>>>> LimitNOFILE=100000 >>>>>>>>>> LimitNPROC=60000 >>>>>>>>>> ;LimitSTACK=240 >>>>>>>>>> LimitRTPRIO=infinity >>>>>>>>>> LimitRTTIME=7000000 >>>>>>>>>> IOSchedulingClass=realtime >>>>>>>>>> IOSchedulingPriority=2 >>>>>>>>>> CPUSchedulingPolicy=rr >>>>>>>>>> CPUSchedulingPriority=89 >>>>>>>>>> UMask=0007 >>>>>>>>>> [Install] >>>>>>>>>> WantedBy=multi-user.target >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Next, notify systemd to look for changes in its configuration: >>>>>>>>>> systemctl daemon-reload >>>>>>>>>> Now you are ready to start FreeSWITCH for the first time. >>>> Because >>>>>> FS is >>>>>>>>>> owned by user freeswitch it should create its databases and >>>> log >>>>>> files >>>>>>>> under >>>>>>>>>> that user (instead of root) so that those files will still be >>>>>>>> accessible to >>>>>>>>>> it under future runs. >>>>>>>>>> systemctl start freeswitch >>>>>>>>>> To stop FreeSWITCH: >>>>>>>>>> systemctl stop freeswitch >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> To configure FreeSWITCH to start automatically at boot time: >>>>>>>>>> systemctl enable freeswitch >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> To be able to launch fs_cli without having to go to bin >>>> directory, >>>>>> add >>>>>>>>>> directory to path: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> export PATH=$PATH:/usr/local/freeswitch/bin/ >>>>>>>>>> >>>>>>>>>> Francesco Facco de Lagarda >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On 23 Jul 2020, at 03:43, John Tuxies >>>> wrote: >>>>>>>>>> >>>>>>>>>>  >>>>>>>>>> Trying to install Freeswitch in Debian 9 and 10. Both systems >>>>>> failed to >>>>>>>>>> start: >>>>>>>>>> Running hooks in >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ >>>>>> fs_cli >>>>>>>>>> -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] >>>>>>>> fs_cli.c:1697 >>>>>>>>>> main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting >>>>>>>>>> []^CInterrupted.root at debian: ~ $* >>>>>>>>>> >>>>>>>>>> I have tried to install from >>>>>>>>>> >>>>>> https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster >>>>>>>> to >>>>>>>>>> install using debian packages. >>>>>>>>>> >>>>>>>>>> Any suggestions, please? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ____________________________________________________________ >>>>>>>> _____________ >>>>>>>>>> >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS >>>> and PSTN >>>>>>>>>> services. >>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>> >>>>>>>>>> Join our online community to chat in real time >>>>>>>>>> https://signalwire.community >>>>>>>>>> >>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>> sales at freeswitch.com >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>> https://cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>> options/freeswitch-users >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> ____________________________________________________________ >>>>>>>> _____________ >>>>>>>>>> >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS >>>> and PSTN >>>>>>>>>> services. >>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>> >>>>>>>>>> Join our online community to chat in real time >>>>>>>>>> https://signalwire.community >>>>>>>>>> >>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>> sales at freeswitch.com >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>> https://cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>> options/freeswitch-users >>>>>>>>>> https://freeswitch.com >>>>>>>>> [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 >>>>>>> [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 >>>>> [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 >>> >>> >> [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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.paterson at technologywithin.com Wed Jul 29 11:07:18 2020 From: martin.paterson at technologywithin.com (Martin Paterson) Date: Wed, 29 Jul 2020 11:07:18 +0000 Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console In-Reply-To: <001701d66579$f37779f0$da666dd0$@gmail.com> References: <001701d66579$f37779f0$da666dd0$@gmail.com> Message-ID: First problem: It’s configurable in the XML: vars.xml in \etc\freeswitch contains the config. By default it’s: You can change that to a server of your choice, or disable it entirely by removing the line (or changing the X-PRE-PROCESS to something else, like XX-PRE-PROCESS) Second problem: You can change the log level of fs_cli with an argument -d. Help page here: https://freeswitch.org/confluence/display/FREESWITCH/Command-Line+Interface+fs_cli Martin. Martin Paterson Development Team Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane, Southampton, Hampshire, SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 From: FreeSWITCH-users On Behalf Of Igor Potjevlesh Sent: 29 July 2020 08:29 To: 'FreeSWITCH Users Help' Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console Hello there! Since I have upgraded some of my Freeswitch in 1.10.1, I have two problems: first, each time I do a "reloadxml" for example, there is an attempt to contact an external STUN (which is not allowed by firewall rules). It makes the reload very slow because of a timeout for contacting the STUN server. Unfortunately, I didn't figure out how to disable that. Second problem is relative to the console. Each time I connect to the FS console, console loglevel is set to the higher level and I need to submit "console loglevel 0" to have a usable console. I also can't figure out in the config files how to disable this behaviour and start the console without verbosity. Thanks for your inputs! Regards, Igor. ________________________________ [Image removed by sender. Avast logo] L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. www.avast.com technologywithin Mail Scanner click here to report this email as spam. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ~WRD0000.jpg Type: image/jpeg Size: 823 bytes Desc: ~WRD0000.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image160017.png Type: image/png Size: 2305 bytes Desc: image160017.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image491474.png Type: image/png Size: 32472 bytes Desc: image491474.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image734651.png Type: image/png Size: 402 bytes Desc: image734651.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image189222.png Type: image/png Size: 589 bytes Desc: image189222.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image527610.png Type: image/png Size: 725 bytes Desc: image527610.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image026438.png Type: image/png Size: 932 bytes Desc: image026438.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image364627.png Type: image/png Size: 85623 bytes Desc: image364627.png URL: From ruslan at shevchenko.kiev.ua Wed Jul 29 09:37:11 2020 From: ruslan at shevchenko.kiev.ua (Ruslan Shevchenko) Date: Wed, 29 Jul 2020 12:37:11 +0300 Subject: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. Message-ID: Hi, colleagues. I discovered a strange problem when running Freeswitch from docker on the local machine, I have my machine API: 192.168.88.236 and docker with internal ip. 172.17.0.2. (local_ip_v4) With the next changes relative to vanilla install: valr.xml : external_rtp_ip=stun:stun.freeswitch.org - changed to external_rtp_ip=192.168.88.236 external_sip_ip=stun:stun.freeswitch.org - same autoload_configs/switch.conf.xml --- a narrow set of RTP ports. sip_profiles: internal.xml -- change ext-rtp-ip and ext-sip-ip to 192.168.88.236 external.xml -- same Then I trying to run docker from macos which publish ports: docker run -d -p 5060:5060/udp -p 5060:5060/tcp -p5061:5061/tcp -p 5080:5080/udp -p 5080:5080/tcp -p 5066:5066/tcp -p 7443:7443/tcp -p 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp -p5555:5555 -p5050:5050 -p8000:8000 --hostname zaka-voice zaka-freeswitch-recognition:0.0.1 And then when I try to call Freeswitch from linphone from the local net, I can hear an answer, but looks like IVR on the Freeswitch side not receive RTP stream. I can't understand why. One hypothesizes -- that FreeSWITCH not determinate existence of external_ip as NAT mode (?) and ask the phone to send RTP to 172.17.0.2. How to verify this? Maybe exists some ideas, how to debug such situation behind a sip trace? Thanks. P.S. Additional info, if anybody found this interesting: I.e. I see SIP invite from FreeSWITCH SIP/2.0 100 Trying Via: SIP/2.0/TCP 192.168.88.238:50091 ;branch=z9hG4bK.rNrD-0O~i;rport=51208;received=172.17.0.1 From: ;tag=4bI6NNSIi To: "33332220" Call-ID: 7At9kxIfv2 CSeq: 21 INVITE User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit Content-Length: 0 then Ok and Acc from linphone (which freeswitch see as on 172.17.0.2) recv 354 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.099724: ------------------------------------------------------------------------ SIP/2.0 200 Ok Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK8502eXUvmSKyN From: ;tag=mrr024e5DH57Q To: ;tag=ftaVWOB Call-ID: 940c69ac-4c1f-1239-4cb1-0242ac110002 CSeq: 23453420 NOTIFY User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 Supported: replaces, outbound, gruu Content-Length: 0 recv 640 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.514163: ------------------------------------------------------------------------ ACK sip:33332220 at 192.168.88.236:5060;transport=tcp SIP/2.0 Via: SIP/2.0/TCP 192.168.88.238:50091;rport;branch=z9hG4bK.iYrbMWTLP From: ;tag=4bI6NNSIi To: "33332220" ;tag=N1HS4ZZ8atUtK CSeq: 21 ACK Call-ID: 7At9kxIfv2 Max-Forwards: 70 Proxy-Authorization: Digest realm="192.168.88.236", nonce="44104e4a-30cb-4277-8c31-61e437b6cbd1", algorithm=MD5, username="1002", uri="sip:33332220 at 192.168.88.236", response="756a3d3e3a76996988afa09a5544f1d1", cnonce="CWKOLtHm9Z8eVYIm", nc=00000001, qop=auth User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 Content-Length: 0 Then freeswitch not see any activity and says BYE: BYE sip:1002 at 172.17.0.1:51208;transport=tcp SIP/2.0 Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK9etUgrc0H29gH Max-Forwards: 70 From: "33332220" ;tag=N1HS4ZZ8atUtK To: ;tag=4bI6NNSIi Call-ID: 7At9kxIfv2 CSeq: 23453425 BYE User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE Supported: timer, path, replaces Reason: Q.850;cause=16;text="NORMAL_CLEARING" Content-Length: 0 --- status of Sofia profile: --- freeswitch at zaka-voice> sofia status profile internal ================================================================================================= Name internal Domain Name N/A Auto-NAT false DBName sofia_reg_internal Pres Hosts 172.17.0.2,172.17.0.2 Dialplan XML Context public Challenge Realm auto_from RTP-IP 172.17.0.2 Ext-RTP-IP 192.168.88.236 SIP-IP 172.17.0.2 Ext-SIP-IP 192.168.88.236 URL sip:mod_sofia at 192.168.88.236:5060 BIND-URL sip:mod_sofia at 192.168.88.236:5060 ;maddr=172.17.0.2;transport=udp,tcp WS-BIND-URL sip:mod_sofia at 172.17.0.2:5066;transport=ws WSS-BIND-URL sips:mod_sofia at 172.17.0.2:7443;transport=wss HOLD-MUSIC local_stream://moh OUTBOUND-PROXY N/A CODECS IN OPUS,G722,PCMU,PCMA,H264,VP8 CODECS OUT OPUS,G722,PCMU,PCMA,H264,VP8 TEL-EVENT 101 DTMF-MODE rfc2833 CNG 13 SESSION-TO 0 MAX-DIALOG 0 NOMEDIA false LATE-NEG true PROXY-MEDIA false ZRTP-PASSTHRU true AGGRESSIVENAT false CALLS-IN 0 FAILED-CALLS-IN 0 CALLS-OUT 0 FAILED-CALLS-OUT 0 REGISTRATIONS 0 -- Ruslan Shevchenko Software Engineer. http://ua.linkedin.com/in/ruslanshevchenko -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Wed Jul 29 17:41:13 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 29 Jul 2020 18:41:13 +0100 Subject: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. In-Reply-To: References: Message-ID: Run the container with —network=host On Wed, 29 Jul 2020 at 16:35, Ruslan Shevchenko wrote: > > Hi, colleagues. > > I discovered a strange problem when running Freeswitch from docker on the > local machine, > > I have my machine API: 192.168.88.236 > and docker with internal ip. 172.17.0.2. (local_ip_v4) > > With the next changes relative to vanilla install: > valr.xml : > external_rtp_ip=stun:stun.freeswitch.org - changed to > external_rtp_ip=192.168.88.236 > external_sip_ip=stun:stun.freeswitch.org - same > > autoload_configs/switch.conf.xml --- a narrow set of RTP ports. > > sip_profiles: > internal.xml -- change ext-rtp-ip and ext-sip-ip to 192.168.88.236 > external.xml -- same > > Then I trying to run docker from macos which publish ports: > docker run -d -p 5060:5060/udp -p 5060:5060/tcp -p5061:5061/tcp -p > 5080:5080/udp -p 5080:5080/tcp -p 5066:5066/tcp -p 7443:7443/tcp -p > 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp -p5555:5555 > -p5050:5050 -p8000:8000 --hostname zaka-voice > zaka-freeswitch-recognition:0.0.1 > > And then when I try to call Freeswitch from linphone from the local net, I > can hear an answer, but looks like IVR on the Freeswitch side not receive > RTP stream. > > I can't understand why. > > One hypothesizes -- that FreeSWITCH not determinate existence of > external_ip as NAT mode (?) and ask the phone to send RTP to 172.17.0.2. > > How to verify this? Maybe exists some ideas, how to debug such > situation behind a sip trace? > > Thanks. > > P.S. Additional info, if anybody found this interesting: > > I.e. I see SIP invite from FreeSWITCH > > SIP/2.0 100 Trying > Via: SIP/2.0/TCP 192.168.88.238:50091 > ;branch=z9hG4bK.rNrD-0O~i;rport=51208;received=172.17.0.1 > From: ;tag=4bI6NNSIi > To: "33332220" > Call-ID: 7At9kxIfv2 > CSeq: 21 INVITE > User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit > Content-Length: 0 > > then Ok and Acc from linphone (which freeswitch see as on 172.17.0.2) > > recv 354 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.099724: > ------------------------------------------------------------------------ > SIP/2.0 200 Ok > Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK8502eXUvmSKyN > From: ;tag=mrr024e5DH57Q > To: ;tag=ftaVWOB > Call-ID: 940c69ac-4c1f-1239-4cb1-0242ac110002 > CSeq: 23453420 NOTIFY > User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 > Supported: replaces, outbound, gruu > Content-Length: 0 > > recv 640 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.514163: > ------------------------------------------------------------------------ > ACK sip:33332220 at 192.168.88.236:5060;transport=tcp SIP/2.0 > Via: SIP/2.0/TCP 192.168.88.238:50091;rport;branch=z9hG4bK.iYrbMWTLP > From: ;tag=4bI6NNSIi > To: "33332220" ;tag=N1HS4ZZ8atUtK > CSeq: 21 ACK > Call-ID: 7At9kxIfv2 > Max-Forwards: 70 > Proxy-Authorization: Digest realm="192.168.88.236", > nonce="44104e4a-30cb-4277-8c31-61e437b6cbd1", algorithm=MD5, > username="1002", uri="sip:33332220 at 192.168.88.236", > response="756a3d3e3a76996988afa09a5544f1d1", cnonce="CWKOLtHm9Z8eVYIm", > nc=00000001, qop=auth > User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 > Content-Length: 0 > > Then freeswitch not see any activity and says BYE: > BYE sip:1002 at 172.17.0.1:51208;transport=tcp SIP/2.0 > Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK9etUgrc0H29gH > Max-Forwards: 70 > From: "33332220" ;tag=N1HS4ZZ8atUtK > To: ;tag=4bI6NNSIi > Call-ID: 7At9kxIfv2 > CSeq: 23453425 BYE > User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, > REFER, NOTIFY, PUBLISH, SUBSCRIBE > Supported: timer, path, replaces > Reason: Q.850;cause=16;text="NORMAL_CLEARING" > Content-Length: 0 > > --- > status of Sofia profile: > > --- > > freeswitch at zaka-voice> sofia status profile internal > > ================================================================================================= > Name internal > Domain Name N/A > Auto-NAT false > DBName sofia_reg_internal > Pres Hosts 172.17.0.2,172.17.0.2 > Dialplan XML > Context public > Challenge Realm auto_from > RTP-IP 172.17.0.2 > Ext-RTP-IP 192.168.88.236 > SIP-IP 172.17.0.2 > Ext-SIP-IP 192.168.88.236 > URL sip:mod_sofia at 192.168.88.236:5060 > BIND-URL sip:mod_sofia at 192.168.88.236:5060 > ;maddr=172.17.0.2;transport=udp,tcp > WS-BIND-URL sip:mod_sofia at 172.17.0.2:5066;transport=ws > WSS-BIND-URL sips:mod_sofia at 172.17.0.2:7443;transport=wss > HOLD-MUSIC local_stream://moh > OUTBOUND-PROXY N/A > CODECS IN OPUS,G722,PCMU,PCMA,H264,VP8 > CODECS OUT OPUS,G722,PCMU,PCMA,H264,VP8 > TEL-EVENT 101 > DTMF-MODE rfc2833 > CNG 13 > SESSION-TO 0 > MAX-DIALOG 0 > NOMEDIA false > LATE-NEG true > PROXY-MEDIA false > ZRTP-PASSTHRU true > AGGRESSIVENAT false > CALLS-IN 0 > FAILED-CALLS-IN 0 > CALLS-OUT 0 > FAILED-CALLS-OUT 0 > REGISTRATIONS 0 > > > > -- > Ruslan Shevchenko > Software Engineer. > http://ua.linkedin.com/in/ruslanshevchenko > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 jurijs.ivolga at gmail.com Wed Jul 29 18:02:21 2020 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 29 Jul 2020 21:02:21 +0300 Subject: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. In-Reply-To: References: Message-ID: Hi Ruslan, First of all you need to map UDP ports to ones that are configured in Freeswitch config file switch.conf.xml. By default it is 16384-32768 for media. In your case you are trying to map -p63535-64535:63535-64535/udp, which probably is inconsistent with ports inside switch.conf.xml and that is why audio does not go through. Additionally I would not recommend to use big range as it by default, because as far as I know, when docker maps port-range it inserts ip iptables not one rule for range, but separate rule per each port and for me it was hanging up docker, so use it with caution. https://github.com/moby/moby/issues/11185 -- seems still not fixed, it is a couple of years already. Probably using Freeswitch with docker default bridge is not a good idea and easy to do, better to use a host network or your own bridge. Jurijs On Wed, Jul 29, 2020 at 8:48 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Run the container with —network=host > > > On Wed, 29 Jul 2020 at 16:35, Ruslan Shevchenko > wrote: > >> >> Hi, colleagues. >> >> I discovered a strange problem when running Freeswitch from docker on the >> local machine, >> >> I have my machine API: 192.168.88.236 >> and docker with internal ip. 172.17.0.2. (local_ip_v4) >> >> With the next changes relative to vanilla install: >> valr.xml : >> external_rtp_ip=stun:stun.freeswitch.org - changed to >> external_rtp_ip=192.168.88.236 >> external_sip_ip=stun:stun.freeswitch.org - same >> >> autoload_configs/switch.conf.xml --- a narrow set of RTP ports. >> >> sip_profiles: >> internal.xml -- change ext-rtp-ip and ext-sip-ip to 192.168.88.236 >> external.xml -- same >> >> Then I trying to run docker from macos which publish ports: >> docker run -d -p 5060:5060/udp -p 5060:5060/tcp -p5061:5061/tcp -p >> 5080:5080/udp -p 5080:5080/tcp -p 5066:5066/tcp -p 7443:7443/tcp -p >> 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp -p5555:5555 >> -p5050:5050 -p8000:8000 --hostname zaka-voice >> zaka-freeswitch-recognition:0.0.1 >> >> And then when I try to call Freeswitch from linphone from the local net, >> I can hear an answer, but looks like IVR on the Freeswitch side not >> receive RTP stream. >> >> I can't understand why. >> >> One hypothesizes -- that FreeSWITCH not determinate existence of >> external_ip as NAT mode (?) and ask the phone to send RTP to 172.17.0.2. >> >> How to verify this? Maybe exists some ideas, how to debug such >> situation behind a sip trace? >> >> Thanks. >> >> P.S. Additional info, if anybody found this interesting: >> >> I.e. I see SIP invite from FreeSWITCH >> >> SIP/2.0 100 Trying >> Via: SIP/2.0/TCP 192.168.88.238:50091 >> ;branch=z9hG4bK.rNrD-0O~i;rport=51208;received=172.17.0.1 >> From: ;tag=4bI6NNSIi >> To: "33332220" >> Call-ID: 7At9kxIfv2 >> CSeq: 21 INVITE >> User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit >> Content-Length: 0 >> >> then Ok and Acc from linphone (which freeswitch see as on 172.17.0.2) >> >> recv 354 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.099724: >> ------------------------------------------------------------------------ >> SIP/2.0 200 Ok >> Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK8502eXUvmSKyN >> From: ;tag=mrr024e5DH57Q >> To: ;tag=ftaVWOB >> Call-ID: 940c69ac-4c1f-1239-4cb1-0242ac110002 >> CSeq: 23453420 NOTIFY >> User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 >> Supported: replaces, outbound, gruu >> Content-Length: 0 >> >> recv 640 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.514163: >> ------------------------------------------------------------------------ >> ACK sip:33332220 at 192.168.88.236:5060;transport=tcp SIP/2.0 >> Via: SIP/2.0/TCP 192.168.88.238:50091;rport;branch=z9hG4bK.iYrbMWTLP >> From: ;tag=4bI6NNSIi >> To: "33332220" ;tag=N1HS4ZZ8atUtK >> CSeq: 21 ACK >> Call-ID: 7At9kxIfv2 >> Max-Forwards: 70 >> Proxy-Authorization: Digest realm="192.168.88.236", >> nonce="44104e4a-30cb-4277-8c31-61e437b6cbd1", algorithm=MD5, >> username="1002", uri="sip:33332220 at 192.168.88.236", >> response="756a3d3e3a76996988afa09a5544f1d1", cnonce="CWKOLtHm9Z8eVYIm", >> nc=00000001, qop=auth >> User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 >> Content-Length: 0 >> >> Then freeswitch not see any activity and says BYE: >> BYE sip:1002 at 172.17.0.1:51208;transport=tcp SIP/2.0 >> Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK9etUgrc0H29gH >> Max-Forwards: 70 >> From: "33332220" ;tag=N1HS4ZZ8atUtK >> To: ;tag=4bI6NNSIi >> Call-ID: 7At9kxIfv2 >> CSeq: 23453425 BYE >> User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >> REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE >> Supported: timer, path, replaces >> Reason: Q.850;cause=16;text="NORMAL_CLEARING" >> Content-Length: 0 >> >> --- >> status of Sofia profile: >> >> --- >> >> freeswitch at zaka-voice> sofia status profile internal >> >> ================================================================================================= >> Name internal >> Domain Name N/A >> Auto-NAT false >> DBName sofia_reg_internal >> Pres Hosts 172.17.0.2,172.17.0.2 >> Dialplan XML >> Context public >> Challenge Realm auto_from >> RTP-IP 172.17.0.2 >> Ext-RTP-IP 192.168.88.236 >> SIP-IP 172.17.0.2 >> Ext-SIP-IP 192.168.88.236 >> URL sip:mod_sofia at 192.168.88.236:5060 >> BIND-URL sip:mod_sofia at 192.168.88.236:5060 >> ;maddr=172.17.0.2;transport=udp,tcp >> WS-BIND-URL sip:mod_sofia at 172.17.0.2:5066;transport=ws >> WSS-BIND-URL sips:mod_sofia at 172.17.0.2:7443;transport=wss >> HOLD-MUSIC local_stream://moh >> OUTBOUND-PROXY N/A >> CODECS IN OPUS,G722,PCMU,PCMA,H264,VP8 >> CODECS OUT OPUS,G722,PCMU,PCMA,H264,VP8 >> TEL-EVENT 101 >> DTMF-MODE rfc2833 >> CNG 13 >> SESSION-TO 0 >> MAX-DIALOG 0 >> NOMEDIA false >> LATE-NEG true >> PROXY-MEDIA false >> ZRTP-PASSTHRU true >> AGGRESSIVENAT false >> CALLS-IN 0 >> FAILED-CALLS-IN 0 >> CALLS-OUT 0 >> FAILED-CALLS-OUT 0 >> REGISTRATIONS 0 >> >> >> >> -- >> Ruslan Shevchenko >> Software Engineer. >> http://ua.linkedin.com/in/ruslanshevchenko >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 ruslan at shevchenko.kiev.ua Wed Jul 29 19:44:13 2020 From: ruslan at shevchenko.kiev.ua (Ruslan Shevchenko) Date: Wed, 29 Jul 2020 22:44:13 +0300 Subject: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. In-Reply-To: References: Message-ID: The problem that --network=host is not an option for macOS. (because on macOS this is running non in the host system but in docker virtual machine inside. Here is a long-standing discussion about this: https://github.com/docker/for-mac/issues/2716 ). On Wed, Jul 29, 2020 at 8:42 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Run the container with —network=host > > > On Wed, 29 Jul 2020 at 16:35, Ruslan Shevchenko > wrote: > >> >> Hi, colleagues. >> >> I discovered a strange problem when running Freeswitch from docker on the >> local machine, >> >> I have my machine API: 192.168.88.236 >> and docker with internal ip. 172.17.0.2. (local_ip_v4) >> >> With the next changes relative to vanilla install: >> valr.xml : >> external_rtp_ip=stun:stun.freeswitch.org - changed to >> external_rtp_ip=192.168.88.236 >> external_sip_ip=stun:stun.freeswitch.org - same >> >> autoload_configs/switch.conf.xml --- a narrow set of RTP ports. >> >> sip_profiles: >> internal.xml -- change ext-rtp-ip and ext-sip-ip to 192.168.88.236 >> external.xml -- same >> >> Then I trying to run docker from macos which publish ports: >> docker run -d -p 5060:5060/udp -p 5060:5060/tcp -p5061:5061/tcp -p >> 5080:5080/udp -p 5080:5080/tcp -p 5066:5066/tcp -p 7443:7443/tcp -p >> 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp -p5555:5555 >> -p5050:5050 -p8000:8000 --hostname zaka-voice >> zaka-freeswitch-recognition:0.0.1 >> >> And then when I try to call Freeswitch from linphone from the local net, >> I can hear an answer, but looks like IVR on the Freeswitch side not >> receive RTP stream. >> >> I can't understand why. >> >> One hypothesizes -- that FreeSWITCH not determinate existence of >> external_ip as NAT mode (?) and ask the phone to send RTP to 172.17.0.2. >> >> How to verify this? Maybe exists some ideas, how to debug such >> situation behind a sip trace? >> >> Thanks. >> >> P.S. Additional info, if anybody found this interesting: >> >> I.e. I see SIP invite from FreeSWITCH >> >> SIP/2.0 100 Trying >> Via: SIP/2.0/TCP 192.168.88.238:50091 >> ;branch=z9hG4bK.rNrD-0O~i;rport=51208;received=172.17.0.1 >> From: ;tag=4bI6NNSIi >> To: "33332220" >> Call-ID: 7At9kxIfv2 >> CSeq: 21 INVITE >> User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit >> Content-Length: 0 >> >> then Ok and Acc from linphone (which freeswitch see as on 172.17.0.2) >> >> recv 354 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.099724: >> ------------------------------------------------------------------------ >> SIP/2.0 200 Ok >> Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK8502eXUvmSKyN >> From: ;tag=mrr024e5DH57Q >> To: ;tag=ftaVWOB >> Call-ID: 940c69ac-4c1f-1239-4cb1-0242ac110002 >> CSeq: 23453420 NOTIFY >> User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 >> Supported: replaces, outbound, gruu >> Content-Length: 0 >> >> recv 640 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.514163: >> ------------------------------------------------------------------------ >> ACK sip:33332220 at 192.168.88.236:5060;transport=tcp SIP/2.0 >> Via: SIP/2.0/TCP 192.168.88.238:50091;rport;branch=z9hG4bK.iYrbMWTLP >> From: ;tag=4bI6NNSIi >> To: "33332220" ;tag=N1HS4ZZ8atUtK >> CSeq: 21 ACK >> Call-ID: 7At9kxIfv2 >> Max-Forwards: 70 >> Proxy-Authorization: Digest realm="192.168.88.236", >> nonce="44104e4a-30cb-4277-8c31-61e437b6cbd1", algorithm=MD5, >> username="1002", uri="sip:33332220 at 192.168.88.236", >> response="756a3d3e3a76996988afa09a5544f1d1", cnonce="CWKOLtHm9Z8eVYIm", >> nc=00000001, qop=auth >> User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 >> Content-Length: 0 >> >> Then freeswitch not see any activity and says BYE: >> BYE sip:1002 at 172.17.0.1:51208;transport=tcp SIP/2.0 >> Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK9etUgrc0H29gH >> Max-Forwards: 70 >> From: "33332220" ;tag=N1HS4ZZ8atUtK >> To: ;tag=4bI6NNSIi >> Call-ID: 7At9kxIfv2 >> CSeq: 23453425 BYE >> User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >> REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE >> Supported: timer, path, replaces >> Reason: Q.850;cause=16;text="NORMAL_CLEARING" >> Content-Length: 0 >> >> --- >> status of Sofia profile: >> >> --- >> >> freeswitch at zaka-voice> sofia status profile internal >> >> ================================================================================================= >> Name internal >> Domain Name N/A >> Auto-NAT false >> DBName sofia_reg_internal >> Pres Hosts 172.17.0.2,172.17.0.2 >> Dialplan XML >> Context public >> Challenge Realm auto_from >> RTP-IP 172.17.0.2 >> Ext-RTP-IP 192.168.88.236 >> SIP-IP 172.17.0.2 >> Ext-SIP-IP 192.168.88.236 >> URL sip:mod_sofia at 192.168.88.236:5060 >> BIND-URL sip:mod_sofia at 192.168.88.236:5060 >> ;maddr=172.17.0.2;transport=udp,tcp >> WS-BIND-URL sip:mod_sofia at 172.17.0.2:5066;transport=ws >> WSS-BIND-URL sips:mod_sofia at 172.17.0.2:7443;transport=wss >> HOLD-MUSIC local_stream://moh >> OUTBOUND-PROXY N/A >> CODECS IN OPUS,G722,PCMU,PCMA,H264,VP8 >> CODECS OUT OPUS,G722,PCMU,PCMA,H264,VP8 >> TEL-EVENT 101 >> DTMF-MODE rfc2833 >> CNG 13 >> SESSION-TO 0 >> MAX-DIALOG 0 >> NOMEDIA false >> LATE-NEG true >> PROXY-MEDIA false >> ZRTP-PASSTHRU true >> AGGRESSIVENAT false >> CALLS-IN 0 >> FAILED-CALLS-IN 0 >> CALLS-OUT 0 >> FAILED-CALLS-OUT 0 >> REGISTRATIONS 0 >> >> >> >> -- >> Ruslan Shevchenko >> Software Engineer. >> http://ua.linkedin.com/in/ruslanshevchenko >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 -- Ruslan Shevchenko Software Engineer. http://ua.linkedin.com/in/ruslanshevchenko -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcel.haldemann at convercom.ch Wed Jul 29 20:40:16 2020 From: marcel.haldemann at convercom.ch (Marcel Haldemann) Date: Wed, 29 Jul 2020 20:40:16 +0000 Subject: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. In-Reply-To: References: Message-ID: * Use Virtualbox or whatever VM-Platform exists on OS X. * Setup a VM with a « Bridged Network Connection » (The VM will get a own IP from DHCP or you can just set a static one) * Install Debain 10 in the VM * Install Docker in the VM * Setup the Docker container in the VM using –network=host Von: FreeSWITCH-users Im Auftrag von Ruslan Shevchenko Gesendet: Mittwoch, 29. Juli 2020 21:44 An: FreeSWITCH Users Help Betreff: Re: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. The problem that --network=host is not an option for macOS. (because on macOS this is running non in the host system but in docker virtual machine inside. Here is a long-standing discussion about this: https://github.com/docker/for-mac/issues/2716 ). On Wed, Jul 29, 2020 at 8:42 PM David Villasmil > wrote: Run the container with —network=host On Wed, 29 Jul 2020 at 16:35, Ruslan Shevchenko > wrote: Hi, colleagues. I discovered a strange problem when running Freeswitch from docker on the local machine, I have my machine API: 192.168.88.236 and docker with internal ip. 172.17.0.2. (local_ip_v4) With the next changes relative to vanilla install: valr.xml : external_rtp_ip=stun:stun.freeswitch.org - changed to external_rtp_ip=192.168.88.236 external_sip_ip=stun:stun.freeswitch.org - same autoload_configs/switch.conf.xml --- a narrow set of RTP ports. sip_profiles: internal.xml -- change ext-rtp-ip and ext-sip-ip to 192.168.88.236 external.xml -- same Then I trying to run docker from macos which publish ports: docker run -d -p 5060:5060/udp -p 5060:5060/tcp -p5061:5061/tcp -p 5080:5080/udp -p 5080:5080/tcp -p 5066:5066/tcp -p 7443:7443/tcp -p 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp -p5555:5555 -p5050:5050 -p8000:8000 --hostname zaka-voice zaka-freeswitch-recognition:0.0.1 And then when I try to call Freeswitch from linphone from the local net, I can hear an answer, but looks like IVR on the Freeswitch side not receive RTP stream. I can't understand why. One hypothesizes -- that FreeSWITCH not determinate existence of external_ip as NAT mode (?) and ask the phone to send RTP to 172.17.0.2. How to verify this? Maybe exists some ideas, how to debug such situation behind a sip trace? Thanks. P.S. Additional info, if anybody found this interesting: I.e. I see SIP invite from FreeSWITCH SIP/2.0 100 Trying Via: SIP/2.0/TCP 192.168.88.238:50091;branch=z9hG4bK.rNrD-0O~i;rport=51208;received=172.17.0.1 From: >;tag=4bI6NNSIi To: "33332220" > Call-ID: 7At9kxIfv2 CSeq: 21 INVITE User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit Content-Length: 0 then Ok and Acc from linphone (which freeswitch see as on 172.17.0.2) recv 354 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.099724: ------------------------------------------------------------------------ SIP/2.0 200 Ok Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK8502eXUvmSKyN From: >;tag=mrr024e5DH57Q To: >;tag=ftaVWOB Call-ID: 940c69ac-4c1f-1239-4cb1-0242ac110002 CSeq: 23453420 NOTIFY User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 Supported: replaces, outbound, gruu Content-Length: 0 recv 640 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.514163: ------------------------------------------------------------------------ ACK sip:33332220 at 192.168.88.236:5060;transport=tcp SIP/2.0 Via: SIP/2.0/TCP 192.168.88.238:50091;rport;branch=z9hG4bK.iYrbMWTLP From: >;tag=4bI6NNSIi To: "33332220" >;tag=N1HS4ZZ8atUtK CSeq: 21 ACK Call-ID: 7At9kxIfv2 Max-Forwards: 70 Proxy-Authorization: Digest realm="192.168.88.236", nonce="44104e4a-30cb-4277-8c31-61e437b6cbd1", algorithm=MD5, username="1002", uri="sip:33332220 at 192.168.88.236", response="756a3d3e3a76996988afa09a5544f1d1", cnonce="CWKOLtHm9Z8eVYIm", nc=00000001, qop=auth User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 Content-Length: 0 Then freeswitch not see any activity and says BYE: BYE sip:1002 at 172.17.0.1:51208;transport=tcp SIP/2.0 Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK9etUgrc0H29gH Max-Forwards: 70 From: "33332220" >;tag=N1HS4ZZ8atUtK To: >;tag=4bI6NNSIi Call-ID: 7At9kxIfv2 CSeq: 23453425 BYE User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE Supported: timer, path, replaces Reason: Q.850;cause=16;text="NORMAL_CLEARING" Content-Length: 0 --- status of Sofia profile: --- freeswitch at zaka-voice> sofia status profile internal ================================================================================================= Name internal Domain Name N/A Auto-NAT false DBName sofia_reg_internal Pres Hosts 172.17.0.2,172.17.0.2 Dialplan XML Context public Challenge Realm auto_from RTP-IP 172.17.0.2 Ext-RTP-IP 192.168.88.236 SIP-IP 172.17.0.2 Ext-SIP-IP 192.168.88.236 URL sip:mod_sofia at 192.168.88.236:5060 BIND-URL sip:mod_sofia at 192.168.88.236:5060;maddr=172.17.0.2;transport=udp,tcp WS-BIND-URL sip:mod_sofia at 172.17.0.2:5066;transport=ws WSS-BIND-URL sips:mod_sofia at 172.17.0.2:7443;transport=wss HOLD-MUSIC local_stream://moh OUTBOUND-PROXY N/A CODECS IN OPUS,G722,PCMU,PCMA,H264,VP8 CODECS OUT OPUS,G722,PCMU,PCMA,H264,VP8 TEL-EVENT 101 DTMF-MODE rfc2833 CNG 13 SESSION-TO 0 MAX-DIALOG 0 NOMEDIA false LATE-NEG true PROXY-MEDIA false ZRTP-PASSTHRU true AGGRESSIVENAT false CALLS-IN 0 FAILED-CALLS-IN 0 CALLS-OUT 0 FAILED-CALLS-OUT 0 REGISTRATIONS 0 -- Ruslan Shevchenko Software Engineer. http://ua.linkedin.com/in/ruslanshevchenko _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users 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 -- Ruslan Shevchenko Software Engineer. http://ua.linkedin.com/in/ruslanshevchenko -------------- next part -------------- An HTML attachment was scrubbed... URL: From igor.potjevlesch at gmail.com Thu Jul 30 12:55:13 2020 From: igor.potjevlesch at gmail.com (Igor Potjevlesh) Date: Thu, 30 Jul 2020 14:55:13 +0200 Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console In-Reply-To: References: <001701d66579$f37779f0$da666dd0$@gmail.com> Message-ID: <004e01d66670$aae84f50$00b8edf0$@gmail.com> Hello Martin, You're right for fs_cli! Thank you. Regarding vars.xml, I already have another stun configured but I'm still having a timeout on the default one. Regards, Igor. De : FreeSWITCH-users De la part de Martin Paterson Envoyé : mercredi 29 juillet 2020 13:07 À : FreeSWITCH Users Help Objet : Re: [Freeswitch-users] Slow reloadxml and high loglevel in console First problem: It’s configurable in the XML: vars.xml in \etc\freeswitch contains the config. By default it’s: You can change that to a server of your choice, or disable it entirely by removing the line (or changing the X-PRE-PROCESS to something else, like XX-PRE-PROCESS) Second problem: You can change the log level of fs_cli with an argument -d. Help page here: https://freeswitch.org/confluence/display/FREESWITCH/Command-Line+Interface+fs_cli Martin. Development Team​ Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane , Southampton , Hampshire , SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 From: FreeSWITCH-users < freeswitch-users-bounces at lists.freeswitch.org> On Behalf Of Igor Potjevlesh Sent: 29 July 2020 08:29 To: 'FreeSWITCH Users Help' < freeswitch-users at lists.freeswitch.org> Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console Hello there! Since I have upgraded some of my Freeswitch in 1.10.1, I have two problems: first, each time I do a "reloadxml" for example, there is an attempt to contact an external STUN (which is not allowed by firewall rules). It makes the reload very slow because of a timeout for contacting the STUN server. Unfortunately, I didn't figure out how to disable that. Second problem is relative to the console. Each time I connect to the FS console, console loglevel is set to the higher level and I need to submit "console loglevel 0" to have a usable console. I also can't figure out in the config files how to disable this behaviour and start the console without verbosity. Thanks for your inputs! Regards, Igor. _____ L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. www.avast.com technologywithin Mail Scanner click here to report this email as spam. -- 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2305 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 32472 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 402 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 589 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 725 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 932 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 85623 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.jpg Type: image/jpeg Size: 823 bytes Desc: not available URL: From brian at freeswitch.com Thu Jul 30 14:32:16 2020 From: brian at freeswitch.com (Brian West) Date: Thu, 30 Jul 2020 09:32:16 -0500 Subject: [Freeswitch-users] Hey Hey Hey Message-ID: Hey FreeSWITCHers, As SignalWire continues to grow, we're looking for a FreeSWITCH Engineer to join our SW Stack Support team! This engineer will be investigating technical issues as well as handle QA tasks for issue validation and associated bug fixes with the Stack platform. A qualified engineer should be versed in all things FreeSWITCH, be a self starter, and able to work with minimal supervision. SignalWire offers 100% remote employment, among other benefits. Please submit your resume to hr at signalwire.com to inquire further. Who wants to come work with me? Thanks, Brian -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Thu Jul 30 23:05:46 2020 From: brian at freeswitch.com (Brian West) Date: Thu, 30 Jul 2020 18:05:46 -0500 Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console In-Reply-To: References: <001701d66579$f37779f0$da666dd0$@gmail.com> Message-ID: You can't comment out an X-PRE-PROCESS with XX-PRE-PROCESS, it will still fire, change it to Z-PRE-PROCESS. On Wed, Jul 29, 2020 at 10:12 AM Martin Paterson < martin.paterson at technologywithin.com> wrote: > First problem: > > > > It’s configurable in the XML: > > > > vars.xml in \etc\freeswitch contains the config. By default it’s: > > > > > > > > You can change that to a server of your choice, or disable it entirely by > removing the line (or changing the X-PRE-PROCESS to something else, like > XX-PRE-PROCESS) > > > > Second problem: > > > > You can change the log level of fs_cli with an argument -d. Help page here: > https://freeswitch.org/confluence/display/FREESWITCH/Command-Line+Interface+fs_cli > > > > Martin. > > > Development Team​ > > Phone: *0207 953 8840* <0207%20953%208840> > Email: *martin.paterson at technologywithin.com* > > Chevron Business Park, Limekiln Lane , Southampton , Hampshire , > SO45 2QL > > > > > > Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K > ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 > > *From:* FreeSWITCH-users *On > Behalf Of *Igor Potjevlesh > *Sent:* 29 July 2020 08:29 > *To:* 'FreeSWITCH Users Help' > *Subject:* [Freeswitch-users] Slow reloadxml and high loglevel in console > > > > Hello there! > > > > Since I have upgraded some of my Freeswitch in 1.10.1, I have two > problems: first, each time I do a "reloadxml" for example, there is an > attempt to contact an external STUN (which is not allowed by firewall > rules). It makes the reload very slow because of a timeout for contacting > the STUN server. > > Unfortunately, I didn't figure out how to disable that. > > > > Second problem is relative to the console. Each time I connect to the FS > console, console loglevel is set to the higher level and I need to submit > "console loglevel 0" to have a usable console. I also can't figure out in > the config files how to disable this behaviour and start the console > without verbosity. > > > > Thanks for your inputs! > > > > Regards, > > > > Igor. > > > ------------------------------ > > [image: Image removed by sender. Avast logo] > > > L'absence de virus dans ce courrier électronique a été vérifiée par le > logiciel antivirus Avast. > www.avast.com > > > > > > technologywithin Mail Scanner click here > > to report this email as spam. > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: ~WRD0000.jpg Type: image/jpeg Size: 823 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image160017.png Type: image/png Size: 2305 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image491474.png Type: image/png Size: 32472 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image734651.png Type: image/png Size: 402 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image189222.png Type: image/png Size: 589 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image527610.png Type: image/png Size: 725 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image026438.png Type: image/png Size: 932 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image364627.png Type: image/png Size: 85623 bytes Desc: not available URL: From igor.potjevlesch at gmail.com Fri Jul 31 07:18:28 2020 From: igor.potjevlesch at gmail.com (Igor Potjevlesh) Date: Fri, 31 Jul 2020 09:18:28 +0200 Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console In-Reply-To: References: <001701d66579$f37779f0$da666dd0$@gmail.com> Message-ID: <001d01d6670a$ca408c10$5ec1a430$@gmail.com> That works, thank you!! De : FreeSWITCH-users De la part de Brian West Envoyé : vendredi 31 juillet 2020 01:06 À : FreeSWITCH Users Help Objet : Re: [Freeswitch-users] Slow reloadxml and high loglevel in console You can't comment out an X-PRE-PROCESS with XX-PRE-PROCESS, it will still fire, change it to Z-PRE-PROCESS. On Wed, Jul 29, 2020 at 10:12 AM Martin Paterson > wrote: First problem: It’s configurable in the XML: vars.xml in \etc\freeswitch contains the config. By default it’s: You can change that to a server of your choice, or disable it entirely by removing the line (or changing the X-PRE-PROCESS to something else, like XX-PRE-PROCESS) Second problem: You can change the log level of fs_cli with an argument -d. Help page here: https://freeswitch.org/confluence/display/FREESWITCH/Command-Line+Interface+fs_cli Martin. Development Team​ Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane , Southampton , Hampshire , SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 From: FreeSWITCH-users > On Behalf Of Igor Potjevlesh Sent: 29 July 2020 08:29 To: 'FreeSWITCH Users Help' > Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console Hello there! Since I have upgraded some of my Freeswitch in 1.10.1, I have two problems: first, each time I do a "reloadxml" for example, there is an attempt to contact an external STUN (which is not allowed by firewall rules). It makes the reload very slow because of a timeout for contacting the STUN server. Unfortunately, I didn't figure out how to disable that. Second problem is relative to the console. Each time I connect to the FS console, console loglevel is set to the higher level and I need to submit "console loglevel 0" to have a usable console. I also can't figure out in the config files how to disable this behaviour and start the console without verbosity. Thanks for your inputs! Regards, Igor. _____ L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. www.avast.com technologywithin Mail Scanner click here to report this email as spam. _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users 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 -- 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2305 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 32472 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 402 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 589 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 725 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 932 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 85623 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.jpg Type: image/jpeg Size: 823 bytes Desc: not available URL: From nathan at robotics.net Fri Jul 31 09:45:53 2020 From: nathan at robotics.net (Nathan Stratton) Date: Fri, 31 Jul 2020 05:45:53 -0400 Subject: [Freeswitch-users] Urgent: Playing 1080p mp4 is extremely low quality ($200 bounty) In-Reply-To: References: Message-ID: Sergey was able to offer me a solution that worked like a charm, I now am seeing 1080x1920 (1080p vertical display) and the quality looks great! Sergey was also very kind and asked the I send the $200 bounty to FreeSWITCH, so I will do that today. I have included his reply below in case anyone else runs into this problem because I found nothing after days of searching on Google. Sergey Safarov Thu, Jul 30, 4:03 AM (1 day ago) to me To specify video size need to use background png file with the required resolution. If you want FullHD then need use png with 1980x1080 size. How to use this image or from FS console originate {core_video_blank_image=/tmp/hello.png}user/1018 &park() -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Fri Jul 31 10:53:32 2020 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 31 Jul 2020 11:53:32 +0100 Subject: [Freeswitch-users] Urgent: Playing 1080p mp4 is extremely low quality ($200 bounty) In-Reply-To: References: Message-ID: Thanks for sharing this and thanks for contributing to freeSWITCH! On Fri, 31 Jul 2020 at 11:20, Nathan Stratton wrote: > Sergey was able to offer me a solution that worked like a charm, I now am > seeing 1080x1920 (1080p vertical display) and the quality looks great! > Sergey was also very kind and asked the I send the $200 bounty to > FreeSWITCH, so I will do that today. I have included his reply below in > case anyone else runs into this problem because I found nothing after days > of searching on Google. > > Sergey Safarov > Thu, Jul 30, 4:03 AM (1 day ago) > to me > To specify video size need to use background png file with the required > resolution. > > If you want FullHD then need use png with 1980x1080 size. > How to use this image > > > > or from FS console > > originate {core_video_blank_image=/tmp/hello.png}user/1018 &park() > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Jul 31 14:46:18 2020 From: brian at freeswitch.com (Brian West) Date: Fri, 31 Jul 2020 09:46:18 -0500 Subject: [Freeswitch-users] Well check this out, libstirshaken Message-ID: https://signalwire.com/blogs/product/verifying-caller-id-stir-shaken Enjoy! :) Thanks for being a FreeSWITCHer! /b -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Fri Jul 31 15:39:11 2020 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 31 Jul 2020 16:39:11 +0100 Subject: [Freeswitch-users] Well check this out, libstirshaken In-Reply-To: References: Message-ID: Yay!! Congrats!!!! answered from mobile, please pardon terseness and typos, -giovanni On Fri, Jul 31, 2020, 16:26 Brian West wrote: > https://signalwire.com/blogs/product/verifying-caller-id-stir-shaken > > Enjoy! :) > > Thanks for being a FreeSWITCHer! > > /b > > > -- > > 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 davidswalkabout at gmail.com Fri Jul 31 19:06:38 2020 From: davidswalkabout at gmail.com (David P) Date: Fri, 31 Jul 2020 12:06:38 -0700 Subject: [Freeswitch-users] Beware of grub problem when updating Linux Message-ID: This problem interfered with FS and coturn on our Debian 10's https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1889509 -------------- next part -------------- An HTML attachment was scrubbed... URL: From atuxnull at gmail.com Thu Jul 30 05:54:10 2020 From: atuxnull at gmail.com (John Tuxies) Date: Thu, 30 Jul 2020 08:54:10 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: <729DC807-0876-4B4C-AE9A-4DD2D2F82650@donadio.com.br> References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> <729DC807-0876-4B4C-AE9A-4DD2D2F82650@donadio.com.br> Message-ID: I am afraid that it does not work. Here is what i have in */etc/systemd/system/freeswitch.service* *ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -nonat* and here is the outcome *[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting []* Freeswitch is not starting *root at debian: /etc/systemd/system $ ps aux | grep freeswitchroot 503 0.0 0.0 6208 888 pts/0 S+ 08:53 0:00 grep freeswitchroot at debian: /etc/systemd/system $* On Wed, Jul 29, 2020 at 6:31 PM Flavio Donadio wrote: > John, > > > Here is your previous command: > > /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat > > Now, try it like this: > > /usr/bin/freeswitch -u freeswitch -g freeswitch -nonat > > > Cheers, > Flavio > > > > On 28 Jul 2020, at 15:30, John Covici wrote: > > Take your original command and just omit the -ncwiat of whatever it > was, I don't have it any more. > > On Mon, 27 Jul 2020 14:36:32 -0400, > John Tuxies wrote: > > > [1 ] > [1.1 ] > Hey John. > > > Could you post the whole command please? > So i could move forward with Freeswitch > > On Saturday, July 25, 2020, John Tuxies wrote: > > Please post the whole command as it should be typed. We are missing > something > > > > > On Friday, July 24, 2020, John Covici wrote: > > You need to get rid of the -ncwait to see anything. > > On Fri, 24 Jul 2020 06:33:20 -0400, > John Tuxies wrote: > > > [1 ] > [1.1 ] > No luck. > > > > > > > > > > *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep > freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot > 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep > freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error > Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 > main() Error Connecting []^CInterrupted.root at debA: ~ $* > > On Fri, Jul 24, 2020 at 12:24 AM John Covici > > wrote: > > > hmmm? Just take the line from the system unit file, and run it by > hand from the console, eliminating the -nc parameter. > > On Thu, 23 Jul 2020 14:27:12 -0400, > John Tuxies wrote: > > > [1 ] > [1.1 ] > Could you elaborate on how to do that please? > > On Thursday, July 23, 2020, John Covici > > wrote: > > > What I do in those cases is execute the freeswitch command by > > hand, > > eliminating the -nc parameter, if any, but leaving the -u and -g > > and > > possibly other parameters. Also, see if there is anything in the > > log > > file, but the first method may be enlightening. > > On Thu, 23 Jul 2020 08:41:46 -0400, > John Tuxies wrote: > > > [1 ] > [1.1 ] > hi Franceso and thanks for the reply. i did install from debian > > repo > > and > > it > > should get the systemd, but non the less, i created the file. > > Still > > Freeswitch refuses to start! > > On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > francesco at delagarda.com> wrote: > > Did you create Freeswitch service? > > > cd /etc/systemd/system > > > nano freeswitch.service > > ; This file in installations built from Master can be found in > ; /usr/src/freeswitch.git/debian > ; or > ; /usr/src/freeswitch/debian > [Unit] > Description=freeswitch > After=syslog.target network.target local-fs.target > [Service] > ; service > Type=forking > PIDFile=/usr/local/freeswitch/run/freeswitch.pid > PermissionsStartOnly=true > ; blank ExecStart= line flushes the list > ExecStart= > ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch > > -g > > freeswitch > > -ncwait -nonat -rp > TimeoutSec=45s > Restart=on-failure > ; exec > WorkingDirectory=/usr/local/freeswitch/bin > User=root > Group=daemon > LimitCORE=infinity > LimitNOFILE=100000 > LimitNPROC=60000 > ;LimitSTACK=240 > LimitRTPRIO=infinity > LimitRTTIME=7000000 > IOSchedulingClass=realtime > IOSchedulingPriority=2 > CPUSchedulingPolicy=rr > CPUSchedulingPriority=89 > UMask=0007 > [Install] > WantedBy=multi-user.target > > > > > > Next, notify systemd to look for changes in its configuration: > systemctl daemon-reload > Now you are ready to start FreeSWITCH for the first time. > > Because > > FS is > > owned by user freeswitch it should create its databases and > > log > > files > > under > > that user (instead of root) so that those files will still be > > accessible to > > it under future runs. > systemctl start freeswitch > To stop FreeSWITCH: > systemctl stop freeswitch > > > To configure FreeSWITCH to start automatically at boot time: > systemctl enable freeswitch > > > > To be able to launch fs_cli without having to go to bin > > directory, > > add > > directory to path: > > > export PATH=$PATH:/usr/local/freeswitch/bin/ > > Francesco Facco de Lagarda > > > On 23 Jul 2020, at 03:43, John Tuxies > > wrote: > > >  > Trying to install Freeswitch in Debian 9 and 10. Both systems > > failed to > > start: > Running hooks in > > > > > > > > > > > * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ > > fs_cli > > -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > > fs_cli.c:1697 > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > []^CInterrupted.root at debian: ~ $* > > I have tried to install from > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > > to > > install using debian packages. > > Any suggestions, please? > > > > ____________________________________________________________ > > _____________ > > > The FreeSWITCH project is sponsored by SignalWire > > https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS > > and PSTN > > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > options/freeswitch-users > > https://freeswitch.com > > ____________________________________________________________ > > _____________ > > > The FreeSWITCH project is sponsored by SignalWire > > https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS > > and PSTN > > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > > options/freeswitch-users > > https://freeswitch.com > > [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 > > [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 > > [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 > > > > [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 > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 atuxnull at gmail.com Fri Jul 31 04:36:40 2020 From: atuxnull at gmail.com (John Tuxies) Date: Fri, 31 Jul 2020 07:36:40 +0300 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> <729DC807-0876-4B4C-AE9A-4DD2D2F82650@donadio.com.br> Message-ID: Does anyone have a solution to make it work in Debian (9 or 10), please? It is imperative to fix it as soon as possible. On Thu, Jul 30, 2020 at 8:54 AM John Tuxies wrote: > I am afraid that it does not work. Here is what i have in > */etc/systemd/system/freeswitch.service* > *ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -nonat* > and here is the outcome > > > > > > > *[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error > Connecting []* > > Freeswitch is not starting > > > *root at debian: /etc/systemd/system $ ps aux | grep freeswitchroot 503 > 0.0 0.0 6208 888 pts/0 S+ 08:53 0:00 grep > freeswitchroot at debian: /etc/systemd/system $* > > > > On Wed, Jul 29, 2020 at 6:31 PM Flavio Donadio > wrote: > >> John, >> >> >> Here is your previous command: >> >> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat >> >> Now, try it like this: >> >> /usr/bin/freeswitch -u freeswitch -g freeswitch -nonat >> >> >> Cheers, >> Flavio >> >> >> >> On 28 Jul 2020, at 15:30, John Covici wrote: >> >> Take your original command and just omit the -ncwiat of whatever it >> was, I don't have it any more. >> >> On Mon, 27 Jul 2020 14:36:32 -0400, >> John Tuxies wrote: >> >> >> [1 ] >> [1.1 ] >> Hey John. >> >> >> Could you post the whole command please? >> So i could move forward with Freeswitch >> >> On Saturday, July 25, 2020, John Tuxies wrote: >> >> Please post the whole command as it should be typed. We are missing >> something >> >> >> >> >> On Friday, July 24, 2020, John Covici wrote: >> >> You need to get rid of the -ncwait to see anything. >> >> On Fri, 24 Jul 2020 06:33:20 -0400, >> John Tuxies wrote: >> >> >> [1 ] >> [1.1 ] >> No luck. >> >> >> >> >> >> >> >> >> >> *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep >> freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot >> 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep >> freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error >> Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 >> main() Error Connecting []^CInterrupted.root at debA: ~ $* >> >> On Fri, Jul 24, 2020 at 12:24 AM John Covici >> >> wrote: >> >> >> hmmm? Just take the line from the system unit file, and run it by >> hand from the console, eliminating the -nc parameter. >> >> On Thu, 23 Jul 2020 14:27:12 -0400, >> John Tuxies wrote: >> >> >> [1 ] >> [1.1 ] >> Could you elaborate on how to do that please? >> >> On Thursday, July 23, 2020, John Covici >> >> wrote: >> >> >> What I do in those cases is execute the freeswitch command by >> >> hand, >> >> eliminating the -nc parameter, if any, but leaving the -u and -g >> >> and >> >> possibly other parameters. Also, see if there is anything in the >> >> log >> >> file, but the first method may be enlightening. >> >> On Thu, 23 Jul 2020 08:41:46 -0400, >> John Tuxies wrote: >> >> >> [1 ] >> [1.1 ] >> hi Franceso and thanks for the reply. i did install from debian >> >> repo >> >> and >> >> it >> >> should get the systemd, but non the less, i created the file. >> >> Still >> >> Freeswitch refuses to start! >> >> On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < >> francesco at delagarda.com> wrote: >> >> Did you create Freeswitch service? >> >> >> cd /etc/systemd/system >> >> >> nano freeswitch.service >> >> ; This file in installations built from Master can be found in >> ; /usr/src/freeswitch.git/debian >> ; or >> ; /usr/src/freeswitch/debian >> [Unit] >> Description=freeswitch >> After=syslog.target network.target local-fs.target >> [Service] >> ; service >> Type=forking >> PIDFile=/usr/local/freeswitch/run/freeswitch.pid >> PermissionsStartOnly=true >> ; blank ExecStart= line flushes the list >> ExecStart= >> ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch >> >> -g >> >> freeswitch >> >> -ncwait -nonat -rp >> TimeoutSec=45s >> Restart=on-failure >> ; exec >> WorkingDirectory=/usr/local/freeswitch/bin >> User=root >> Group=daemon >> LimitCORE=infinity >> LimitNOFILE=100000 >> LimitNPROC=60000 >> ;LimitSTACK=240 >> LimitRTPRIO=infinity >> LimitRTTIME=7000000 >> IOSchedulingClass=realtime >> IOSchedulingPriority=2 >> CPUSchedulingPolicy=rr >> CPUSchedulingPriority=89 >> UMask=0007 >> [Install] >> WantedBy=multi-user.target >> >> >> >> >> >> Next, notify systemd to look for changes in its configuration: >> systemctl daemon-reload >> Now you are ready to start FreeSWITCH for the first time. >> >> Because >> >> FS is >> >> owned by user freeswitch it should create its databases and >> >> log >> >> files >> >> under >> >> that user (instead of root) so that those files will still be >> >> accessible to >> >> it under future runs. >> systemctl start freeswitch >> To stop FreeSWITCH: >> systemctl stop freeswitch >> >> >> To configure FreeSWITCH to start automatically at boot time: >> systemctl enable freeswitch >> >> >> >> To be able to launch fs_cli without having to go to bin >> >> directory, >> >> add >> >> directory to path: >> >> >> export PATH=$PATH:/usr/local/freeswitch/bin/ >> >> Francesco Facco de Lagarda >> >> >> On 23 Jul 2020, at 03:43, John Tuxies >> >> wrote: >> >> >>  >> Trying to install Freeswitch in Debian 9 and 10. Both systems >> >> failed to >> >> start: >> Running hooks in >> >> >> >> >> >> >> >> >> >> >> * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ >> >> fs_cli >> >> -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] >> >> fs_cli.c:1697 >> >> main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting >> []^CInterrupted.root at debian: ~ $* >> >> I have tried to install from >> >> https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster >> >> to >> >> install using debian packages. >> >> Any suggestions, please? >> >> >> >> ____________________________________________________________ >> >> _____________ >> >> >> The FreeSWITCH project is sponsored by SignalWire >> >> https://signalwire.com >> >> Enhance your FreeSWITCH install with disruptive priced SMS >> >> and PSTN >> >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >> >> options/freeswitch-users >> >> https://freeswitch.com >> >> ____________________________________________________________ >> >> _____________ >> >> >> The FreeSWITCH project is sponsored by SignalWire >> >> https://signalwire.com >> >> Enhance your FreeSWITCH install with disruptive priced SMS >> >> and PSTN >> >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >> >> options/freeswitch-users >> >> https://freeswitch.com >> >> [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 >> >> [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 >> >> [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 >> >> >> >> [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 >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.paterson at technologywithin.com Fri Jul 31 14:19:31 2020 From: martin.paterson at technologywithin.com (Martin Paterson) Date: Fri, 31 Jul 2020 14:19:31 +0000 Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console In-Reply-To: <001d01d6670a$ca408c10$5ec1a430$@gmail.com> References: <001701d66579$f37779f0$da666dd0$@gmail.com> <001d01d6670a$ca408c10$5ec1a430$@gmail.com> Message-ID: I’ve been using XX-PRE-PROCESS to comment out includes just fine. The FreeSWITCH code is: if ((tcmd = (char *) switch_stristr("X-pre-process", bp))) { if (*(tcmd - 1) != '<') { continue; } suggesting it needs the “<” before the “x-pre-process” to be considered a pre-process command. However I should have mentioned in my original response that there are two places in vars.xml where stun-set is set up, once for sip and once for rtp. Martin. Martin Paterson Development Team Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane, Southampton, Hampshire, SO45 2QL Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 From: FreeSWITCH-users On Behalf Of Igor Potjevlesh Sent: 31 July 2020 08:18 To: 'FreeSWITCH Users Help' Subject: Re: [Freeswitch-users] Slow reloadxml and high loglevel in console That works, thank you!! De : FreeSWITCH-users > De la part de Brian West Envoyé : vendredi 31 juillet 2020 01:06 À : FreeSWITCH Users Help > Objet : Re: [Freeswitch-users] Slow reloadxml and high loglevel in console You can't comment out an X-PRE-PROCESS with XX-PRE-PROCESS, it will still fire, change it to Z-PRE-PROCESS. On Wed, Jul 29, 2020 at 10:12 AM Martin Paterson > wrote: First problem: It’s configurable in the XML: vars.xml in \etc\freeswitch contains the config. By default it’s: You can change that to a server of your choice, or disable it entirely by removing the line (or changing the X-PRE-PROCESS to something else, like XX-PRE-PROCESS) Second problem: You can change the log level of fs_cli with an argument -d. Help page here: https://freeswitch.org/confluence/display/FREESWITCH/Command-Line+Interface+fs_cli Martin. [cid:image001.png at 01D66746.E9DB66D0] Development Team​ [cid:image002.png at 01D66746.E9DB66D0] Phone: 0207 953 8840 Email: martin.paterson at technologywithin.com Chevron Business Park, Limekiln Lane , Southampton , Hampshire , SO45 2QL [cid:image003.png at 01D66746.E9DB66D0] [cid:image004.png at 01D66746.E9DB66D0] [cid:image005.png at 01D66746.E9DB66D0] [cid:image006.png at 01D66746.E9DB66D0] [cid:image007.png at 01D66746.E9DB66D0] Registered Office: CP House, Otterspool Way, Watford, WD25 8JJ, U.K ​Registered in England No: 5964349 | VAT Number: GB 902 5369 37 From: FreeSWITCH-users > On Behalf Of Igor Potjevlesh Sent: 29 July 2020 08:29 To: 'FreeSWITCH Users Help' > Subject: [Freeswitch-users] Slow reloadxml and high loglevel in console Hello there! Since I have upgraded some of my Freeswitch in 1.10.1, I have two problems: first, each time I do a "reloadxml" for example, there is an attempt to contact an external STUN (which is not allowed by firewall rules). It makes the reload very slow because of a timeout for contacting the STUN server. Unfortunately, I didn't figure out how to disable that. Second problem is relative to the console. Each time I connect to the FS console, console loglevel is set to the higher level and I need to submit "console loglevel 0" to have a usable console. I also can't figure out in the config files how to disable this behaviour and start the console without verbosity. Thanks for your inputs! Regards, Igor. ________________________________ [Image removed by sender. Avast logo] L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. www.avast.com technologywithin Mail Scanner click here to report this email as spam. _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [https://lh6.googleusercontent.com/AYfRoSNaDNtMPRMevPn_GqcVEMd5NDRFi0GlluGUWzV6I5TAY_3T2-Tt0IuIXeUtEdYsgNsM8DOYKRKhjmrG_-n2Ga-LCnoNk46sO8VyEma1sBFYdiGJcLRUvkrD1CYHN79qimeg][https://lh3.googleusercontent.com/W4SqXyybH2qdAozvtoKjcz736qOjk9LHDwldvs1ahc-WVU0putVMSsUH474KDrJ32jsqi6JDjyUWxqeEkN5I1xSlC5ShYrd1b8NIMUkDzDrtbWQfa6A_90UcygqesBtRLgeFirKa] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2305 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 32472 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 402 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 589 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 725 bytes Desc: image005.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 932 bytes Desc: image006.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 85623 bytes Desc: image007.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.jpg Type: image/jpeg Size: 823 bytes Desc: image008.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image425429.png Type: image/png Size: 2305 bytes Desc: image425429.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image844494.png Type: image/png Size: 32472 bytes Desc: image844494.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image582183.png Type: image/png Size: 402 bytes Desc: image582183.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image667308.png Type: image/png Size: 589 bytes Desc: image667308.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image842229.png Type: image/png Size: 725 bytes Desc: image842229.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image597556.png Type: image/png Size: 932 bytes Desc: image597556.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image324493.png Type: image/png Size: 85623 bytes Desc: image324493.png URL: From mouli123 at gmail.com Thu Jul 30 07:51:29 2020 From: mouli123 at gmail.com (Chandramouli P) Date: Thu, 30 Jul 2020 13:21:29 +0530 Subject: [Freeswitch-users] Retrieval of Caller-ID Message-ID: Hello, Please find my below environment: Operating System: Debian (v. 9.13) FreeSWITCH Version: 1.10.3 (64bit) Softphones that I am using: MicroSIP, 3CX, Grandstream I hosted our server in AWS and was able to make and receive calls successfully. Along with "valet_park_in" and "valet_park_out", also enabled the "CID Lookup" module. I am facing two issues in Valet parking and below is the scenario: User A calls User B. User B transfers User A call to *5900. Now User B is free, and User A is in valet parking at 5901 extension. Here, It is announcing the parked extension i.e. 5901 to User A, instead of User B. It should announce to User B. Right? *How to solve this issue?* Now, User C calls *5901 and is able to speak to User A. In this scenario, User C should be able to see the caller ID of User A. *How to get the caller ID of User A and display and display to User C?* Any help would be appreciated. Thank you. Best Regards, Chandramouli. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mouli123 at gmail.com Fri Jul 31 10:06:45 2020 From: mouli123 at gmail.com (Chandramouli P) Date: Fri, 31 Jul 2020 15:36:45 +0530 Subject: [Freeswitch-users] Retrieval of Caller-ID In-Reply-To: References: Message-ID: Hello Team, Any help would be appreciated. Thank you. Best Regards, Chandramouli. On Thu, Jul 30, 2020 at 1:21 PM Chandramouli P wrote: > Hello, > > Please find my below environment: > > Operating System: Debian (v. 9.13) > FreeSWITCH Version: 1.10.3 (64bit) > Softphones that I am using: MicroSIP, 3CX, Grandstream > > I hosted our server in AWS and was able to make and receive calls > successfully. Along with "valet_park_in" and "valet_park_out", also enabled > the "CID Lookup" module. I am facing two issues in Valet parking and below > is the scenario: > > User A calls User B. > User B transfers User A call to *5900. > Now User B is free, and User A is in valet parking at 5901 extension. > Here, It is announcing the parked extension i.e. 5901 to User A, instead > of User B. It should announce to User B. Right? *How to solve this issue?* > Now, User C calls *5901 and is able to speak to User A. In this scenario, > User C should be able to see the caller ID of User A. *How to get the > caller ID of User A and display and display to User C?* > > Any help would be appreciated. > > Thank you. > > Best Regards, > Chandramouli. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ruslan at shevchenko.kiev.ua Wed Jul 29 20:27:37 2020 From: ruslan at shevchenko.kiev.ua (Ruslan Shevchenko) Date: Wed, 29 Jul 2020 23:27:37 +0300 Subject: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. In-Reply-To: References: Message-ID: On Wed, Jul 29, 2020 at 9:03 PM Jurijs Ivolga wrote: > Hi Ruslan, > > First of all you need to map UDP ports to ones that are configured in > Freeswitch config file switch.conf.xml. By default it is 16384-32768 for > media. > > In your case you are trying to map -p63535-64535:63535-64535/udp, which > probably is inconsistent with ports inside switch.conf.xml and that is why > audio does not go through. > > Yes, I changed port range appropriately. Sorry if this was not clear in the description of the configuration changes: // autoload_configs/switch.conf.xml --- a narrow set of RTP ports. > Additionally I would not recommend to use big range as it by default, > because as far as I know, when docker maps port-range it inserts ip > iptables not one rule for range, but separate rule per each port and for me > it was hanging up docker, so use it with caution. > > https://github.com/moby/moby/issues/11185 -- seems still not fixed, it > is a couple of years already. > > Probably using Freeswitch with docker default bridge is not a good idea > and easy to do, better to use a host network or your own bridge. > > Hmm.... host network is not an option for macOS, yes, I understand that better have a Linux server with public IP, but in today-s system development ability to run and test all components locally is a 'new normal'. Good thing, that for local development we don't need to support thousands of simultaneous connections, Jurijs > > > On Wed, Jul 29, 2020 at 8:48 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Run the container with —network=host >> >> >> On Wed, 29 Jul 2020 at 16:35, Ruslan Shevchenko < >> ruslan at shevchenko.kiev.ua> wrote: >> >>> >>> Hi, colleagues. >>> >>> I discovered a strange problem when running Freeswitch from docker on >>> the local machine, >>> >>> I have my machine API: 192.168.88.236 >>> and docker with internal ip. 172.17.0.2. (local_ip_v4) >>> >>> With the next changes relative to vanilla install: >>> valr.xml : >>> external_rtp_ip=stun:stun.freeswitch.org - changed to >>> external_rtp_ip=192.168.88.236 >>> external_sip_ip=stun:stun.freeswitch.org - same >>> >>> autoload_configs/switch.conf.xml --- a narrow set of RTP ports. >>> >>> sip_profiles: >>> internal.xml -- change ext-rtp-ip and ext-sip-ip to 192.168.88.236 >>> external.xml -- same >>> >>> Then I trying to run docker from macos which publish ports: >>> docker run -d -p 5060:5060/udp -p 5060:5060/tcp -p5061:5061/tcp -p >>> 5080:5080/udp -p 5080:5080/tcp -p 5066:5066/tcp -p 7443:7443/tcp -p >>> 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp -p5555:5555 >>> -p5050:5050 -p8000:8000 --hostname zaka-voice >>> zaka-freeswitch-recognition:0.0.1 >>> >>> And then when I try to call Freeswitch from linphone from the local net, >>> I can hear an answer, but looks like IVR on the Freeswitch side not >>> receive RTP stream. >>> >>> I can't understand why. >>> >>> One hypothesizes -- that FreeSWITCH not determinate existence of >>> external_ip as NAT mode (?) and ask the phone to send RTP to 172.17.0.2. >>> >>> How to verify this? Maybe exists some ideas, how to debug such >>> situation behind a sip trace? >>> >>> Thanks. >>> >>> P.S. Additional info, if anybody found this interesting: >>> >>> I.e. I see SIP invite from FreeSWITCH >>> >>> SIP/2.0 100 Trying >>> Via: SIP/2.0/TCP 192.168.88.238:50091 >>> ;branch=z9hG4bK.rNrD-0O~i;rport=51208;received=172.17.0.1 >>> From: ;tag=4bI6NNSIi >>> To: "33332220" >>> Call-ID: 7At9kxIfv2 >>> CSeq: 21 INVITE >>> User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit >>> Content-Length: 0 >>> >>> then Ok and Acc from linphone (which freeswitch see as on 172.17.0.2) >>> >>> recv 354 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.099724: >>> ------------------------------------------------------------------------ >>> SIP/2.0 200 Ok >>> Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK8502eXUvmSKyN >>> From: ;tag=mrr024e5DH57Q >>> To: ;tag=ftaVWOB >>> Call-ID: 940c69ac-4c1f-1239-4cb1-0242ac110002 >>> CSeq: 23453420 NOTIFY >>> User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 >>> Supported: replaces, outbound, gruu >>> Content-Length: 0 >>> >>> recv 640 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.514163: >>> ------------------------------------------------------------------------ >>> ACK sip:33332220 at 192.168.88.236:5060;transport=tcp SIP/2.0 >>> Via: SIP/2.0/TCP 192.168.88.238:50091;rport;branch=z9hG4bK.iYrbMWTLP >>> From: ;tag=4bI6NNSIi >>> To: "33332220" ;tag=N1HS4ZZ8atUtK >>> CSeq: 21 ACK >>> Call-ID: 7At9kxIfv2 >>> Max-Forwards: 70 >>> Proxy-Authorization: Digest realm="192.168.88.236", >>> nonce="44104e4a-30cb-4277-8c31-61e437b6cbd1", algorithm=MD5, >>> username="1002", uri="sip:33332220 at 192.168.88.236", >>> response="756a3d3e3a76996988afa09a5544f1d1", cnonce="CWKOLtHm9Z8eVYIm", >>> nc=00000001, qop=auth >>> User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 >>> Content-Length: 0 >>> >>> Then freeswitch not see any activity and says BYE: >>> BYE sip:1002 at 172.17.0.1:51208;transport=tcp SIP/2.0 >>> Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK9etUgrc0H29gH >>> Max-Forwards: 70 >>> From: "33332220" ;tag=N1HS4ZZ8atUtK >>> To: ;tag=4bI6NNSIi >>> Call-ID: 7At9kxIfv2 >>> CSeq: 23453425 BYE >>> User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit >>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >>> REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE >>> Supported: timer, path, replaces >>> Reason: Q.850;cause=16;text="NORMAL_CLEARING" >>> Content-Length: 0 >>> >>> --- >>> status of Sofia profile: >>> >>> --- >>> >>> freeswitch at zaka-voice> sofia status profile internal >>> >>> ================================================================================================= >>> Name internal >>> Domain Name N/A >>> Auto-NAT false >>> DBName sofia_reg_internal >>> Pres Hosts 172.17.0.2,172.17.0.2 >>> Dialplan XML >>> Context public >>> Challenge Realm auto_from >>> RTP-IP 172.17.0.2 >>> Ext-RTP-IP 192.168.88.236 >>> SIP-IP 172.17.0.2 >>> Ext-SIP-IP 192.168.88.236 >>> URL sip:mod_sofia at 192.168.88.236:5060 >>> BIND-URL sip:mod_sofia at 192.168.88.236:5060 >>> ;maddr=172.17.0.2;transport=udp,tcp >>> WS-BIND-URL sip:mod_sofia at 172.17.0.2:5066;transport=ws >>> WSS-BIND-URL sips:mod_sofia at 172.17.0.2:7443;transport=wss >>> HOLD-MUSIC local_stream://moh >>> OUTBOUND-PROXY N/A >>> CODECS IN OPUS,G722,PCMU,PCMA,H264,VP8 >>> CODECS OUT OPUS,G722,PCMU,PCMA,H264,VP8 >>> TEL-EVENT 101 >>> DTMF-MODE rfc2833 >>> CNG 13 >>> SESSION-TO 0 >>> MAX-DIALOG 0 >>> NOMEDIA false >>> LATE-NEG true >>> PROXY-MEDIA false >>> ZRTP-PASSTHRU true >>> AGGRESSIVENAT false >>> CALLS-IN 0 >>> FAILED-CALLS-IN 0 >>> CALLS-OUT 0 >>> FAILED-CALLS-OUT 0 >>> REGISTRATIONS 0 >>> >>> >>> >>> -- >>> Ruslan Shevchenko >>> Software Engineer. >>> http://ua.linkedin.com/in/ruslanshevchenko >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Ruslan Shevchenko Software Engineer. http://ua.linkedin.com/in/ruslanshevchenko -------------- next part -------------- An HTML attachment was scrubbed... URL: From ruslan at shevchenko.kiev.ua Wed Jul 29 20:44:46 2020 From: ruslan at shevchenko.kiev.ua (Ruslan Shevchenko) Date: Wed, 29 Jul 2020 23:44:46 +0300 Subject: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. In-Reply-To: References: Message-ID: Yes, this can be an option ;) On Wed, Jul 29, 2020 at 11:41 PM Marcel Haldemann < marcel.haldemann at convercom.ch> wrote: > > > - Use Virtualbox or whatever VM-Platform exists on OS X. > - Setup a VM with a « Bridged Network Connection » (The VM will get a > own IP from DHCP or you can just set a static one) > - Install Debain 10 in the VM > - Install Docker in the VM > - Setup the Docker container in the VM using –network=host > > > > *Von:* FreeSWITCH-users *Im > Auftrag von *Ruslan Shevchenko > *Gesendet:* Mittwoch, 29. Juli 2020 21:44 > *An:* FreeSWITCH Users Help > *Betreff:* Re: [Freeswitch-users] [Q] nat is not detected, when running > freeswitch in docker from local machine. > > > > The problem that --network=host is not an option for macOS. > > (because on macOS this is running non in the host system but in docker > virtual machine inside. > > Here is a long-standing discussion about this: > https://github.com/docker/for-mac/issues/2716 > > ). > > > > > > > > On Wed, Jul 29, 2020 at 8:42 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > > Run the container with —network=host > > > > > > On Wed, 29 Jul 2020 at 16:35, Ruslan Shevchenko > wrote: > > > > Hi, colleagues. > > > > I discovered a strange problem when running Freeswitch from docker on the > local machine, > > > > I have my machine API: 192.168.88.236 > > and docker with internal ip. 172.17.0.2. (local_ip_v4) > > > > With the next changes relative to vanilla install: > > valr.xml : > > external_rtp_ip=stun:stun.freeswitch.org > > - changed to external_rtp_ip=192.168.88.236 > > external_sip_ip=stun:stun.freeswitch.org > > - same > > > > autoload_configs/switch.conf.xml --- a narrow set of RTP ports. > > > > sip_profiles: > > internal.xml -- change ext-rtp-ip and ext-sip-ip to 192.168.88.236 > > external.xml -- same > > > > Then I trying to run docker from macos which publish ports: > > docker run -d -p 5060:5060/udp -p 5060:5060/tcp -p5061:5061/tcp -p > 5080:5080/udp -p 5080:5080/tcp -p 5066:5066/tcp -p 7443:7443/tcp -p > 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp -p5555:5555 > -p5050:5050 -p8000:8000 --hostname zaka-voice > zaka-freeswitch-recognition:0.0.1 > > > > And then when I try to call Freeswitch from linphone from the local net, I > can hear an answer, but looks like IVR on the Freeswitch side not receive > RTP stream. > > > > I can't understand why. > > > > One hypothesizes -- that FreeSWITCH not determinate existence of > external_ip as NAT mode (?) and ask the phone to send RTP to 172.17.0.2. > > > > How to verify this? Maybe exists some ideas, how to debug such > situation behind a sip trace? > > > > Thanks. > > > > P.S. Additional info, if anybody found this interesting: > > > > I.e. I see SIP invite from FreeSWITCH > > > > SIP/2.0 100 Trying > Via: SIP/2.0/TCP 192.168.88.238:50091 > ;branch=z9hG4bK.rNrD-0O~i;rport=51208;received=172.17.0.1 > From: ;tag=4bI6NNSIi > To: "33332220" > Call-ID: 7At9kxIfv2 > CSeq: 21 INVITE > User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit > Content-Length: 0 > > > > then Ok and Acc from linphone (which freeswitch see as on 172.17.0.2) > > > > recv 354 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.099724: > ------------------------------------------------------------------------ > SIP/2.0 200 Ok > Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK8502eXUvmSKyN > From: ;tag=mrr024e5DH57Q > To: ;tag=ftaVWOB > Call-ID: 940c69ac-4c1f-1239-4cb1-0242ac110002 > CSeq: 23453420 NOTIFY > User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 > Supported: replaces, outbound, gruu > Content-Length: 0 > > > > recv 640 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.514163: > ------------------------------------------------------------------------ > ACK sip:33332220 at 192.168.88.236:5060;transport=tcp SIP/2.0 > Via: SIP/2.0/TCP 192.168.88.238:50091;rport;branch=z9hG4bK.iYrbMWTLP > From: ;tag=4bI6NNSIi > To: "33332220" ;tag=N1HS4ZZ8atUtK > CSeq: 21 ACK > Call-ID: 7At9kxIfv2 > Max-Forwards: 70 > Proxy-Authorization: Digest realm="192.168.88.236", > nonce="44104e4a-30cb-4277-8c31-61e437b6cbd1", algorithm=MD5, > username="1002", uri="sip:33332220 at 192.168.88.236", > response="756a3d3e3a76996988afa09a5544f1d1", cnonce="CWKOLtHm9Z8eVYIm", > nc=00000001, qop=auth > User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 > Content-Length: 0 > > > > Then freeswitch not see any activity and says BYE: > > BYE sip:1002 at 172.17.0.1:51208;transport=tcp SIP/2.0 > Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK9etUgrc0H29gH > Max-Forwards: 70 > From: "33332220" ;tag=N1HS4ZZ8atUtK > To: ;tag=4bI6NNSIi > Call-ID: 7At9kxIfv2 > CSeq: 23453425 BYE > User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, > REFER, NOTIFY, PUBLISH, SUBSCRIBE > Supported: timer, path, replaces > Reason: Q.850;cause=16;text="NORMAL_CLEARING" > Content-Length: 0 > > > > --- > > status of Sofia profile: > > > > --- > > > freeswitch at zaka-voice> sofia status profile internal > > ================================================================================================= > Name internal > Domain Name N/A > Auto-NAT false > DBName sofia_reg_internal > Pres Hosts 172.17.0.2,172.17.0.2 > Dialplan XML > Context public > Challenge Realm auto_from > RTP-IP 172.17.0.2 > Ext-RTP-IP 192.168.88.236 > SIP-IP 172.17.0.2 > Ext-SIP-IP 192.168.88.236 > URL sip:mod_sofia at 192.168.88.236:5060 > > BIND-URL > sip:mod_sofia at 192.168.88.236:5060;maddr=172.17.0.2;transport=udp,tcp > WS-BIND-URL sip:mod_sofia at 172.17.0.2:5066;transport=ws > WSS-BIND-URL sips:mod_sofia at 172.17.0.2:7443;transport=wss > HOLD-MUSIC local_stream://moh > OUTBOUND-PROXY N/A > CODECS IN OPUS,G722,PCMU,PCMA,H264,VP8 > CODECS OUT OPUS,G722,PCMU,PCMA,H264,VP8 > TEL-EVENT 101 > DTMF-MODE rfc2833 > CNG 13 > SESSION-TO 0 > MAX-DIALOG 0 > NOMEDIA false > LATE-NEG true > PROXY-MEDIA false > ZRTP-PASSTHRU true > AGGRESSIVENAT false > CALLS-IN 0 > FAILED-CALLS-IN 0 > CALLS-OUT 0 > FAILED-CALLS-OUT 0 > REGISTRATIONS 0 > > > > > -- > > Ruslan Shevchenko > Software Engineer. > http://ua.linkedin.com/in/ruslanshevchenko > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > > Official FreeSWITCH Sites > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 > > > > > > -- > > Ruslan Shevchenko > Software Engineer. > http://ua.linkedin.com/in/ruslanshevchenko > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Ruslan Shevchenko Software Engineer. http://ua.linkedin.com/in/ruslanshevchenko -------------- next part -------------- An HTML attachment was scrubbed... URL: From ruslan at shevchenko.kiev.ua Wed Jul 29 20:50:09 2020 From: ruslan at shevchenko.kiev.ua (Ruslan Shevchenko) Date: Wed, 29 Jul 2020 23:50:09 +0300 Subject: [Freeswitch-users] [Q] nat is not detected, when running freeswitch in docker from local machine. In-Reply-To: References: Message-ID: oops, reviewing a docker run I discovered a silly typo in -p ... [ 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp ] maybe this was an issue. (will check now). On Wed, Jul 29, 2020 at 11:27 PM Ruslan Shevchenko < ruslan at shevchenko.kiev.ua> wrote: > > > On Wed, Jul 29, 2020 at 9:03 PM Jurijs Ivolga > wrote: > >> Hi Ruslan, >> >> First of all you need to map UDP ports to ones that are configured in >> Freeswitch config file switch.conf.xml. By default it is 16384-32768 for >> media. >> >> In your case you are trying to map -p63535-64535:63535-64535/udp, which >> probably is inconsistent with ports inside switch.conf.xml and that is why >> audio does not go through. >> >> > Yes, I changed port range appropriately. Sorry if this was not clear in > the description of the configuration changes: > // autoload_configs/switch.conf.xml --- a narrow set of RTP ports. > > >> Additionally I would not recommend to use big range as it by default, >> because as far as I know, when docker maps port-range it inserts ip >> iptables not one rule for range, but separate rule per each port and for me >> it was hanging up docker, so use it with caution. >> >> https://github.com/moby/moby/issues/11185 -- seems still not fixed, it >> is a couple of years already. >> >> Probably using Freeswitch with docker default bridge is not a good idea >> and easy to do, better to use a host network or your own bridge. >> >> > Hmm.... host network is not an option for macOS, > > yes, I understand that better have a Linux server with public IP, but > in today-s system development ability to run and test all components > locally is a 'new normal'. > Good thing, that for local development we don't need to support > thousands of simultaneous connections, > > Jurijs >> >> >> On Wed, Jul 29, 2020 at 8:48 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> Run the container with —network=host >>> >>> >>> On Wed, 29 Jul 2020 at 16:35, Ruslan Shevchenko < >>> ruslan at shevchenko.kiev.ua> wrote: >>> >>>> >>>> Hi, colleagues. >>>> >>>> I discovered a strange problem when running Freeswitch from docker on >>>> the local machine, >>>> >>>> I have my machine API: 192.168.88.236 >>>> and docker with internal ip. 172.17.0.2. (local_ip_v4) >>>> >>>> With the next changes relative to vanilla install: >>>> valr.xml : >>>> external_rtp_ip=stun:stun.freeswitch.org - changed to >>>> external_rtp_ip=192.168.88.236 >>>> external_sip_ip=stun:stun.freeswitch.org - same >>>> >>>> autoload_configs/switch.conf.xml --- a narrow set of RTP ports. >>>> >>>> sip_profiles: >>>> internal.xml -- change ext-rtp-ip and ext-sip-ip to 192.168.88.236 >>>> external.xml -- same >>>> >>>> Then I trying to run docker from macos which publish ports: >>>> docker run -d -p 5060:5060/udp -p 5060:5060/tcp -p5061:5061/tcp -p >>>> 5080:5080/udp -p 5080:5080/tcp -p 5066:5066/tcp -p 7443:7443/tcp -p >>>> 63535-63635:63535-63635/tcp -p63535-64535:63535-64535/udp -p5555:5555 >>>> -p5050:5050 -p8000:8000 --hostname zaka-voice >>>> zaka-freeswitch-recognition:0.0.1 >>>> >>>> And then when I try to call Freeswitch from linphone from the local >>>> net, I can hear an answer, but looks like IVR on the Freeswitch side not >>>> receive RTP stream. >>>> >>>> I can't understand why. >>>> >>>> One hypothesizes -- that FreeSWITCH not determinate existence of >>>> external_ip as NAT mode (?) and ask the phone to send RTP to 172.17.0.2. >>>> >>>> How to verify this? Maybe exists some ideas, how to debug such >>>> situation behind a sip trace? >>>> >>>> Thanks. >>>> >>>> P.S. Additional info, if anybody found this interesting: >>>> >>>> I.e. I see SIP invite from FreeSWITCH >>>> >>>> SIP/2.0 100 Trying >>>> Via: SIP/2.0/TCP 192.168.88.238:50091 >>>> ;branch=z9hG4bK.rNrD-0O~i;rport=51208;received=172.17.0.1 >>>> From: ;tag=4bI6NNSIi >>>> To: "33332220" >>>> Call-ID: 7At9kxIfv2 >>>> CSeq: 21 INVITE >>>> User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit >>>> Content-Length: 0 >>>> >>>> then Ok and Acc from linphone (which freeswitch see as on 172.17.0.2) >>>> >>>> recv 354 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.099724: >>>> ------------------------------------------------------------------------ >>>> SIP/2.0 200 Ok >>>> Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK8502eXUvmSKyN >>>> From: ;tag=mrr024e5DH57Q >>>> To: ;tag=ftaVWOB >>>> Call-ID: 940c69ac-4c1f-1239-4cb1-0242ac110002 >>>> CSeq: 23453420 NOTIFY >>>> User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 >>>> Supported: replaces, outbound, gruu >>>> Content-Length: 0 >>>> >>>> recv 640 bytes from tcp/[172.17.0.1]:51208 at 09:20:26.514163: >>>> ------------------------------------------------------------------------ >>>> ACK sip:33332220 at 192.168.88.236:5060;transport=tcp SIP/2.0 >>>> Via: SIP/2.0/TCP 192.168.88.238:50091;rport;branch=z9hG4bK.iYrbMWTLP >>>> From: ;tag=4bI6NNSIi >>>> To: "33332220" ;tag=N1HS4ZZ8atUtK >>>> CSeq: 21 ACK >>>> Call-ID: 7At9kxIfv2 >>>> Max-Forwards: 70 >>>> Proxy-Authorization: Digest realm="192.168.88.236", >>>> nonce="44104e4a-30cb-4277-8c31-61e437b6cbd1", algorithm=MD5, >>>> username="1002", uri="sip:33332220 at 192.168.88.236", >>>> response="756a3d3e3a76996988afa09a5544f1d1", cnonce="CWKOLtHm9Z8eVYIm", >>>> nc=00000001, qop=auth >>>> User-Agent: LinphoneiOS/4.3.1 (iPad Ruslan) LinphoneSDK/4.4.0 >>>> Content-Length: 0 >>>> >>>> Then freeswitch not see any activity and says BYE: >>>> BYE sip:1002 at 172.17.0.1:51208;transport=tcp SIP/2.0 >>>> Via: SIP/2.0/TCP 192.168.88.236;branch=z9hG4bK9etUgrc0H29gH >>>> Max-Forwards: 70 >>>> From: "33332220" ;tag=N1HS4ZZ8atUtK >>>> To: ;tag=4bI6NNSIi >>>> Call-ID: 7At9kxIfv2 >>>> CSeq: 23453425 BYE >>>> User-Agent: FreeSWITCH-mod_sofia/1.10.4-dev-2421-8a5850ff26~64bit >>>> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >>>> REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE >>>> Supported: timer, path, replaces >>>> Reason: Q.850;cause=16;text="NORMAL_CLEARING" >>>> Content-Length: 0 >>>> >>>> --- >>>> status of Sofia profile: >>>> >>>> --- >>>> >>>> freeswitch at zaka-voice> sofia status profile internal >>>> >>>> ================================================================================================= >>>> Name internal >>>> Domain Name N/A >>>> Auto-NAT false >>>> DBName sofia_reg_internal >>>> Pres Hosts 172.17.0.2,172.17.0.2 >>>> Dialplan XML >>>> Context public >>>> Challenge Realm auto_from >>>> RTP-IP 172.17.0.2 >>>> Ext-RTP-IP 192.168.88.236 >>>> SIP-IP 172.17.0.2 >>>> Ext-SIP-IP 192.168.88.236 >>>> URL sip:mod_sofia at 192.168.88.236:5060 >>>> BIND-URL sip:mod_sofia at 192.168.88.236:5060 >>>> ;maddr=172.17.0.2;transport=udp,tcp >>>> WS-BIND-URL sip:mod_sofia at 172.17.0.2:5066;transport=ws >>>> WSS-BIND-URL sips:mod_sofia at 172.17.0.2:7443;transport=wss >>>> HOLD-MUSIC local_stream://moh >>>> OUTBOUND-PROXY N/A >>>> CODECS IN OPUS,G722,PCMU,PCMA,H264,VP8 >>>> CODECS OUT OPUS,G722,PCMU,PCMA,H264,VP8 >>>> TEL-EVENT 101 >>>> DTMF-MODE rfc2833 >>>> CNG 13 >>>> SESSION-TO 0 >>>> MAX-DIALOG 0 >>>> NOMEDIA false >>>> LATE-NEG true >>>> PROXY-MEDIA false >>>> ZRTP-PASSTHRU true >>>> AGGRESSIVENAT false >>>> CALLS-IN 0 >>>> FAILED-CALLS-IN 0 >>>> CALLS-OUT 0 >>>> FAILED-CALLS-OUT 0 >>>> REGISTRATIONS 0 >>>> >>>> >>>> >>>> -- >>>> Ruslan Shevchenko >>>> Software Engineer. >>>> http://ua.linkedin.com/in/ruslanshevchenko >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > Ruslan Shevchenko > Software Engineer. > http://ua.linkedin.com/in/ruslanshevchenko > -- Ruslan Shevchenko Software Engineer. http://ua.linkedin.com/in/ruslanshevchenko -------------- next part -------------- An HTML attachment was scrubbed... URL: From Tim.Bertulies at c4b.de Thu Jul 30 06:08:25 2020 From: Tim.Bertulies at c4b.de (Tim Bertulies) Date: Thu, 30 Jul 2020 06:08:25 +0000 Subject: [Freeswitch-users] WG: Error creating SIP ua profile Message-ID: <634820ec4a7648b4901d65107fe22cd8@c4b.de> Hey, can anyone provide me some input please on this? Kind regards, Tim Bertulies Von: Tim Bertulies Gesendet: 23 July 2020 07:03 An: 'freeswitch-users at lists.freeswitch.org' Betreff: Error creating SIP ua profile Hi, occasionally when I rewrite a configuration to the freeswitch and try to restart the gateway I get the error message "error creating SIP ua for profile ...". I cannot start it then manually via "sofia profile start..." (same error message every time), the only thing that works is "reload mod_sofia", which makes everything work again. Unfortunately this is not an option, as other gateways must stay active. Can anybody point me to a reason why this happens? If you need any further information I am happy to provide these. Kind regards, Tim Bertulies -------------- next part -------------- An HTML attachment was scrubbed... URL: From don.dawson at joon.us Fri Jul 31 20:24:47 2020 From: don.dawson at joon.us (Don Dawson) Date: Fri, 31 Jul 2020 15:24:47 -0500 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> <729DC807-0876-4B4C-AE9A-4DD2D2F82650@donadio.com.br> Message-ID: You could start it directly to see the output. In my case the bin is at /usr/local/freeswitch/bin/freeswitch I have done this before and was helpful to see what was causing it to not come up all the way. On Fri, Jul 31, 2020 at 3:02 PM John Tuxies wrote: > Does anyone have a solution to make it work in Debian (9 or 10), please? > It is imperative to fix it as soon as possible. > > > > On Thu, Jul 30, 2020 at 8:54 AM John Tuxies wrote: > >> I am afraid that it does not work. Here is what i have in >> */etc/systemd/system/freeswitch.service* >> *ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -nonat* >> and here is the outcome >> >> >> >> >> >> >> *[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 >> main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] >> fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting >> [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error >> Connecting []* >> >> Freeswitch is not starting >> >> >> *root at debian: /etc/systemd/system $ ps aux | grep freeswitchroot >> 503 0.0 0.0 6208 888 pts/0 S+ 08:53 0:00 grep >> freeswitchroot at debian: /etc/systemd/system $* >> >> >> >> On Wed, Jul 29, 2020 at 6:31 PM Flavio Donadio >> wrote: >> >>> John, >>> >>> >>> Here is your previous command: >>> >>> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat >>> >>> Now, try it like this: >>> >>> /usr/bin/freeswitch -u freeswitch -g freeswitch -nonat >>> >>> >>> Cheers, >>> Flavio >>> >>> >>> >>> On 28 Jul 2020, at 15:30, John Covici wrote: >>> >>> Take your original command and just omit the -ncwiat of whatever it >>> was, I don't have it any more. >>> >>> On Mon, 27 Jul 2020 14:36:32 -0400, >>> John Tuxies wrote: >>> >>> >>> [1 ] >>> [1.1 ] >>> Hey John. >>> >>> >>> Could you post the whole command please? >>> So i could move forward with Freeswitch >>> >>> On Saturday, July 25, 2020, John Tuxies wrote: >>> >>> Please post the whole command as it should be typed. We are missing >>> something >>> >>> >>> >>> >>> On Friday, July 24, 2020, John Covici wrote: >>> >>> You need to get rid of the -ncwait to see anything. >>> >>> On Fri, 24 Jul 2020 06:33:20 -0400, >>> John Tuxies wrote: >>> >>> >>> [1 ] >>> [1.1 ] >>> No luck. >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep >>> freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S>> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot >>> 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep >>> freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error >>> Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 >>> main() Error Connecting []^CInterrupted.root at debA: ~ $* >>> >>> On Fri, Jul 24, 2020 at 12:24 AM John Covici >>> >>> wrote: >>> >>> >>> hmmm? Just take the line from the system unit file, and run it by >>> hand from the console, eliminating the -nc parameter. >>> >>> On Thu, 23 Jul 2020 14:27:12 -0400, >>> John Tuxies wrote: >>> >>> >>> [1 ] >>> [1.1 ] >>> Could you elaborate on how to do that please? >>> >>> On Thursday, July 23, 2020, John Covici >>> >>> wrote: >>> >>> >>> What I do in those cases is execute the freeswitch command by >>> >>> hand, >>> >>> eliminating the -nc parameter, if any, but leaving the -u and -g >>> >>> and >>> >>> possibly other parameters. Also, see if there is anything in the >>> >>> log >>> >>> file, but the first method may be enlightening. >>> >>> On Thu, 23 Jul 2020 08:41:46 -0400, >>> John Tuxies wrote: >>> >>> >>> [1 ] >>> [1.1 ] >>> hi Franceso and thanks for the reply. i did install from debian >>> >>> repo >>> >>> and >>> >>> it >>> >>> should get the systemd, but non the less, i created the file. >>> >>> Still >>> >>> Freeswitch refuses to start! >>> >>> On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < >>> francesco at delagarda.com> wrote: >>> >>> Did you create Freeswitch service? >>> >>> >>> cd /etc/systemd/system >>> >>> >>> nano freeswitch.service >>> >>> ; This file in installations built from Master can be found in >>> ; /usr/src/freeswitch.git/debian >>> ; or >>> ; /usr/src/freeswitch/debian >>> [Unit] >>> Description=freeswitch >>> After=syslog.target network.target local-fs.target >>> [Service] >>> ; service >>> Type=forking >>> PIDFile=/usr/local/freeswitch/run/freeswitch.pid >>> PermissionsStartOnly=true >>> ; blank ExecStart= line flushes the list >>> ExecStart= >>> ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch >>> >>> -g >>> >>> freeswitch >>> >>> -ncwait -nonat -rp >>> TimeoutSec=45s >>> Restart=on-failure >>> ; exec >>> WorkingDirectory=/usr/local/freeswitch/bin >>> User=root >>> Group=daemon >>> LimitCORE=infinity >>> LimitNOFILE=100000 >>> LimitNPROC=60000 >>> ;LimitSTACK=240 >>> LimitRTPRIO=infinity >>> LimitRTTIME=7000000 >>> IOSchedulingClass=realtime >>> IOSchedulingPriority=2 >>> CPUSchedulingPolicy=rr >>> CPUSchedulingPriority=89 >>> UMask=0007 >>> [Install] >>> WantedBy=multi-user.target >>> >>> >>> >>> >>> >>> Next, notify systemd to look for changes in its configuration: >>> systemctl daemon-reload >>> Now you are ready to start FreeSWITCH for the first time. >>> >>> Because >>> >>> FS is >>> >>> owned by user freeswitch it should create its databases and >>> >>> log >>> >>> files >>> >>> under >>> >>> that user (instead of root) so that those files will still be >>> >>> accessible to >>> >>> it under future runs. >>> systemctl start freeswitch >>> To stop FreeSWITCH: >>> systemctl stop freeswitch >>> >>> >>> To configure FreeSWITCH to start automatically at boot time: >>> systemctl enable freeswitch >>> >>> >>> >>> To be able to launch fs_cli without having to go to bin >>> >>> directory, >>> >>> add >>> >>> directory to path: >>> >>> >>> export PATH=$PATH:/usr/local/freeswitch/bin/ >>> >>> Francesco Facco de Lagarda >>> >>> >>> On 23 Jul 2020, at 03:43, John Tuxies >>> >>> wrote: >>> >>> >>>  >>> Trying to install Freeswitch in Debian 9 and 10. Both systems >>> >>> failed to >>> >>> start: >>> Running hooks in >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ >>> >>> fs_cli >>> >>> -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] >>> >>> fs_cli.c:1697 >>> >>> main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting >>> []^CInterrupted.root at debian: ~ $* >>> >>> I have tried to install from >>> >>> https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster >>> >>> to >>> >>> install using debian packages. >>> >>> Any suggestions, please? >>> >>> >>> >>> ____________________________________________________________ >>> >>> _____________ >>> >>> >>> The FreeSWITCH project is sponsored by SignalWire >>> >>> https://signalwire.com >>> >>> Enhance your FreeSWITCH install with disruptive priced SMS >>> >>> and PSTN >>> >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>> >>> options/freeswitch-users >>> >>> https://freeswitch.com >>> >>> ____________________________________________________________ >>> >>> _____________ >>> >>> >>> The FreeSWITCH project is sponsored by SignalWire >>> >>> https://signalwire.com >>> >>> Enhance your FreeSWITCH install with disruptive priced SMS >>> >>> and PSTN >>> >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>> >>> options/freeswitch-users >>> >>> https://freeswitch.com >>> >>> [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 >>> >>> [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 >>> >>> [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 >>> >>> >>> >>> [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 >>> >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jprangi at didforsale.com Fri Jul 31 20:20:38 2020 From: jprangi at didforsale.com (Jai Rangi) Date: Fri, 31 Jul 2020 13:20:38 -0700 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> <729DC807-0876-4B4C-AE9A-4DD2D2F82650@donadio.com.br> Message-ID: Show more logs. There must be some error that fails to start service. Check out for sqlite DB files and location. Deleting sqlite DB files might fix the issue. *Jai Rangi* Cebod Technologies LLC dba DIDforSale/Cebod Telecom O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / 949-232-1410 | jprangi at didforsale.com www.didforsale.com |2472 Chambers Rd Ste 100, Tustin, CA 92780 On Fri, Jul 31, 2020 at 1:03 PM John Tuxies wrote: > I am afraid that it does not work. Here is what i have in > */etc/systemd/system/freeswitch.service* > *ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -nonat* > and here is the outcome > > > > > > > *[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error > Connecting []* > > Freeswitch is not starting > > > *root at debian: /etc/systemd/system $ ps aux | grep freeswitchroot 503 > 0.0 0.0 6208 888 pts/0 S+ 08:53 0:00 grep > freeswitchroot at debian: /etc/systemd/system $* > > > > On Wed, Jul 29, 2020 at 6:31 PM Flavio Donadio > wrote: > >> John, >> >> >> Here is your previous command: >> >> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat >> >> Now, try it like this: >> >> /usr/bin/freeswitch -u freeswitch -g freeswitch -nonat >> >> >> Cheers, >> Flavio >> >> >> >> On 28 Jul 2020, at 15:30, John Covici wrote: >> >> Take your original command and just omit the -ncwiat of whatever it >> was, I don't have it any more. >> >> On Mon, 27 Jul 2020 14:36:32 -0400, >> John Tuxies wrote: >> >> >> [1 ] >> [1.1 ] >> Hey John. >> >> >> Could you post the whole command please? >> So i could move forward with Freeswitch >> >> On Saturday, July 25, 2020, John Tuxies wrote: >> >> Please post the whole command as it should be typed. We are missing >> something >> >> >> >> >> On Friday, July 24, 2020, John Covici wrote: >> >> You need to get rid of the -ncwait to see anything. >> >> On Fri, 24 Jul 2020 06:33:20 -0400, >> John Tuxies wrote: >> >> >> [1 ] >> [1.1 ] >> No luck. >> >> >> >> >> >> >> >> >> >> *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep >> freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot >> 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep >> freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error >> Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 >> main() Error Connecting []^CInterrupted.root at debA: ~ $* >> >> On Fri, Jul 24, 2020 at 12:24 AM John Covici >> >> wrote: >> >> >> hmmm? Just take the line from the system unit file, and run it by >> hand from the console, eliminating the -nc parameter. >> >> On Thu, 23 Jul 2020 14:27:12 -0400, >> John Tuxies wrote: >> >> >> [1 ] >> [1.1 ] >> Could you elaborate on how to do that please? >> >> On Thursday, July 23, 2020, John Covici >> >> wrote: >> >> >> What I do in those cases is execute the freeswitch command by >> >> hand, >> >> eliminating the -nc parameter, if any, but leaving the -u and -g >> >> and >> >> possibly other parameters. Also, see if there is anything in the >> >> log >> >> file, but the first method may be enlightening. >> >> On Thu, 23 Jul 2020 08:41:46 -0400, >> John Tuxies wrote: >> >> >> [1 ] >> [1.1 ] >> hi Franceso and thanks for the reply. i did install from debian >> >> repo >> >> and >> >> it >> >> should get the systemd, but non the less, i created the file. >> >> Still >> >> Freeswitch refuses to start! >> >> On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < >> francesco at delagarda.com> wrote: >> >> Did you create Freeswitch service? >> >> >> cd /etc/systemd/system >> >> >> nano freeswitch.service >> >> ; This file in installations built from Master can be found in >> ; /usr/src/freeswitch.git/debian >> ; or >> ; /usr/src/freeswitch/debian >> [Unit] >> Description=freeswitch >> After=syslog.target network.target local-fs.target >> [Service] >> ; service >> Type=forking >> PIDFile=/usr/local/freeswitch/run/freeswitch.pid >> PermissionsStartOnly=true >> ; blank ExecStart= line flushes the list >> ExecStart= >> ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch >> >> -g >> >> freeswitch >> >> -ncwait -nonat -rp >> TimeoutSec=45s >> Restart=on-failure >> ; exec >> WorkingDirectory=/usr/local/freeswitch/bin >> User=root >> Group=daemon >> LimitCORE=infinity >> LimitNOFILE=100000 >> LimitNPROC=60000 >> ;LimitSTACK=240 >> LimitRTPRIO=infinity >> LimitRTTIME=7000000 >> IOSchedulingClass=realtime >> IOSchedulingPriority=2 >> CPUSchedulingPolicy=rr >> CPUSchedulingPriority=89 >> UMask=0007 >> [Install] >> WantedBy=multi-user.target >> >> >> >> >> >> Next, notify systemd to look for changes in its configuration: >> systemctl daemon-reload >> Now you are ready to start FreeSWITCH for the first time. >> >> Because >> >> FS is >> >> owned by user freeswitch it should create its databases and >> >> log >> >> files >> >> under >> >> that user (instead of root) so that those files will still be >> >> accessible to >> >> it under future runs. >> systemctl start freeswitch >> To stop FreeSWITCH: >> systemctl stop freeswitch >> >> >> To configure FreeSWITCH to start automatically at boot time: >> systemctl enable freeswitch >> >> >> >> To be able to launch fs_cli without having to go to bin >> >> directory, >> >> add >> >> directory to path: >> >> >> export PATH=$PATH:/usr/local/freeswitch/bin/ >> >> Francesco Facco de Lagarda >> >> >> On 23 Jul 2020, at 03:43, John Tuxies >> >> wrote: >> >> >>  >> Trying to install Freeswitch in Debian 9 and 10. Both systems >> >> failed to >> >> start: >> Running hooks in >> >> >> >> >> >> >> >> >> >> >> * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ >> >> fs_cli >> >> -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] >> >> fs_cli.c:1697 >> >> main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting >> []^CInterrupted.root at debian: ~ $* >> >> I have tried to install from >> >> https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster >> >> to >> >> install using debian packages. >> >> Any suggestions, please? >> >> >> >> ____________________________________________________________ >> >> _____________ >> >> >> The FreeSWITCH project is sponsored by SignalWire >> >> https://signalwire.com >> >> Enhance your FreeSWITCH install with disruptive priced SMS >> >> and PSTN >> >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >> >> options/freeswitch-users >> >> https://freeswitch.com >> >> ____________________________________________________________ >> >> _____________ >> >> >> The FreeSWITCH project is sponsored by SignalWire >> >> https://signalwire.com >> >> Enhance your FreeSWITCH install with disruptive priced SMS >> >> and PSTN >> >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >> >> options/freeswitch-users >> >> https://freeswitch.com >> >> [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 >> >> [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 >> >> [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 >> >> >> >> [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 >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Fri Jul 31 22:07:35 2020 From: covici at ccs.covici.com (John Covici) Date: Fri, 31 Jul 2020 18:07:35 -0400 Subject: [Freeswitch-users] Freeswitch does not start in Debian 9/10 In-Reply-To: References: <241211E5-5C21-421A-BFFE-A2E8360B04EB@delagarda.com> <729DC807-0876-4B4C-AE9A-4DD2D2F82650@donadio.com.br> Message-ID: Don't change your systemd file, execute by hand from the command line with the exact same command and see what happens. On Fri, 31 Jul 2020 00:36:40 -0400, John Tuxies wrote: > > [1 ] > [1.1 ] > Does anyone have a solution to make it work in Debian (9 or 10), please? > It is imperative to fix it as soon as possible. > > > > On Thu, Jul 30, 2020 at 8:54 AM John Tuxies wrote: > > > I am afraid that it does not work. Here is what i have in > > */etc/systemd/system/freeswitch.service* > > *ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -nonat* > > and here is the outcome > > > > > > > > > > > > > > *[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697 > > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > > fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > > [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error > > Connecting []* > > > > Freeswitch is not starting > > > > > > *root at debian: /etc/systemd/system $ ps aux | grep freeswitchroot 503 > > 0.0 0.0 6208 888 pts/0 S+ 08:53 0:00 grep > > freeswitchroot at debian: /etc/systemd/system $* > > > > > > > > On Wed, Jul 29, 2020 at 6:31 PM Flavio Donadio > > wrote: > > > >> John, > >> > >> > >> Here is your previous command: > >> > >> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat > >> > >> Now, try it like this: > >> > >> /usr/bin/freeswitch -u freeswitch -g freeswitch -nonat > >> > >> > >> Cheers, > >> Flavio > >> > >> > >> > >> On 28 Jul 2020, at 15:30, John Covici wrote: > >> > >> Take your original command and just omit the -ncwiat of whatever it > >> was, I don't have it any more. > >> > >> On Mon, 27 Jul 2020 14:36:32 -0400, > >> John Tuxies wrote: > >> > >> > >> [1 ] > >> [1.1 ] > >> Hey John. > >> > >> > >> Could you post the whole command please? > >> So i could move forward with Freeswitch > >> > >> On Saturday, July 25, 2020, John Tuxies wrote: > >> > >> Please post the whole command as it should be typed. We are missing > >> something > >> > >> > >> > >> > >> On Friday, July 24, 2020, John Covici wrote: > >> > >> You need to get rid of the -ncwait to see anything. > >> > >> On Fri, 24 Jul 2020 06:33:20 -0400, > >> John Tuxies wrote: > >> > >> > >> [1 ] > >> [1.1 ] > >> No luck. > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep > >> freeswifreeswi+ 12569 5.4 10.2 879236 103824 ? S >> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot > >> 12614 0.0 0.0 6076 892 pts/0 S+ 13:32 0:00 grep > >> freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error > >> Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 > >> main() Error Connecting []^CInterrupted.root at debA: ~ $* > >> > >> On Fri, Jul 24, 2020 at 12:24 AM John Covici > >> > >> wrote: > >> > >> > >> hmmm? Just take the line from the system unit file, and run it by > >> hand from the console, eliminating the -nc parameter. > >> > >> On Thu, 23 Jul 2020 14:27:12 -0400, > >> John Tuxies wrote: > >> > >> > >> [1 ] > >> [1.1 ] > >> Could you elaborate on how to do that please? > >> > >> On Thursday, July 23, 2020, John Covici > >> > >> wrote: > >> > >> > >> What I do in those cases is execute the freeswitch command by > >> > >> hand, > >> > >> eliminating the -nc parameter, if any, but leaving the -u and -g > >> > >> and > >> > >> possibly other parameters. Also, see if there is anything in the > >> > >> log > >> > >> file, but the first method may be enlightening. > >> > >> On Thu, 23 Jul 2020 08:41:46 -0400, > >> John Tuxies wrote: > >> > >> > >> [1 ] > >> [1.1 ] > >> hi Franceso and thanks for the reply. i did install from debian > >> > >> repo > >> > >> and > >> > >> it > >> > >> should get the systemd, but non the less, i created the file. > >> > >> Still > >> > >> Freeswitch refuses to start! > >> > >> On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda < > >> francesco at delagarda.com> wrote: > >> > >> Did you create Freeswitch service? > >> > >> > >> cd /etc/systemd/system > >> > >> > >> nano freeswitch.service > >> > >> ; This file in installations built from Master can be found in > >> ; /usr/src/freeswitch.git/debian > >> ; or > >> ; /usr/src/freeswitch/debian > >> [Unit] > >> Description=freeswitch > >> After=syslog.target network.target local-fs.target > >> [Service] > >> ; service > >> Type=forking > >> PIDFile=/usr/local/freeswitch/run/freeswitch.pid > >> PermissionsStartOnly=true > >> ; blank ExecStart= line flushes the list > >> ExecStart= > >> ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch > >> > >> -g > >> > >> freeswitch > >> > >> -ncwait -nonat -rp > >> TimeoutSec=45s > >> Restart=on-failure > >> ; exec > >> WorkingDirectory=/usr/local/freeswitch/bin > >> User=root > >> Group=daemon > >> LimitCORE=infinity > >> LimitNOFILE=100000 > >> LimitNPROC=60000 > >> ;LimitSTACK=240 > >> LimitRTPRIO=infinity > >> LimitRTTIME=7000000 > >> IOSchedulingClass=realtime > >> IOSchedulingPriority=2 > >> CPUSchedulingPolicy=rr > >> CPUSchedulingPriority=89 > >> UMask=0007 > >> [Install] > >> WantedBy=multi-user.target > >> > >> > >> > >> > >> > >> Next, notify systemd to look for changes in its configuration: > >> systemctl daemon-reload > >> Now you are ready to start FreeSWITCH for the first time. > >> > >> Because > >> > >> FS is > >> > >> owned by user freeswitch it should create its databases and > >> > >> log > >> > >> files > >> > >> under > >> > >> that user (instead of root) so that those files will still be > >> > >> accessible to > >> > >> it under future runs. > >> systemctl start freeswitch > >> To stop FreeSWITCH: > >> systemctl stop freeswitch > >> > >> > >> To configure FreeSWITCH to start automatically at boot time: > >> systemctl enable freeswitch > >> > >> > >> > >> To be able to launch fs_cli without having to go to bin > >> > >> directory, > >> > >> add > >> > >> directory to path: > >> > >> > >> export PATH=$PATH:/usr/local/freeswitch/bin/ > >> > >> Francesco Facco de Lagarda > >> > >> > >> On 23 Jul 2020, at 03:43, John Tuxies > >> > >> wrote: > >> > >> > >>  > >> Trying to install Freeswitch in Debian 9 and 10. Both systems > >> > >> failed to > >> > >> start: > >> Running hooks in > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> * /etc/ca-certificates/update.d...done.done.root at debian: ~ $ > >> > >> fs_cli > >> > >> -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] > >> > >> fs_cli.c:1697 > >> > >> main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting > >> []^CInterrupted.root at debian: ~ $* > >> > >> I have tried to install from > >> > >> https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster > >> > >> to > >> > >> install using debian packages. > >> > >> Any suggestions, please? > >> > >> > >> > >> ____________________________________________________________ > >> > >> _____________ > >> > >> > >> The FreeSWITCH project is sponsored by SignalWire > >> > >> https://signalwire.com > >> > >> Enhance your FreeSWITCH install with disruptive priced SMS > >> > >> and PSTN > >> > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > >> > >> options/freeswitch-users > >> > >> https://freeswitch.com > >> > >> ____________________________________________________________ > >> > >> _____________ > >> > >> > >> The FreeSWITCH project is sponsored by SignalWire > >> > >> https://signalwire.com > >> > >> Enhance your FreeSWITCH install with disruptive priced SMS > >> > >> and PSTN > >> > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > >> > >> options/freeswitch-users > >> > >> https://freeswitch.com > >> > >> [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 > >> > >> [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 > >> > >> [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 > >> > >> > >> > >> [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 > >> > >> > >> _________________________________________________________________________ > >> > >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >> https://freeswitch.com > > > > > [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