From cong.wang.itsherpa at gmail.com Fri Mar 1 08:45:13 2019 From: cong.wang.itsherpa at gmail.com (=?utf-8?B?546L6IGh?=) Date: Fri, 1 Mar 2019 17:45:13 +0900 Subject: [Freeswitch-users] About sched_hangup Message-ID: <11ABC180-9C88-4B7F-A794-6C5F3E72B72D@gmail.com> Hey all, I made a prepaid call system and applied sched_hangup in dialplan to limit the call duration like(lua) : session:execute("sched_hangup", “+60") Recently I updated my system to allow user buy points during calling, but when I tried to recall sched_hangup like [sched_hangup +30 ] in fs_cli it still hangup at 60s (which hopes to hangup at 90s). Is there any mistake in my usage? Or any solutions for this? Regards. C.Wang -------------- next part -------------- An HTML attachment was scrubbed... URL: From jurijs.ivolga at gmail.com Fri Mar 1 08:58:06 2019 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Fri, 1 Mar 2019 10:58:06 +0200 Subject: [Freeswitch-users] About sched_hangup In-Reply-To: <11ABC180-9C88-4B7F-A794-6C5F3E72B72D@gmail.com> References: <11ABC180-9C88-4B7F-A794-6C5F3E72B72D@gmail.com> Message-ID: Hi, For me in Lua it works: api:executeString("sched_hangup +30 uuid normal_clearing") and then if needed: api:executeString("sched_hangup +60 uuid normal_clearing") I suppose it should work in fs_cli too... Jurijs On Fri, Mar 1, 2019 at 10:45 AM 王聡 wrote: > Hey all, > > I made a prepaid call system and applied sched_hangup in dialplan to limit > the call duration like(lua) : > > session:execute("sched_hangup", “+60") > > > Recently I updated my system to allow user buy points during calling, but > when I tried to recall sched_hangup like [sched_hangup +30 ] in > fs_cli it still hangup at 60s (which hopes to hangup at 90s). > Is there any mistake in my usage? Or any solutions for this? > > Regards. > C.Wang > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 ryharris at airmail.cc Fri Mar 1 15:48:41 2019 From: ryharris at airmail.cc (Ryan Harris) Date: Fri, 1 Mar 2019 10:48:41 -0500 Subject: [Freeswitch-users] About sched_hangup In-Reply-To: <11ABC180-9C88-4B7F-A794-6C5F3E72B72D@gmail.com> References: <11ABC180-9C88-4B7F-A794-6C5F3E72B72D@gmail.com> Message-ID: On 3/1/19 3:45 AM, 王聡 wrote: > Hey all, > > I made a prepaid call system and applied sched_hangup in dialplan to > limit the call duration like(lua) : > > session:execute("sched_hangup", “+60") > > > Recently I updated my system to allow user buy points during calling, > but when I tried to recall sched_hangup like [sched_hangup +30 ] > in fs_cli it still hangup at 60s (which hopes to hangup at 90s). > Is there any mistake in my usage? Or any solutions for this? > > Regards. > C.Wang Give sched_cancel a try: https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+sched+cancel Then schedule the new hangup. -------------- next part -------------- An HTML attachment was scrubbed... URL: From igor.potjevlesch at gmail.com Mon Mar 4 09:29:06 2019 From: igor.potjevlesch at gmail.com (igor.potjevlesch at gmail.com) Date: Mon, 4 Mar 2019 10:29:06 +0100 Subject: [Freeswitch-users] Call hold issue In-Reply-To: <001d01d4cf6f$cbf55740$63e005c0$@gmail.com> References: <003201d4ce7f$9b9504b0$d2bf0e10$@gmail.com> <001d01d4cf6f$cbf55740$63e005c0$@gmail.com> Message-ID: <000001d4d26c$b7111d00$25335700$@gmail.com> Hello, After deeper checks, I didn't figure out how to forward the call hold on leg B. Someone has experienced the same issue? Regards, Igor. De : igor.potjevlesch at gmail.com Envoyé : jeudi 28 février 2019 15:14 À : 'FreeSWITCH Users Help' Objet : RE: [Freeswitch-users] Call hold issue Not sure to understand your answer. The sendonly party is sending the MOH. Freeswitch switch on recvonly. But leg B has a silence. Is it normal? Regards, Igor. De : FreeSWITCH-users > De la part de Mirko Brankovic Envoyé : mercredi 27 février 2019 11:34 À : FreeSWITCH Users Help > Objet : Re: [Freeswitch-users] Call hold issue I think this is a standard behaviour, so sendonly party will receive MOH or silence if there is no moh and other bridged side will still hear him On Wed, Feb 27, 2019 at 10:34 AM > wrote: Hello, I have a weird behaviour with a call hold scenario. When the customer on leg A is placing the call on-hold (by sending a RE INVITE with sendonly attribute in the SDP), Freeswitch is switching to hold: "Callstate Change ACTIVE -> HELD". But only on the leg A. The holding is not forwarded to the leg B. So, it causes the called party not to hear the Music On Hold generated by the calling party. Any idea of what could result in this behaviour? Regards, Igor. _________________________________________________________________________ Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users 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, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: From fuxfwgc4a2i1gr at gmail.com Mon Mar 4 13:51:43 2019 From: fuxfwgc4a2i1gr at gmail.com (FUX) Date: Mon, 4 Mar 2019 14:51:43 +0100 Subject: [Freeswitch-users] random source port Message-ID: <8d44ecd0-694d-2ef3-4b25-4405cdcaa861@gmail.com> Good morning. Is any way in freeswitch to force to use same source port for outbound calls to gateway? For example i have following gateway configuration :                                                       When i send outbound calls to gw PRO. FS choose random source port for every attempt. Due to it Gateway PRO fail to authenticate it. From ynasida at gmail.com Mon Mar 4 15:25:45 2019 From: ynasida at gmail.com (Yuriy Nasida) Date: Mon, 4 Mar 2019 18:25:45 +0300 Subject: [Freeswitch-users] where g729 fs-latest-installer script now ? In-Reply-To: References: <4af1376d-29ba-ea47-c952-c4883b7dd654@wirelessmundi.com> <4d7501d4c87d$978a56c0$c69f0440$@freeswitch.org> <918f5e6d-bafb-3e1d-bd2d-26648ca948a7@bohboh.info> <007e01d4c88c$c717cf30$55476d90$@freeswitch.org> <0f4adbf7-4df1-de06-3e3b-e8c7f653712e@bohboh.info> Message-ID: Well. After a lot of pain I can say that issue is solved finally. First of all I am almost sure that scirpts: fs-201902072050-installer and\or fs-latest-installer have issues (http://files.freeswitch.org/g729/) At least it's correct for Deb 9 + FS 1.8.5-6. My issue with connection of FS process to freeswitch-license-server was solved after installion of using apt-get method. *apt-get install freeswitch-license-server* Yes... So easy but correct me if I am wrong. Do we have such info anywhere ? This page is outdated I believe https://freeswitch.org/confluence/display/FREESWITCH/mod_com_g729 I would be glad to update it if I can get some access. BUT. It is not the end of the story. I still had one issue related. All thing working fine if i will run freeswitch-license-server manually and run FS But after full reboot of server I had # ps ax | grep free 1126 ? S 1395 pts/0 S+ 0:00 grep free And FS couldn't connect licenses server again. Such defunct process probably is freeswitch-license-server that was not started correctly. This probably happens because freeswitch-license-server is not started before freeswitch. I tried a lot of options and tried to edit freeswitch unit file to add ExecStartPre with freeswitch-license-server. Also tried to add separated unit file for freeswitch-license-server but nothings helped. As workaround I fixed using these steps: 1) Remove mod_com_g729 from list of modules and restart FS 2) Create systemd unit file for freeswitch-license-server and enable it using systemd 3) Edit systemd unit files for freeswitch to add After=freeswitch-mod-com-g729.freeswitch-licence-server.service 4) Edit systemd unit files for freeswitch to add ExecStartPost=/bin/sh -c "/usr/bin/fs_cli -p mypasswd -x 'load mod_com_g729'" I can not be sure but the reason of the 2nd issue can be related with name changing from freeswitch_license_server to freeswitch-license-server in new version, Thanks for all your help. On Tue, 26 Feb 2019 at 12:28, António Silva via FreeSWITCH-users < freeswitch-users at lists.freeswitch.org> wrote: > > > > ---------- Forwarded message ---------- > From: "António Silva" > To: freeswitch-users at lists.freeswitch.org > Cc: > Bcc: > Date: Tue, 26 Feb 2019 09:55:38 +0100 > Subject: Re: [Freeswitch-users] where g729 fs-latest-installer script now ? > > Yuriy, > > i think the best is to open a jira and put there all the information you > can, configuration, logs... > > check: > > https://freeswitch.org/confluence/display/FREESWITCH/Reporting+Bugs+to+JIRA > > > On 25/02/2019 19:48, Yuriy Nasida wrote: > > Ken, mod_event_socket is started and there is not errors related. But... > FS doesn't listen 8021 when mod_com_g729 is added to list of modules. I > would be happy to check anything in config but currently haven't ideas what > to check. > Please advice. > > On Sat, 23 Feb 2019 at 05:53, Ken Rice wrote: > >> you need to look and see why mod_event_socket isnt loading and starting. >> if its because to added a line for mod_com_g729 the check your config to >> make sure its correct >> >> >> >> Sent from my iPhone >> >> On Feb 22, 2019, at 10:59, Yuriy Nasida wrote: >> >> Well. I tried Antonio's method and have installed mod_com_g729 and >> freeswitch_license_server using deb files. >> But... I have got same result. FS doesn't listen 8021 port in case I >> have enabled mod_com_g729 in modules.conf.xml >> >> Also I noted that systemd starts two freeswitch processes/ >> >> # ps ax | grep free >> 22367 ? Ss 0:04 /usr/sbin/freeswitch-license-server >> 22776 ? Ss 0:00 /usr/bin/freeswitch -u freeswitch -g >> freeswitch -ncwait -nonat >> 22777 ? S> freeswitch -ncwait -nonat >> >> # netstat -nlp | grep free >> tcp 0 0 0.0.0.0:2855 0.0.0.0:* >> LISTEN 22808/freeswitch >> tcp 0 0 0.0.0.0:2856 0.0.0.0:* >> LISTEN 22808/freeswitch >> tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN >> 22808/freeswitch >> tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN >> 22808/freeswitch >> udp 0 0 my_ip:5060 0.0.0.0:* >> 22808/freeswitch >> udp 0 0 my_ip:5060 0.0.0.0:* >> 22808/freeswitch >> >> FS doesn't listen 8021 like you see. >> >> All things working fine I case I will disable mod_com_g729 in >> modules.conf.xml >> >> Please advice >> >> On Tue, 19 Feb 2019 at 23:20, Social Boh wrote: >> >>> So you don't update MPL 1.1 with MPL. 2.0 because the 1.1 is not >>> compatible with GPL while 2.0 is compatible with GPL. >>> Regards >>> >>> --- >>> I'm SoCIaL, MayBe >>> >>> >>> El 19/02/2019 a las 14:53, Ken Rice escribió: >>> >>> I was pretty clear on the my statements about taking funding away from >>> the FreeSWITCH Project and the devs by doing such thing >>> >>> >>> >>> Also the bcg module is GPLv2 license violation waiting to be noticed… >>> you cant combine MPL and GPL code and have a resulting MPL codebase. Its >>> not allowed by the GPL. So you you are also ripping off the GPL coder. >>> >>> >>> >>> Now you are polluting a MPL code base with the GPL violating the >>> Copyright holder of the MPL’s software rights to determine how his code is >>> licensed. >>> >>> >>> >>> This happens all the time. People think oh this code is free, and yes >>> most of the code is free, but the devs still have mortgages, children to >>> feed, computers and related hardware to keep updated so that they can >>> continue to support that hardware that everyone is using currently. Website >>> hosting for something like FreeSWITCH isnt free. It requires over 1/2 a >>> rack of colo’d equipment to keep the website, mailing list, build servers, >>> git repos, wiki etc etc etc going. >>> >>> >>> >>> $10 for a channel is a pretty cheap way to support that seeing as that >>> most of the time you don’t even need G729 >>> >>> >>> >>> *From:* Social Boh >>> *Sent:* Tuesday, February 19, 2019 1:03 PM >>> *To:* Ken Rice >>> *Subject:* Re: [Freeswitch-users] where g729 fs-latest-installer script >>> now ? >>> >>> >>> >>> Can you explain me why I can't use the mod_bcg729 with FreeSWITCH? >>> >>> Thank you >>> >>> --- >>> >>> I'm SoCIaL, MayBe >>> >>> El 19/02/2019 a las 13:04, Ken Rice escribió: >>> >>> My statement wasn’t to you, but to the people that continually want to >>> pirate someone elses G729 code and refuse to support the projects >>> developers. >>> >>> >>> >>> Its one of those things that grinds my gears. >>> >>> >>> >>> K >>> >>> >>> >>> *From:* FreeSWITCH-users >>> *On Behalf Of *Yuriy >>> Nasida >>> *Sent:* Tuesday, February 19, 2019 6:47 AM >>> *To:* António Silva >>> >>> *Cc:* freeswitch-users at lists.freeswitch.org >>> *Subject:* Re: [Freeswitch-users] where g729 fs-latest-installer script >>> now ? >>> >>> >>> >>> Ken, not sure what you talking about. I already bought a lot of g729 >>> licenses for my servers and I use them a lot of years. But now I can't use >>> them normally at Deb 9 + fs1.8 + new g729 install script because of issues >>> I described. >>> >>> >>> >>> Thanks a lot Antonio! I will try this way. >>> >>> >>> >>> On Tue, 19 Feb 2019 at 11:41, António Silva >>> wrote: >>> >>> try using the .deb and installed then manuall.: >>> >>> Get the packages from here: >>> http://files.freeswitch.org/repo/deb/freeswitch-1.8/pool/main/f/ >>> >>> Installed them manually: >>> >>> dpkg -x freeswitch-mod-com-g729_1.8.5~7~14d59c97e0~jessie_amd64.deb / >>> dpkg -x freeswitch-license-server_0.0.1~42~731842be7d~jessie_amd64.deb / >>> >>> >>> >>> I don't know if the installer will remain, from the jira >>> https://freeswitch.org/jira/browse/FS-11641 i got the impression that >>> now the solution is to use the debian packages. >>> >>> >>> >>> On 13/02/2019 18:10, Yuriy Nasida wrote: >>> >>> I have installed freeswitch-license-server using >>> fs-201902072050-installer and got issue below. >>> >>> FS doesn't listen port 8021 and I can't connect to it and run any >>> command using fs_cli. >>> >>> All works fine in case I kill process freeswitch-license-server. >>> >>> >>> >>> Can anybody comment please all these very weird things with commercial >>> g729 at FS ? >>> >>> Thanks. >>> >>> >>> >>> On Wed, 13 Feb 2019 at 13:36, Yuriy Nasida wrote: >>> >>> Well. Somebody updated http://files.freeswitch.org/g729/ and now it >>> has fs-latest-installer. Thanks a lot whoever you are!!! >>> >>> But... Now it has not install instructions :) >>> >>> >>> >>> On Wed, 13 Feb 2019 at 12:25, Yuriy Nasida wrote: >>> >>> Um... Nobody uses g729 licences anymore ? :) >>> >>> >>> >>> On Tue, 12 Feb 2019 at 20:07, Yuriy Nasida wrote: >>> >>> Hi guys, >>> >>> >>> >>> Does anybody know why site http://files.freeswitch.org/g729/ contain >>> only install instrunction now ? Where fs-latest-installer-v1.6 script or >>> something like this ? >>> >>> >>> >>> Please advice. >>> >>> >>> >>> _________________________________________________________________________ >>> >>> Professional FreeSWITCH Services >>> >>> sales at freeswitch.com >>> >>> https://freeswitch.com >>> >>> >>> >>> Official FreeSWITCH Sites >>> >>> https://freeswitch.com/oss >>> >>> https://freeswitch.org/confluence >>> >>> https://cluecon.com >>> >>> >>> >>> FreeSWITCH-users mailing list >>> >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> >>> https://freeswitch.com >>> >>> -- >>> >>> Saludos / Regards / Cumprimentos >>> >>> António Silva >>> >>> >>> >>> _________________________________________________________________________ >>> >>> Professional FreeSWITCH Services >>> >>> sales at freeswitch.com >>> >>> https://freeswitch.com >>> >>> >>> >>> Official FreeSWITCH Sites >>> >>> https://freeswitch.com/oss >>> >>> https://freeswitch.org/confluence >>> >>> https://cluecon.com >>> >>> >>> >>> FreeSWITCH-users mailing list >>> >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> >>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com > > -- > Saludos / Regards / Cumprimentos > António Silva > > > > > ---------- Forwarded message ---------- > From: "António Silva via FreeSWITCH-users" < > freeswitch-users at lists.freeswitch.org> > To: freeswitch-users at lists.freeswitch.org > Cc: > Bcc: > Date: Tue, 26 Feb 2019 01:28:34 -0800 (PST) > Subject: Re: [Freeswitch-users] where g729 fs-latest-installer script now ? > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 ynasida at gmail.com Mon Mar 4 17:52:44 2019 From: ynasida at gmail.com (Yuriy Nasida) Date: Mon, 4 Mar 2019 20:52:44 +0300 Subject: [Freeswitch-users] where g729 fs-latest-installer script now ? In-Reply-To: References: <4af1376d-29ba-ea47-c952-c4883b7dd654@wirelessmundi.com> <4d7501d4c87d$978a56c0$c69f0440$@freeswitch.org> <918f5e6d-bafb-3e1d-bd2d-26648ca948a7@bohboh.info> <007e01d4c88c$c717cf30$55476d90$@freeswitch.org> <0f4adbf7-4df1-de06-3e3b-e8c7f653712e@bohboh.info> Message-ID: I forgot to say. g729 module also should be installed this way. apt-get install freeswitch-mod-com-g729 On Mon, 4 Mar 2019 at 18:25, Yuriy Nasida wrote: > Well. After a lot of pain I can say that issue is solved finally. > > First of all I am almost sure that scirpts: fs-201902072050-installer > and\or fs-latest-installer have issues (http://files.freeswitch.org/g729/) > At least it's correct for Deb 9 + FS 1.8.5-6. My issue with connection of > FS process to freeswitch-license-server was solved after installion of > using apt-get method. > > > *apt-get install freeswitch-license-server* > > Yes... So easy but correct me if I am wrong. Do we have such info anywhere > ? > This page is outdated I believe > https://freeswitch.org/confluence/display/FREESWITCH/mod_com_g729 > I would be glad to update it if I can get some access. > > BUT. It is not the end of the story. > I still had one issue related. > All thing working fine if i will run freeswitch-license-server manually > and run FS > But after full reboot of server I had > > # ps ax | grep free > 1126 ? S -ncwait -nonat > 1281 ? Z< 0:00 [freeswitch] > 1395 pts/0 S+ 0:00 grep free > > And FS couldn't connect licenses server again. > > Such defunct process probably is freeswitch-license-server that was not > started correctly. > > This probably happens because freeswitch-license-server is not started > before freeswitch. > I tried a lot of options and tried to edit freeswitch unit file to > add ExecStartPre with freeswitch-license-server. > Also tried to add separated unit file for freeswitch-license-server but > nothings helped. > > As workaround I fixed using these steps: > 1) Remove mod_com_g729 from list of modules and restart FS > 2) Create systemd unit file for freeswitch-license-server and enable it > using systemd > 3) Edit systemd unit files for freeswitch to add > After=freeswitch-mod-com-g729.freeswitch-licence-server.service > 4) Edit systemd unit files for freeswitch to add > ExecStartPost=/bin/sh -c "/usr/bin/fs_cli -p mypasswd -x 'load > mod_com_g729'" > > I can not be sure but the reason of the 2nd issue can be related with name > changing from freeswitch_license_server to freeswitch-license-server in new > version, > > Thanks for all your help. > > > > > > > > > > > > On Tue, 26 Feb 2019 at 12:28, António Silva via FreeSWITCH-users < > freeswitch-users at lists.freeswitch.org> wrote: > >> >> >> >> ---------- Forwarded message ---------- >> From: "António Silva" >> To: freeswitch-users at lists.freeswitch.org >> Cc: >> Bcc: >> Date: Tue, 26 Feb 2019 09:55:38 +0100 >> Subject: Re: [Freeswitch-users] where g729 fs-latest-installer script now >> ? >> >> Yuriy, >> >> i think the best is to open a jira and put there all the information you >> can, configuration, logs... >> >> check: >> >> >> https://freeswitch.org/confluence/display/FREESWITCH/Reporting+Bugs+to+JIRA >> >> >> On 25/02/2019 19:48, Yuriy Nasida wrote: >> >> Ken, mod_event_socket is started and there is not errors related. But... >> FS doesn't listen 8021 when mod_com_g729 is added to list of modules. I >> would be happy to check anything in config but currently haven't ideas what >> to check. >> Please advice. >> >> On Sat, 23 Feb 2019 at 05:53, Ken Rice wrote: >> >>> you need to look and see why mod_event_socket isnt loading and starting. >>> if its because to added a line for mod_com_g729 the check your config to >>> make sure its correct >>> >>> >>> >>> Sent from my iPhone >>> >>> On Feb 22, 2019, at 10:59, Yuriy Nasida wrote: >>> >>> Well. I tried Antonio's method and have installed mod_com_g729 and >>> freeswitch_license_server using deb files. >>> But... I have got same result. FS doesn't listen 8021 port in case I >>> have enabled mod_com_g729 in modules.conf.xml >>> >>> Also I noted that systemd starts two freeswitch processes/ >>> >>> # ps ax | grep free >>> 22367 ? Ss 0:04 /usr/sbin/freeswitch-license-server >>> 22776 ? Ss 0:00 /usr/bin/freeswitch -u freeswitch -g >>> freeswitch -ncwait -nonat >>> 22777 ? S>> freeswitch -ncwait -nonat >>> >>> # netstat -nlp | grep free >>> tcp 0 0 0.0.0.0:2855 0.0.0.0:* >>> LISTEN 22808/freeswitch >>> tcp 0 0 0.0.0.0:2856 0.0.0.0:* >>> LISTEN 22808/freeswitch >>> tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN >>> 22808/freeswitch >>> tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN >>> 22808/freeswitch >>> udp 0 0 my_ip:5060 0.0.0.0:* >>> 22808/freeswitch >>> udp 0 0 my_ip:5060 0.0.0.0:* >>> 22808/freeswitch >>> >>> FS doesn't listen 8021 like you see. >>> >>> All things working fine I case I will disable mod_com_g729 in >>> modules.conf.xml >>> >>> Please advice >>> >>> On Tue, 19 Feb 2019 at 23:20, Social Boh wrote: >>> >>>> So you don't update MPL 1.1 with MPL. 2.0 because the 1.1 is not >>>> compatible with GPL while 2.0 is compatible with GPL. >>>> Regards >>>> >>>> --- >>>> I'm SoCIaL, MayBe >>>> >>>> >>>> El 19/02/2019 a las 14:53, Ken Rice escribió: >>>> >>>> I was pretty clear on the my statements about taking funding away from >>>> the FreeSWITCH Project and the devs by doing such thing >>>> >>>> >>>> >>>> Also the bcg module is GPLv2 license violation waiting to be noticed… >>>> you cant combine MPL and GPL code and have a resulting MPL codebase. Its >>>> not allowed by the GPL. So you you are also ripping off the GPL coder. >>>> >>>> >>>> >>>> Now you are polluting a MPL code base with the GPL violating the >>>> Copyright holder of the MPL’s software rights to determine how his code is >>>> licensed. >>>> >>>> >>>> >>>> This happens all the time. People think oh this code is free, and yes >>>> most of the code is free, but the devs still have mortgages, children to >>>> feed, computers and related hardware to keep updated so that they can >>>> continue to support that hardware that everyone is using currently. Website >>>> hosting for something like FreeSWITCH isnt free. It requires over 1/2 a >>>> rack of colo’d equipment to keep the website, mailing list, build servers, >>>> git repos, wiki etc etc etc going. >>>> >>>> >>>> >>>> $10 for a channel is a pretty cheap way to support that seeing as that >>>> most of the time you don’t even need G729 >>>> >>>> >>>> >>>> *From:* Social Boh >>>> *Sent:* Tuesday, February 19, 2019 1:03 PM >>>> *To:* Ken Rice >>>> *Subject:* Re: [Freeswitch-users] where g729 fs-latest-installer >>>> script now ? >>>> >>>> >>>> >>>> Can you explain me why I can't use the mod_bcg729 with FreeSWITCH? >>>> >>>> Thank you >>>> >>>> --- >>>> >>>> I'm SoCIaL, MayBe >>>> >>>> El 19/02/2019 a las 13:04, Ken Rice escribió: >>>> >>>> My statement wasn’t to you, but to the people that continually want to >>>> pirate someone elses G729 code and refuse to support the projects >>>> developers. >>>> >>>> >>>> >>>> Its one of those things that grinds my gears. >>>> >>>> >>>> >>>> K >>>> >>>> >>>> >>>> *From:* FreeSWITCH-users >>>> >>>> *On Behalf Of *Yuriy >>>> Nasida >>>> *Sent:* Tuesday, February 19, 2019 6:47 AM >>>> *To:* António Silva >>>> >>>> *Cc:* freeswitch-users at lists.freeswitch.org >>>> *Subject:* Re: [Freeswitch-users] where g729 fs-latest-installer >>>> script now ? >>>> >>>> >>>> >>>> Ken, not sure what you talking about. I already bought a lot of g729 >>>> licenses for my servers and I use them a lot of years. But now I can't use >>>> them normally at Deb 9 + fs1.8 + new g729 install script because of issues >>>> I described. >>>> >>>> >>>> >>>> Thanks a lot Antonio! I will try this way. >>>> >>>> >>>> >>>> On Tue, 19 Feb 2019 at 11:41, António Silva >>>> wrote: >>>> >>>> try using the .deb and installed then manuall.: >>>> >>>> Get the packages from here: >>>> http://files.freeswitch.org/repo/deb/freeswitch-1.8/pool/main/f/ >>>> >>>> Installed them manually: >>>> >>>> dpkg -x freeswitch-mod-com-g729_1.8.5~7~14d59c97e0~jessie_amd64.deb / >>>> dpkg -x freeswitch-license-server_0.0.1~42~731842be7d~jessie_amd64.deb >>>> / >>>> >>>> >>>> >>>> I don't know if the installer will remain, from the jira >>>> https://freeswitch.org/jira/browse/FS-11641 i got the impression that >>>> now the solution is to use the debian packages. >>>> >>>> >>>> >>>> On 13/02/2019 18:10, Yuriy Nasida wrote: >>>> >>>> I have installed freeswitch-license-server using >>>> fs-201902072050-installer and got issue below. >>>> >>>> FS doesn't listen port 8021 and I can't connect to it and run any >>>> command using fs_cli. >>>> >>>> All works fine in case I kill process freeswitch-license-server. >>>> >>>> >>>> >>>> Can anybody comment please all these very weird things with commercial >>>> g729 at FS ? >>>> >>>> Thanks. >>>> >>>> >>>> >>>> On Wed, 13 Feb 2019 at 13:36, Yuriy Nasida wrote: >>>> >>>> Well. Somebody updated http://files.freeswitch.org/g729/ and now it >>>> has fs-latest-installer. Thanks a lot whoever you are!!! >>>> >>>> But... Now it has not install instructions :) >>>> >>>> >>>> >>>> On Wed, 13 Feb 2019 at 12:25, Yuriy Nasida wrote: >>>> >>>> Um... Nobody uses g729 licences anymore ? :) >>>> >>>> >>>> >>>> On Tue, 12 Feb 2019 at 20:07, Yuriy Nasida wrote: >>>> >>>> Hi guys, >>>> >>>> >>>> >>>> Does anybody know why site http://files.freeswitch.org/g729/ contain >>>> only install instrunction now ? Where fs-latest-installer-v1.6 script or >>>> something like this ? >>>> >>>> >>>> >>>> Please advice. >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> Professional FreeSWITCH Services >>>> >>>> sales at freeswitch.com >>>> >>>> https://freeswitch.com >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> >>>> https://freeswitch.com/oss >>>> >>>> https://freeswitch.org/confluence >>>> >>>> https://cluecon.com >>>> >>>> >>>> >>>> FreeSWITCH-users mailing list >>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> >>>> https://freeswitch.com >>>> >>>> -- >>>> >>>> Saludos / Regards / Cumprimentos >>>> >>>> António Silva >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> Professional FreeSWITCH Services >>>> >>>> sales at freeswitch.com >>>> >>>> https://freeswitch.com >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> >>>> https://freeswitch.com/oss >>>> >>>> https://freeswitch.org/confluence >>>> >>>> https://cluecon.com >>>> >>>> >>>> >>>> FreeSWITCH-users mailing list >>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> >>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >> >> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com >> >> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com >> >> -- >> Saludos / Regards / Cumprimentos >> António Silva >> >> >> >> >> ---------- Forwarded message ---------- >> From: "António Silva via FreeSWITCH-users" < >> freeswitch-users at lists.freeswitch.org> >> To: freeswitch-users at lists.freeswitch.org >> Cc: >> Bcc: >> Date: Tue, 26 Feb 2019 01:28:34 -0800 (PST) >> Subject: Re: [Freeswitch-users] where g729 fs-latest-installer script now >> ? >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 Sowmya.Venkat2 at infinite.com Tue Mar 5 00:16:09 2019 From: Sowmya.Venkat2 at infinite.com (Sowmya Venkat) Date: Tue, 5 Mar 2019 00:16:09 +0000 Subject: [Freeswitch-users] Does Verto support ICE trickling? Message-ID: <75b857a9-eca7-4349-9739-2408a71f5dae@email.android.com> Hi, I see a post back from 2017 saying Verto/FS does not support ICE trickling. Can you pls update if there have been any enhancements since then and if Verto/FS supports ICE trickling now? http://lists.freeswitch.org/pipermail/freeswitch-users/2017-May/125974.html Thanks Sowmya This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify so to the sender by e-mail and delete the original message. In such cases, please notify us immediately at info at infinite.com . Further, you are not to copy, disclose, or distribute this e-mail or its contents to any unauthorized person(s). Any such actions are considered unlawful. This e-mail may contain viruses. Infinite has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachments. Infinite reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infinite e-mail system. ***INFINITE******** End of Disclaimer********INFINITE******** -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.org Tue Mar 5 00:18:26 2019 From: mike at freeswitch.org (Mike Jerris) Date: Mon, 4 Mar 2019 17:18:26 -0700 Subject: [Freeswitch-users] Does Verto support ICE trickling? In-Reply-To: <75b857a9-eca7-4349-9739-2408a71f5dae@email.android.com> References: <75b857a9-eca7-4349-9739-2408a71f5dae@email.android.com> Message-ID: <08B8B373-260E-43FA-BF9D-5D7B63F17F44@freeswitch.org> We still do not have support for trickle. > On Mar 4, 2019, at 5:16 PM, Sowmya Venkat wrote: > > Hi, > > I see a post back from 2017 saying Verto/FS does not support ICE trickling. Can you pls update if there have been any enhancements since then and if Verto/FS supports ICE trickling now? > > > http://lists.freeswitch.org/pipermail/freeswitch-users/2017-May/125974.html > > Thanks > > Sowmya > > > > > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify so to the sender by e-mail and delete the original message. In such cases, please notify us immediately at info at infinite.com . Further, you are not to copy, disclose, or distribute this e-mail or its contents to any unauthorized person(s). Any such actions are considered unlawful. This e-mail may contain viruses. Infinite has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachments. Infinite reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infinite e-mail system. > > > > ***INFINITE******** End of Disclaimer********INFINITE******** > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 marko.seidenglanz at modima.de Tue Mar 5 11:37:46 2019 From: marko.seidenglanz at modima.de (Marko Seidenglanz) Date: Tue, 5 Mar 2019 12:37:46 +0100 Subject: [Freeswitch-users] [Freeswitch] WebRTC connection problems with firefox behind symmetric nat (since 1.8.2) Message-ID: Hello, Our setup is the following: SIP Message transfer: Freeswitch(10.240.0.130) ----INVITE(via UDP)----> INTERNET ----->Proxy(185.61.149.132) ----INVITE(via HTTP)----> Firefox ICE Message transfer: Freeswitch(10.240.0.130) <----> INTERNET <-----> NAT(89.246.67.250) <----> Firefox 10.240.0.130: Freeswitch 185.61.149.132: Proxy for SIP Message transfer to client 89.246.67.250: Firefox client behind NAT I've attached a pcap that was recorded on Freeswitch side. If you filter by "(sip || stun) && (ip.addr == 89.246.67.250 || ip.addr == 185.61.149.132)", you'll see the connection process. The issue is, that freeswitch does not auto change the stun port anymore. On source 89.246.67.250 is our firefox client. 10.240.0.130 is the IP where freeswitch resides. Though he receives the stun messages from 89.246.67.250:44953, he still sends the binding requests to 89.246.67.250:17212, which is the srvrflx candidate that he received via sdp. 89.246.67.250:17212 was determined by Firefox using Googles STUN Server (stun.l.google.com:19302). We omited the whole STUN-Process in earlier versions of our application, since Firefox is behind symmetric NAT and so it does not make sense to use a STUN server as the discovered port is not reachable from Freeswitch. It is blocked by our pfSense Firewall. Earlier versions of Freeswitch (e.g. 1.6.2) did learn the candidate, from which he received STUN CHECK messages and used it to send his check messages. But since your fix, he does not do this anymore. It is not a problem with chrome, since chrome browser sends a lot more check messages than firefox. Firefox only sends 4 messages and then considers the STUN Candidate check as failed, if he does not receive a check message on this candidate pair. Obviously, this does not seem to be enough for Freeswitch to change the UDP port. Has anyone had similar experiences, or can anyone help us solve the problem? Kind regards, Marko Seidenglanz -- Marko Seidenglanz Softwareentwicklung Telefon: +49 351-21324-261 E-Mail: marko.seidenglanz at modima.de modima GmbH Sitz der Gesellschaft: Altplauen 19, 01187 Dresden Amtsgericht Dresden HRB: 32806 Geschäftsführer: Wolfram Gürlich USt-IdNr: DE232950743 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sip_ice_fs_firefox.pcap Type: application/vnd.tcpdump.pcap Size: 751559 bytes Desc: not available URL: From marko.seidenglanz at modima.de Tue Mar 5 15:30:04 2019 From: marko.seidenglanz at modima.de (Marko Seidenglanz) Date: Tue, 5 Mar 2019 16:30:04 +0100 Subject: [Freeswitch-users] Unable to establish WebRTC connection between Freeswitch 1.8.5 and Firefox Message-ID: I've added another two network traces: - sip_ice_fs_firefox_flow.png: shows the flow graph between Freeswitch (10.240.0.102) our Message Proxy (137.74.91.166) and Firefox (89.246.67.250) - sip_ice_fs_chrome_flow.png: shows the flow graph between Freeswitch (10.240.0.102) our Message Proxy (137.74.91.166) and Google Chrome (89.246.67.250) As you can see, chrome has a much more aggressive ice behavior than firefox and so the connection is established since Freeswitch sends his ICE Check Message to the write Port at timestamp 4.177... which does not happen, when dealing with Firefox. -- Marko Seidenglanz Softwareentwicklung Telefon: +49 351-21324-261 E-Mail: marko.seidenglanz at modima.de modima GmbH Sitz der Gesellschaft: Altplauen 19, 01187 Dresden Amtsgericht Dresden HRB: 32806 Geschäftsführer: Wolfram Gürlich USt-IdNr: DE232950743 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sip_ice_fs_firefox_flow.png Type: image/png Size: 197234 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sip_ice_fs_chrome_flow.png Type: image/png Size: 280951 bytes Desc: not available URL: From Sowmya.Venkat2 at infinite.com Wed Mar 6 07:50:41 2019 From: Sowmya.Venkat2 at infinite.com (Sowmya Venkat) Date: Wed, 6 Mar 2019 07:50:41 +0000 Subject: [Freeswitch-users] video banner Message-ID: Hi, I am trying to set the video banner from the admin control of Verto client as well as the fs_cli using conference vid-banner text. I see a dark blue banner showing up on the bottom of the member for whom I am setting the banner. But the text that I am providing does not show up. I tried to tweak the config files as per the mod_conference page, but no impact. Pls let me know if I need to add any configuration to see the banner properly. thanks Sowmya Venkat | Technical Architect [cid:image002.png at 01D26784.4E61EC30]sowmya.venkat2 at infinite.com |P: +919972700330 Communicate with me securely via NetSfere: https://netsfere.me/sowmyavenkat3 Infinite Convergence Solutions | Enabling Communication This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify so to the sender by e-mail and delete the original message. In such cases, please notify us immediately at info at infinite.com . Further, you are not to copy, disclose, or distribute this e-mail or its contents to any unauthorized person(s). Any such actions are considered unlawful. This e-mail may contain viruses. Infinite has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachments. Infinite reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infinite e-mail system. ***INFINITE******** End of Disclaimer********INFINITE******** -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 1017 bytes Desc: image001.png URL: From gb at cm.nl Wed Mar 6 13:23:00 2019 From: gb at cm.nl (Grant Bagdasarian) Date: Wed, 6 Mar 2019 13:23:00 +0000 Subject: [Freeswitch-users] avmd stop not working on 1.8.5 Message-ID: Hello, The command 'avmd {uuid} stop' is currently causing some issues on one of our Freeswitch instances running version 1.8.5 -6-31281a0bf1 (Installed using apt-get). When executing the command in Python or simply through the cli, it just hangs and doesn't continue processing the rest of the script (in the case of python). After the call is disconnected physically, the 'show channels' command still shows the channel. 'uuid_kill' ends in 'no such channel'. Also, no new calls can be originated, until Freeswitch is restarted. I can disconnect from the cli, and reconnect again just fine, so Freeswitch doesn't actually crash. We have another instance running an older version of Freeswitch 1.6.13 git d422498 (Compiled from source), which doesn't run into this issue. The python script executed is the same on both instances. When we remove the 'avmd {uuid} stop' command from the script, the script continues normally and the call is disconnected without issue, and removed from the internal db. Any ideas how to debug this properly? I've tried gdb, but since Freeswitch doesn't crash, nothing is generated (unless I used it wrong. I'm not experienced in running gdb). What is the performance impact if we leave out the avmd stop command? Will any resources consumed by the module be cleaned up automatically after the call disconnects? Regards, Grant -------------- next part -------------- An HTML attachment was scrubbed... URL: From gb at cm.nl Thu Mar 7 14:15:40 2019 From: gb at cm.nl (Grant Bagdasarian) Date: Thu, 7 Mar 2019 14:15:40 +0000 Subject: [Freeswitch-users] avmd stop not working on 1.8.5 In-Reply-To: References: Message-ID: <25445695fb494b3e8260e0682577add9@cm.nl> Hi all, Just leaving this out here for anyone encountering the same issue: It seems like the 'avmd {uuid} stop' command is just broken in this version. We've changed our python script to call the avmd_start and avmd_stop applications on the session itself, like so: session.execute("avmd_start") session.execute("avmd_stop") session.execute("avmd", "start|stop") gives a deprecated warning, as documented on the wiki. Also, when a beep is detected, do not call session.execute("avmd_stop") as this results in the same behavior as when calling 'avmd {uuid} stop'. Simply skip the stop command when session.getVariable("avmd_detect") returns True. Hope this helps. Regards, Grant From: FreeSWITCH-users On Behalf Of Grant Bagdasarian Sent: woensdag 6 maart 2019 14:23 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] avmd stop not working on 1.8.5 Hello, The command 'avmd {uuid} stop' is currently causing some issues on one of our Freeswitch instances running version 1.8.5 -6-31281a0bf1 (Installed using apt-get). When executing the command in Python or simply through the cli, it just hangs and doesn't continue processing the rest of the script (in the case of python). After the call is disconnected physically, the 'show channels' command still shows the channel. 'uuid_kill' ends in 'no such channel'. Also, no new calls can be originated, until Freeswitch is restarted. I can disconnect from the cli, and reconnect again just fine, so Freeswitch doesn't actually crash. We have another instance running an older version of Freeswitch 1.6.13 git d422498 (Compiled from source), which doesn't run into this issue. The python script executed is the same on both instances. When we remove the 'avmd {uuid} stop' command from the script, the script continues normally and the call is disconnected without issue, and removed from the internal db. Any ideas how to debug this properly? I've tried gdb, but since Freeswitch doesn't crash, nothing is generated (unless I used it wrong. I'm not experienced in running gdb). What is the performance impact if we leave out the avmd stop command? Will any resources consumed by the module be cleaned up automatically after the call disconnects? Regards, Grant -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at virtues.net Thu Mar 7 14:31:05 2019 From: lists at virtues.net (Thomas Auge) Date: Thu, 7 Mar 2019 15:31:05 +0100 Subject: [Freeswitch-users] Proxy Media and ICE Candidates Message-ID: <12045295-2f3a-513e-4f39-d81ec73fcedf@virtues.net> Hello all! When using proxy media, it appears FS is passing through the ICE candidates from the a-leg unmodified. Shouldn't it replace them with its own? Is this a bug, or am I missing something? Thanks! Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: From rick at magicmail.mooo.com Thu Mar 7 15:18:22 2019 From: rick at magicmail.mooo.com (Rick Jarvis) Date: Thu, 7 Mar 2019 15:18:22 +0000 Subject: [Freeswitch-users] Variable no longer showing in channels In-Reply-To: References: Message-ID: Sorry to nudge... From: Rick Jarvis Reply: Rick Jarvis Date: 25 February 2019 at 23:04:17 To: FreeSWITCH Users Help Subject:  Re: [Freeswitch-users] Variable no longer showing in channels Sorry Mike, can you expand on that? It was all working fine before, so I’m not sure either what “has changed” or what “needs to change”, if you see what I mean! From: Mike Jerris Reply: FreeSWITCH Users Help Date: 25 February 2019 at 21:08:18 To: FreeSWITCH Users Help Subject:  Re: [Freeswitch-users] Variable no longer showing in channels The dial plan is parsed and extensions created, and then they are run.  The ${callsubject} in your log line is evaluated in routing state, before httapi is run in execute state On Feb 25, 2019, at 12:08 PM, Rick Jarvis wrote: I got this working (with the help of this list) some time ago, but for some reason it seems to have stopped working. I’m setting a variable ‘callsubject’ in the dialplan via httapi, for which I added a column in the channels table: ALTER TABLE channels ADD COLUMN callsubject VARCHAR(256)          > On Behalf Of Grant Bagdasarian Sent: woensdag 6 maart 2019 14:23 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] avmd stop not working on 1.8.5 Hello, The command 'avmd {uuid} stop' is currently causing some issues on one of our Freeswitch instances running version 1.8.5 -6-31281a0bf1 (Installed using apt-get). When executing the command in Python or simply through the cli, it just hangs and doesn't continue processing the rest of the script (in the case of python). After the call is disconnected physically, the 'show channels' command still shows the channel. 'uuid_kill' ends in 'no such channel'. Also, no new calls can be originated, until Freeswitch is restarted. I can disconnect from the cli, and reconnect again just fine, so Freeswitch doesn't actually crash. We have another instance running an older version of Freeswitch 1.6.13 git d422498 (Compiled from source), which doesn't run into this issue. The python script executed is the same on both instances. When we remove the 'avmd {uuid} stop' command from the script, the script continues normally and the call is disconnected without issue, and removed from the internal db. Any ideas how to debug this properly? I've tried gdb, but since Freeswitch doesn't crash, nothing is generated (unless I used it wrong. I'm not experienced in running gdb). What is the performance impact if we leave out the avmd stop command? Will any resources consumed by the module be cleaned up automatically after the call disconnects? Regards, Grant -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Fri Mar 8 05:03:52 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 8 Mar 2019 08:03:52 +0300 Subject: [Freeswitch-users] avmd stop not working on 1.8.5 In-Reply-To: <0b6e01d4d512$c5d11a90$51734fb0$@tollfreegateway.com> References: <25445695fb494b3e8260e0682577add9@cm.nl> <0b6e01d4d512$c5d11a90$51734fb0$@tollfreegateway.com> Message-ID: you can find commit that changed behavior using command "git bisect". Sergey чт, 7 мар. 2019 г. в 21:55, : > If you think you have found a bug its best to open a ticket on Jira. That > way all the discussion, problem descriptions, patches and commits are all > tracked together and the devs don’t have to search the mailing list to see > what is broken or see this, get busy then forget it about it later > > > > *From:* FreeSWITCH-users *On > Behalf Of *Grant Bagdasarian > > *Sent:* Thursday, March 7, 2019 8:16 AM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] avmd stop not working on 1.8.5 > > > > Hi all, > > > > Just leaving this out here for anyone encountering the same issue: > > It seems like the ‘avmd {uuid} stop’ command is just broken in this > version. > > > > We’ve changed our python script to call the avmd_start and avmd_stop > applications on the session itself, like so: > > session.execute("avmd_start") > > session.execute("avmd_stop") > > > > session.execute(“avmd”, “start|stop”) gives a deprecated warning, as > documented on the wiki. > > > > Also, when a beep is detected, do not call session.execute("avmd_stop") as > this results in the same behavior as when calling ‘avmd {uuid} stop’. > > Simply skip the stop command when session.getVariable("avmd_detect") > returns True. > > > > Hope this helps. > > > Regards, > > > > Grant > > > > *From:* FreeSWITCH-users *On > Behalf Of *Grant Bagdasarian > *Sent:* woensdag 6 maart 2019 14:23 > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* [Freeswitch-users] avmd stop not working on 1.8.5 > > > > Hello, > > > > The command ‘avmd {uuid} stop’ is currently causing some issues on one of > our Freeswitch instances running version 1.8.5 -6-31281a0bf1 (Installed > using apt-get). > > When executing the command in Python or simply through the cli, it just > hangs and doesn’t continue processing the rest of the script (in the case > of python). > > After the call is disconnected physically, the ‘show channels’ command > still shows the channel. ‘uuid_kill’ ends in ‘no such channel’. > > Also, no new calls can be originated, until Freeswitch is restarted. > > I can disconnect from the cli, and reconnect again just fine, so > Freeswitch doesn’t actually crash. > > > > We have another instance running an older version of Freeswitch 1.6.13 git > d422498 (Compiled from source), which doesn’t run into this issue. > > The python script executed is the same on both instances. > > > > When we remove the ‘avmd {uuid} stop’ command from the script, the script > continues normally and the call is disconnected without issue, and removed > from the internal db. > > > > Any ideas how to debug this properly? I’ve tried gdb, but since Freeswitch > doesn’t crash, nothing is generated (unless I used it wrong. I’m not > experienced in running gdb). > > > > What is the performance impact if we leave out the avmd stop command? Will > any resources consumed by the module be cleaned up automatically after the > call disconnects? > > > > Regards, > > > > Grant > > > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 rajil.s at gmail.com Sat Mar 9 21:14:08 2019 From: rajil.s at gmail.com (Rajil Saraswat) Date: Sat, 9 Mar 2019 15:14:08 -0600 Subject: [Freeswitch-users] LTE works but local LAN does not Message-ID: Hello, I have a Zoiper client (Android phone) which i am using with Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. On LTE the registration sequence has the "received" parameter: SIP/2.0 401 Unauthorized Via: SIP/2.0/TCP 28.165.111.22:56820;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 However on the LAN it does not: SIP/2.0 401 Unauthorized Via: SIP/2.0/TCP 172.16.1.63:57166;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 Asterisk/Freepbx does have the "received" parameter on local LAN. SIP/2.0 401 Unauthorized Via: SIP/2.0/TCP 172.16.1.63:56820;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a How can i get Freeswitch to set the "received=" parameter even on local LAN? Thanks From s.safarov at gmail.com Sun Mar 10 09:13:33 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Sun, 10 Mar 2019 12:13:33 +0300 Subject: [Freeswitch-users] LTE works but local LAN does not In-Reply-To: References: Message-ID: Need to disable ALG feature on your router with IP 172.16.1.6 вс, 10 мар. 2019 г. в 00:45, Rajil Saraswat : > Hello, > > I have a Zoiper client (Android phone) which i am using with > Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. > > On LTE the registration sequence has the "received" parameter: > SIP/2.0 401 Unauthorized > Via: SIP/2.0/TCP > 28.165.111.22:56820 > ;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 > > However on the LAN it does not: > SIP/2.0 401 Unauthorized > Via: SIP/2.0/TCP > 172.16.1.63:57166;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 > > Asterisk/Freepbx does have the "received" parameter on local LAN. > SIP/2.0 401 Unauthorized > Via: SIP/2.0/TCP > 172.16.1.63:56820 > ;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a > > > How can i get Freeswitch to set the "received=" parameter even on local > LAN? > > Thanks > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex at freeswitch.com Sun Mar 10 12:57:14 2019 From: alex at freeswitch.com (Alexey Sibyakin) Date: Sun, 10 Mar 2019 21:57:14 +0900 Subject: [Freeswitch-users] LTE works but local LAN does not In-Reply-To: References: Message-ID: Hello, Try to set apply-nat-acl to rfc1918 in Sofia profile or try to force received via NDLB: https://freeswitch.org/confluence/display/FREESWITCH/NDLB Regards, Alex Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd Floor, Palo Alto, CA 94303 Email: alex at freeswitch.com Website: https://www.signalwire.com On Sun, Mar 10, 2019 at 7:08 PM Sergey Safarov wrote: > Need to disable ALG feature on your router with IP 172.16.1.6 > > вс, 10 мар. 2019 г. в 00:45, Rajil Saraswat : > >> Hello, >> >> I have a Zoiper client (Android phone) which i am using with >> Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. >> >> On LTE the registration sequence has the "received" parameter: >> SIP/2.0 401 Unauthorized >> Via: SIP/2.0/TCP >> 28.165.111.22:56820 >> ;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 >> >> However on the LAN it does not: >> SIP/2.0 401 Unauthorized >> Via: SIP/2.0/TCP >> 172.16.1.63:57166;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 >> >> Asterisk/Freepbx does have the "received" parameter on local LAN. >> SIP/2.0 401 Unauthorized >> Via: SIP/2.0/TCP >> 172.16.1.63:56820 >> ;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a >> >> >> How can i get Freeswitch to set the "received=" parameter even on local >> LAN? >> >> Thanks >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 rajil.s at gmail.com Sun Mar 10 14:36:22 2019 From: rajil.s at gmail.com (Rajil Saraswat) Date: Sun, 10 Mar 2019 09:36:22 -0500 Subject: [Freeswitch-users] LTE works but local LAN does not In-Reply-To: References: Message-ID: <07c4204f-3eaa-3bb7-eacf-7a5b42626ae0@gmail.com> I set up apply-nat-acl to rfc1918.auto but still the Via string is missing the received parameter, SIP/2.0 401 Unauthorized Via: SIP/2.0/TCP 172.16.1.63:38365;branch=z9hG4bK-524287-1---0a4fa72b7b6c93d0;rport=35785 FS acl check > acl 172.16.1.63 rfc1918.auto true The Zoiper phone and FS are on different vlans but same LAN. Thanks On 3/10/19 7:57 AM, Alexey Sibyakin wrote: > Hello, > > Try to set apply-nat-acl to rfc1918 in Sofia profile or try to force > received via NDLB: > https://freeswitch.org/confluence/display/FREESWITCH/NDLB > > Regards, > > Alex > > Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd > Floor, Palo Alto, CA 94303 Email: alex at freeswitch.com > Website: https://www.signalwire.com > > > > On Sun, Mar 10, 2019 at 7:08 PM Sergey Safarov > wrote: > > Need to disable ALG feature on your router with IP 172.16.1.6 > > вс, 10 мар. 2019 г. в 00:45, Rajil Saraswat >: > > Hello, > > I have a Zoiper client (Android phone) which i am using with > Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. > > On LTE the registration sequence has the "received" parameter: > SIP/2.0 401 Unauthorized > Via: SIP/2.0/TCP > 28.165.111.22:56820;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 > > However on the LAN it does not: > SIP/2.0 401 Unauthorized > Via: SIP/2.0/TCP > 172.16.1.63:57166;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 > > Asterisk/Freepbx does have the "received" parameter on local LAN. > SIP/2.0 401 Unauthorized > Via: SIP/2.0/TCP > 172.16.1.63:56820;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a > > > How can i get Freeswitch to set the "received=" parameter even > on local LAN? > > Thanks > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 gb at cm.nl Mon Mar 11 12:59:19 2019 From: gb at cm.nl (Grant Bagdasarian) Date: Mon, 11 Mar 2019 12:59:19 +0000 Subject: [Freeswitch-users] too many stacked extensions Message-ID: <3945415a1051487cabadc87a06aa4e98@cm.nl> Hello, We've recently upgraded some of our servers to 1.8.5 and are now occasionally experiencing the error "too many stacked extensions" for some calls. According to Jira this has been patched since 1.8.1, but perhaps this is due to some other scenario being triggered. We're using ESL (bgapi command) to spawn a python script which in turn does an originate. See below a snippet of the cli output. As far as I can tell, this doesn't have any real consequences resource consumption wise (CPU and memory), only the disk will get hammered in the case when logging to syslog. Also, I haven't been able to reproduce this myself, but I'm still in the process of doing more testing. It seems to be happening before the call is connected to the destination. Any ideas how to properly debug this and find out what's triggering this? I've tried the following: * Monitoring all ESL events * fsctl debug_level 10 * sofia loglevel all 9 They all output a lot of debugging information, which does get overwhelming. In a nutshell, this is the flow: ESL: bgapi pyrun app originateCommand Python: session = freeswitch.Session(originateCommand) session.execute("wait_for_answer") session.streamFile(file) 2019-03-11 12:58:08.133457 [ALERT] switch_core_session.c:1047 Send signal sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:705 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:701 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.153454 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.173495 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.193453 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.213458 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.233455 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.253489 [ALERT] switch_core_session.c:1047 Send signal sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:705 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:701 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.273448 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.293454 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.313459 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.333443 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.353456 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.373450 [ALERT] switch_core_session.c:1047 Send signal sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:705 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:701 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.393440 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.413450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.433452 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.453461 [ERR] switch_ivr.c:904 Error sofia/local_eth0/00393421615027 at 10.14.26.10:5060 too many stacked extensions 2019-03-11 12:58:08.473474 [ALERT] switch_core_session.c:1047 Send signal sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:705 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:701 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.493452 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 99.00 301/302 flaws: 1 mos: 4.49 v: 0.11 0.11/1.78 2019-03-11 12:58:08.513447 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1565 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 2 consecutive flaws, adding 2 flaw penalty 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 98.00 298/302 flaws: 4 mos: 4.48 v: 0.11 0.11/1.78 2019-03-11 12:58:08.533439 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1565 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 3 consecutive flaws, adding 2 flaw penalty 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 97.00 295/302 flaws: 7 mos: 4.47 v: 0.11 0.11/1.78 2019-03-11 12:58:08.553450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1565 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 4 consecutive flaws, adding 2 flaw penalty 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 96.00 292/302 flaws: 10 mos: 4.46 v: 0.11 0.11/1.78 2019-03-11 12:58:08.573441 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1565 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 5 consecutive flaws, adding 2 flaw penalty 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 95.00 289/302 flaws: 13 mos: 4.44 v: 0.11 0.11/1.78 Regards, Grant -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Mon Mar 11 17:26:32 2019 From: brian at freeswitch.com (Brian West) Date: Mon, 11 Mar 2019 12:26:32 -0500 Subject: [Freeswitch-users] too many stacked extensions In-Reply-To: <3945415a1051487cabadc87a06aa4e98@cm.nl> References: <3945415a1051487cabadc87a06aa4e98@cm.nl> Message-ID: What are you passing in originateCommand? /b On Mon, Mar 11, 2019 at 8:00 AM Grant Bagdasarian wrote: > Hello, > > > > We’ve recently upgraded some of our servers to 1.8.5 and are now > occasionally experiencing the error “too many stacked extensions” for some > calls. > > According to Jira this has been patched since 1.8.1, but perhaps this is > due to some other scenario being triggered. > > > > We’re using ESL (bgapi command) to spawn a python script which in turn > does an originate. > > > > See below a snippet of the cli output. > > As far as I can tell, this doesn’t have any real consequences resource > consumption wise (CPU and memory), only the disk will get hammered in the > case when logging to syslog. > > Also, I haven’t been able to reproduce this myself, but I’m still in the > process of doing more testing. > > It seems to be happening before the call is connected to the destination. > > > > Any ideas how to properly debug this and find out what’s triggering this? > > I’ve tried the following: > > - Monitoring all ESL events > - fsctl debug_level 10 > - sofia loglevel all 9 > > > > They all output a lot of debugging information, which does get > overwhelming. > > > > In a nutshell, this is the flow: > > ESL: > > bgapi pyrun app originateCommand > > > > Python: > > session = freeswitch.Session(originateCommand) > > session.execute("wait_for_answer") > > session.streamFile(file) > > > > 2019-03-11 12:58:08.133457 [ALERT] switch_core_session.c:1047 Send signal > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] > > 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:705 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:701 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.153454 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.173495 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.193453 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.213458 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.233455 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.253489 [ALERT] switch_core_session.c:1047 Send signal > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] > > 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:705 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:701 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.273448 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.293454 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.313459 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.333443 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.353456 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.373450 [ALERT] switch_core_session.c:1047 Send signal > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] > > 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:705 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:701 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.393440 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.413450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.433452 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.453461 [ERR] switch_ivr.c:904 Error sofia/local_eth0/ > 00393421615027 at 10.14.26.10:5060 too many stacked extensions > > 2019-03-11 12:58:08.473474 [ALERT] switch_core_session.c:1047 Send signal > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] > > 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:705 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:701 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.493452 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 99.00 301/302 flaws: > 1 mos: 4.49 v: 0.11 0.11/1.78 > > 2019-03-11 12:58:08.513447 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1565 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 2 consecutive flaws, > adding 2 flaw penalty > > 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 98.00 298/302 flaws: > 4 mos: 4.48 v: 0.11 0.11/1.78 > > 2019-03-11 12:58:08.533439 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1565 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 3 consecutive flaws, > adding 2 flaw penalty > > 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 97.00 295/302 flaws: > 7 mos: 4.47 v: 0.11 0.11/1.78 > > 2019-03-11 12:58:08.553450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1565 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 4 consecutive flaws, > adding 2 flaw penalty > > 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 96.00 292/302 flaws: > 10 mos: 4.46 v: 0.11 0.11/1.78 > > 2019-03-11 12:58:08.573441 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1565 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 5 consecutive flaws, > adding 2 flaw penalty > > 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 95.00 289/302 flaws: > 13 mos: 4.44 v: 0.11 0.11/1.78 > > > > Regards, > > > > Grant > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Mon Mar 11 20:27:09 2019 From: brian at freeswitch.com (Brian West) Date: Mon, 11 Mar 2019 15:27:09 -0500 Subject: [Freeswitch-users] LTE works but local LAN does not In-Reply-To: <07c4204f-3eaa-3bb7-eacf-7a5b42626ae0@gmail.com> References: <07c4204f-3eaa-3bb7-eacf-7a5b42626ae0@gmail.com> Message-ID: Its TCP nat won't do much. On Sun, Mar 10, 2019 at 9:37 AM Rajil Saraswat wrote: > I set up apply-nat-acl to rfc1918.auto but still the Via string is missing > the received parameter, > > SIP/2.0 401 Unauthorized > Via: SIP/2.0/TCP 172.16.1.63:38365 > ;branch=z9hG4bK-524287-1---0a4fa72b7b6c93d0;rport=35785 > > FS acl check > > acl 172.16.1.63 rfc1918.auto > true > > The Zoiper phone and FS are on different vlans but same LAN. > > Thanks > > On 3/10/19 7:57 AM, Alexey Sibyakin wrote: > > Hello, > > Try to set apply-nat-acl to rfc1918 in Sofia profile or try to force > received via NDLB: > https://freeswitch.org/confluence/display/FREESWITCH/NDLB > > Regards, > > Alex > > Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd Floor, > Palo Alto, CA 94303 Email: alex at freeswitch.com Website: > https://www.signalwire.com > > > > On Sun, Mar 10, 2019 at 7:08 PM Sergey Safarov > wrote: > >> Need to disable ALG feature on your router with IP 172.16.1.6 >> >> вс, 10 мар. 2019 г. в 00:45, Rajil Saraswat : >> >>> Hello, >>> >>> I have a Zoiper client (Android phone) which i am using with >>> Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. >>> >>> On LTE the registration sequence has the "received" parameter: >>> SIP/2.0 401 Unauthorized >>> Via: SIP/2.0/TCP >>> 28.165.111.22:56820 >>> ;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 >>> >>> However on the LAN it does not: >>> SIP/2.0 401 Unauthorized >>> Via: SIP/2.0/TCP >>> 172.16.1.63:57166;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 >>> >>> Asterisk/Freepbx does have the "received" parameter on local LAN. >>> SIP/2.0 401 Unauthorized >>> Via: SIP/2.0/TCP >>> 172.16.1.63:56820 >>> ;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a >>> >>> >>> How can i get Freeswitch to set the "received=" parameter even on local >>> LAN? >>> >>> Thanks >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 gb at cm.nl Mon Mar 11 20:31:41 2019 From: gb at cm.nl (Grant Bagdasarian) Date: Mon, 11 Mar 2019 20:31:41 +0000 Subject: [Freeswitch-users] too many stacked extensions In-Reply-To: References: <3945415a1051487cabadc87a06aa4e98@cm.nl> Message-ID: <743e0c250a1f470abab21bd7c0f1572e@cm.nl> Hi Brian, The following string (some fields changed for security reasons) is passed to the freeswitch.Session function for originating the call. {originate_timeout='60',ignore_early_media='false',origination_uuid='b4cd3cec-ba43-4e52-82eb-6f8ac11f6850',origination_caller_id_name='XXXXXXXXXXXXX',origination_caller_id_number='XXXXXXXXXXXXX',return_ring_ready='true',sip_cid_type='pid',origination_privacy='hide_name:screen',sip_h_X-Custom-Header1 ='1111',sip_h_X-Custom-Header2='222',sip_h_X-Custom-Header3 ='abcde',sip_h_X-Custom-Header4='1'}sofia/local_eth0/XXXXXXXXX at X.X.X.X:5060" We actually pass a JSON object to the pyrun application as arguments which contains more data we need during the call, like which files to play, etc. The Originate String above is contained inside this JSON. Please let me know to which originateCommand you were referring. Are the origination variables treated as extensions? The X-Customer-Headers may vary in amount passed (Usually 4 or 5), the rest of the variables are always there, sometimes with different values. Thanks and regards, Grant From: FreeSWITCH-users On Behalf Of Brian West Sent: maandag 11 maart 2019 18:27 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] too many stacked extensions What are you passing in originateCommand? /b On Mon, Mar 11, 2019 at 8:00 AM Grant Bagdasarian > wrote: Hello, We’ve recently upgraded some of our servers to 1.8.5 and are now occasionally experiencing the error “too many stacked extensions” for some calls. According to Jira this has been patched since 1.8.1, but perhaps this is due to some other scenario being triggered. We’re using ESL (bgapi command) to spawn a python script which in turn does an originate. See below a snippet of the cli output. As far as I can tell, this doesn’t have any real consequences resource consumption wise (CPU and memory), only the disk will get hammered in the case when logging to syslog. Also, I haven’t been able to reproduce this myself, but I’m still in the process of doing more testing. It seems to be happening before the call is connected to the destination. Any ideas how to properly debug this and find out what’s triggering this? I’ve tried the following: * Monitoring all ESL events * fsctl debug_level 10 * sofia loglevel all 9 They all output a lot of debugging information, which does get overwhelming. In a nutshell, this is the flow: ESL: bgapi pyrun app originateCommand Python: session = freeswitch.Session(originateCommand) session.execute("wait_for_answer") session.streamFile(file) 2019-03-11 12:58:08.133457 [ALERT] switch_core_session.c:1047 Send signal sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:705 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:701 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.153454 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.173495 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.193453 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.213458 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.233455 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.253489 [ALERT] switch_core_session.c:1047 Send signal sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:705 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:701 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.273448 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.293454 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.313459 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.333443 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.353456 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.373450 [ALERT] switch_core_session.c:1047 Send signal sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:705 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:701 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.393440 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.413450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.433452 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.453461 [ERR] switch_ivr.c:904 Error sofia/local_eth0/00393421615027 at 10.14.26.10:5060 too many stacked extensions 2019-03-11 12:58:08.473474 [ALERT] switch_core_session.c:1047 Send signal sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:705 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:701 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: CS_SOFT_EXECUTE! 2019-03-11 12:58:08.493452 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 99.00 301/302 flaws: 1 mos: 4.49 v: 0.11 0.11/1.78 2019-03-11 12:58:08.513447 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1565 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 2 consecutive flaws, adding 2 flaw penalty 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 98.00 298/302 flaws: 4 mos: 4.48 v: 0.11 0.11/1.78 2019-03-11 12:58:08.533439 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1565 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 3 consecutive flaws, adding 2 flaw penalty 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 97.00 295/302 flaws: 7 mos: 4.47 v: 0.11 0.11/1.78 2019-03-11 12:58:08.553450 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1565 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 4 consecutive flaws, adding 2 flaw penalty 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 96.00 292/302 flaws: 10 mos: 4.46 v: 0.11 0.11/1.78 2019-03-11 12:58:08.573441 [ERR] switch_ivr.c:904 Error sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:7695 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1565 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 5 consecutive flaws, adding 2 flaw penalty 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1584 sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 95.00 289/302 flaws: 13 mos: 4.44 v: 0.11 0.11/1.78 Regards, Grant _________________________________________________________________________ Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [https://www.facebook.com/signalwireinc?src=email][https://twitter.com/freeswitch] ________________________________ Please be cautious This email was sent outside of your organisation ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Mon Mar 11 21:25:10 2019 From: brian at freeswitch.com (Brian West) Date: Mon, 11 Mar 2019 16:25:10 -0500 Subject: [Freeswitch-users] too many stacked extensions In-Reply-To: <743e0c250a1f470abab21bd7c0f1572e@cm.nl> References: <3945415a1051487cabadc87a06aa4e98@cm.nl> <743e0c250a1f470abab21bd7c0f1572e@cm.nl> Message-ID: Can you email me a full working sample that can trigger this scenario? /b On Mon, Mar 11, 2019 at 3:32 PM Grant Bagdasarian wrote: > Hi Brian, > > > > The following string (some fields changed for security reasons) is passed > to the freeswitch.Session function for originating the call. > > {originate_timeout='60',ignore_early_media='false',origination_uuid='b4cd3cec-ba43-4e52-82eb-6f8ac11f6850',origination_caller_id_name='XXXXXXXXXXXXX',origination_caller_id_number='XXXXXXXXXXXXX',return_ring_ready='true',sip_cid_type='pid',origination_privacy='hide_name:screen',sip_h_X-Custom-Header1 > ='1111',sip_h_X-Custom-Header2='222',sip_h_X-Custom-Header3 > ='abcde',sip_h_X-Custom-Header4='1'}sofia/local_eth0/XXXXXXXXX at X.X.X.X > :5060" > > > > We actually pass a JSON object to the pyrun application as arguments which > contains more data we need during the call, like which files to play, etc. > > The Originate String above is contained inside this JSON. Please let me > know to which originateCommand you were referring. > > > > Are the origination variables treated as extensions? The > X-Customer-Headers may vary in amount passed (Usually 4 or 5), the rest of > the variables are always there, sometimes with different values. > > > > Thanks and regards, > > > > Grant > > > > *From:* FreeSWITCH-users *On > Behalf Of *Brian West > *Sent:* maandag 11 maart 2019 18:27 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] too many stacked extensions > > > > What are you passing in originateCommand? > > > > /b > > > > > > On Mon, Mar 11, 2019 at 8:00 AM Grant Bagdasarian wrote: > > Hello, > > > > We’ve recently upgraded some of our servers to 1.8.5 and are now > occasionally experiencing the error “too many stacked extensions” for some > calls. > > According to Jira this has been patched since 1.8.1, but perhaps this is > due to some other scenario being triggered. > > > > We’re using ESL (bgapi command) to spawn a python script which in turn > does an originate. > > > > See below a snippet of the cli output. > > As far as I can tell, this doesn’t have any real consequences resource > consumption wise (CPU and memory), only the disk will get hammered in the > case when logging to syslog. > > Also, I haven’t been able to reproduce this myself, but I’m still in the > process of doing more testing. > > It seems to be happening before the call is connected to the destination. > > > > Any ideas how to properly debug this and find out what’s triggering this? > > I’ve tried the following: > > - Monitoring all ESL events > - fsctl debug_level 10 > - sofia loglevel all 9 > > > > They all output a lot of debugging information, which does get > overwhelming. > > > > In a nutshell, this is the flow: > > ESL: > > bgapi pyrun app originateCommand > > > > Python: > > session = freeswitch.Session(originateCommand) > > session.execute("wait_for_answer") > > session.streamFile(file) > > > > 2019-03-11 12:58:08.133457 [ALERT] switch_core_session.c:1047 Send signal > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] > > 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:705 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:701 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.153454 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.173495 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.193453 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.213458 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.233455 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.253489 [ALERT] switch_core_session.c:1047 Send signal > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] > > 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:705 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:701 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.273448 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.293454 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.313459 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.333443 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.353456 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.373450 [ALERT] switch_core_session.c:1047 Send signal > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] > > 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:705 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:701 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.393440 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.413450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.433452 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.453461 [ERR] switch_ivr.c:904 Error sofia/local_eth0/ > 00393421615027 at 10.14.26.10:5060 too many stacked extensions > > 2019-03-11 12:58:08.473474 [ALERT] switch_core_session.c:1047 Send signal > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] > > 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:705 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:701 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: > CS_SOFT_EXECUTE! > > 2019-03-11 12:58:08.493452 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 99.00 301/302 flaws: > 1 mos: 4.49 v: 0.11 0.11/1.78 > > 2019-03-11 12:58:08.513447 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1565 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 2 consecutive flaws, > adding 2 flaw penalty > > 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 98.00 298/302 flaws: > 4 mos: 4.48 v: 0.11 0.11/1.78 > > 2019-03-11 12:58:08.533439 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1565 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 3 consecutive flaws, > adding 2 flaw penalty > > 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 97.00 295/302 flaws: > 7 mos: 4.47 v: 0.11 0.11/1.78 > > 2019-03-11 12:58:08.553450 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1565 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 4 consecutive flaws, > adding 2 flaw penalty > > 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 96.00 292/302 flaws: > 10 mos: 4.46 v: 0.11 0.11/1.78 > > 2019-03-11 12:58:08.573441 [ERR] switch_ivr.c:904 Error > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions > > 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:7695 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout > > 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1565 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 5 consecutive flaws, > adding 2 flaw penalty > > 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1584 > sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 95.00 289/302 flaws: > 13 mos: 4.44 v: 0.11 0.11/1.78 > > > > Regards, > > > > Grant > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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] > ------------------------------ > > *Please be cautious* > > This email was sent outside of your organisation > ------------------------------ > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 rajil.s at gmail.com Mon Mar 11 22:26:44 2019 From: rajil.s at gmail.com (Rajil Saraswat) Date: Mon, 11 Mar 2019 17:26:44 -0500 Subject: [Freeswitch-users] LTE works but local LAN does not In-Reply-To: References: <07c4204f-3eaa-3bb7-eacf-7a5b42626ae0@gmail.com> Message-ID: <074b463c-e2bf-3a0c-72e6-c4ba7797ef20@gmail.com> So if NAT is not the issue, how do i get FS to send out a 'received' parameter which Zoiper guys claim is the problem [1] ? [1] http://lists.freeswitch.org/pipermail/freeswitch-users/2019-February/131334.html On 3/11/19 3:27 PM, Brian West wrote: > Its TCP nat won't do much. > > On Sun, Mar 10, 2019 at 9:37 AM Rajil Saraswat > wrote: > > I set up apply-nat-acl to rfc1918.auto but still the Via string is > missing the received parameter, > > SIP/2.0 401 Unauthorized > Via: SIP/2.0/TCP > 172.16.1.63:38365;branch=z9hG4bK-524287-1---0a4fa72b7b6c93d0;rport=35785 > > FS acl check > > acl 172.16.1.63 rfc1918.auto > true > > The Zoiper phone and FS are on different vlans but same LAN. > > Thanks > > On 3/10/19 7:57 AM, Alexey Sibyakin wrote: >> Hello, >> >> Try to set apply-nat-acl to rfc1918 in Sofia profile or try to >> force received via NDLB: >> https://freeswitch.org/confluence/display/FREESWITCH/NDLB >> >> Regards, >> >> Alex >> >> Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave >> 3rd Floor, Palo Alto, CA 94303 Email: alex at freeswitch.com >> Website: https://www.signalwire.com >> >> >> >> On Sun, Mar 10, 2019 at 7:08 PM Sergey Safarov >> > wrote: >> >> Need to disable ALG feature on your router with IP 172.16.1.6 >> >> вс, 10 мар. 2019 г. в 00:45, Rajil Saraswat >> >: >> >> Hello, >> >> I have a Zoiper client (Android phone) which i am using with >> Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. >> >> On LTE the registration sequence has the "received" >> parameter: >> SIP/2.0 401 Unauthorized >> Via: SIP/2.0/TCP >> 28.165.111.22:56820;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 >> >> However on the LAN it does not: >> SIP/2.0 401 Unauthorized >> Via: SIP/2.0/TCP >> 172.16.1.63:57166;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 >> >> Asterisk/Freepbx does have the "received" parameter on >> local LAN. >> SIP/2.0 401 Unauthorized >> Via: SIP/2.0/TCP >> 172.16.1.63:56820;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a >> >> >> How can i get Freeswitch to set the "received=" parameter >> even on local LAN? >> >> Thanks >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > https://www.facebook.com/signalwireinc?src=email > https://twitter.com/freeswitch > > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.org Mon Mar 11 23:04:01 2019 From: mike at freeswitch.org (Mike Jerris) Date: Mon, 11 Mar 2019 17:04:01 -0600 Subject: [Freeswitch-users] LTE works but local LAN does not In-Reply-To: <074b463c-e2bf-3a0c-72e6-c4ba7797ef20@gmail.com> References: <07c4204f-3eaa-3bb7-eacf-7a5b42626ae0@gmail.com> <074b463c-e2bf-3a0c-72e6-c4ba7797ef20@gmail.com> Message-ID: I’m a bit surprised you say we are not putting in the received, I’d need to see a full freeswitch sip trace of this to believe that was happening, but even regardless of that, received is ignored when over tcp, so it makes no sense that it not being there would have any affect on behavior. Need way more info but if someone is depending on received response on TCP that is not correct and doesn’t make much sense. Mike > On Mar 11, 2019, at 4:26 PM, Rajil Saraswat wrote: > > So if NAT is not the issue, how do i get FS to send out a 'received' parameter which Zoiper guys claim is the problem [1] ? > > [1] http://lists.freeswitch.org/pipermail/freeswitch-users/2019-February/131334.html > > On 3/11/19 3:27 PM, Brian West wrote: >> Its TCP nat won't do much. >> >> On Sun, Mar 10, 2019 at 9:37 AM Rajil Saraswat > wrote: >> I set up apply-nat-acl to rfc1918.auto but still the Via string is missing the received parameter, >> >> SIP/2.0 401 Unauthorized >> Via: SIP/2.0/TCP 172.16.1.63:38365;branch=z9hG4bK-524287-1---0a4fa72b7b6c93d0;rport=35785 >> >> FS acl check >> > acl 172.16.1.63 rfc1918.auto >> true >> >> The Zoiper phone and FS are on different vlans but same LAN. >> >> Thanks >> >> On 3/10/19 7:57 AM, Alexey Sibyakin wrote: >>> Hello, >>> >>> Try to set apply-nat-acl to rfc1918 in Sofia profile or try to force received via NDLB: >>> https://freeswitch.org/confluence/display/FREESWITCH/NDLB >>> >>> Regards, >>> >>> Alex >>> >>> Alex Sibyakin | Support Engineer >>> SignalWire | 228 Hamilton Ave 3rd Floor, Palo Alto, CA 94303 >>> Email: alex at freeswitch.com >>> Website: https://www.signalwire.com >>> >>> >>> >>> On Sun, Mar 10, 2019 at 7:08 PM Sergey Safarov > wrote: >>> Need to disable ALG feature on your router with IP 172.16.1.6 >>> >>> вс, 10 мар. 2019 г. в 00:45, Rajil Saraswat >: >>> Hello, >>> >>> I have a Zoiper client (Android phone) which i am using with >>> Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. >>> >>> On LTE the registration sequence has the "received" parameter: >>> SIP/2.0 401 Unauthorized >>> Via: SIP/2.0/TCP >>> 28.165.111.22:56820;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 >>> >>> However on the LAN it does not: >>> SIP/2.0 401 Unauthorized >>> Via: SIP/2.0/TCP >>> 172.16.1.63:57166;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 >>> >>> Asterisk/Freepbx does have the "received" parameter on local LAN. >>> SIP/2.0 401 Unauthorized >>> Via: SIP/2.0/TCP >>> 172.16.1.63:56820;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a >>> >>> >>> How can i get Freeswitch to set the "received=" parameter even on local LAN? >>> >>> Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Mon Mar 11 11:05:06 2019 From: nathan at robotics.net (Nathan Stratton) Date: Mon, 11 Mar 2019 07:05:06 -0400 Subject: [Freeswitch-users] unREGISTER not working Message-ID: I have the client sending a REGISTER with Expires: 0 and Contact: *, my understanding is that should remove the bindings in freeswitch, but after that they all are still there. ------------------------------------------------------------------------ recv 762 bytes from udp/[10.0.2.96]:5080 at 11:00:45.651053: ------------------------------------------------------------------------ REGISTER sip:dev.illumy1.com SIP/2.0 Via: SIP/2.0/UDP 10.0.2.96:5080;branch=z9hG4bK3Wb8malgZHKDT;rport From: "Sudheer Muskula" ;tag=4D97D039-5C863FDD00079F56-8489E700 To: CSeq: 11 REGISTER Call-ID: 0D7A1FE2-5C863FDD00079FC5-8489E700 Max-Forwards: 68 Authorization: Digest algorithm=MD5, username="sudheer", realm=" dev.illumy1.com", nonce="e9e0c79a-e471-4ba4-a750-220690c75562", uri="sip: dev.illumy1.com", response="f944dd3fa58e851565b6c53780309712", qop=auth, cnonce="972hv2e0m64m", nc=00000001 Expires: 0 Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS,REFER,INFO Supported: path,gruu,outbound User-Agent: JsSIP 3.3.4 X-Call-ID: kfn607uhetvkm8ei7gtn8a Content-Length: 0 Contact: * ------------------------------------------------------------------------ send 1949 bytes to udp/[10.0.2.96]:5080 at 11:00:45.661960: ------------------------------------------------------------------------ SIP/2.0 200 OK Via: SIP/2.0/UDP 10.0.2.96:5080;branch=z9hG4bK3Wb8malgZHKDT;rport=5080 From: "Sudheer Muskula" ;tag=4D97D039-5C863FDD00079F56-8489E700 To: ;tag=SvZvrB98HXHHH Call-ID: 0D7A1FE2-5C863FDD00079FC5-8489E700 CSeq: 11 REGISTER Contact: ;expires=783 Contact: ;expires=878 Contact: ;expires=941 Contact: ;expires=1120 Contact: ;expires=1147 Contact: ;expires=1934 Contact: ;expires=1968 Contact: ;expires=2202 Contact: ;expires=2425 Contact: ;expires=2857 Contact: ;expires=2886 Contact: ;expires=3291 Contact: ;expires=3298 Contact: ;expires=3354 Contact: ;expires=3526 Date: Mon, 11 Mar 2019 11:00:45 GMT User-Agent: FreeSWITCH-mod_sofia/1.8.5~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE Supported: timer, path, replaces Content-Length: 0 ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From moshe.rosenberg at gmail.com Mon Mar 11 21:15:08 2019 From: moshe.rosenberg at gmail.com (Moshe Rosenberg) Date: Mon, 11 Mar 2019 17:15:08 -0400 Subject: [Freeswitch-users] Sip profile crash Message-ID: this is the error i got when i start it 2019-03-11 09:02:02.359870 [ERR] sofia.c:3228 Error Creating SIP UA for profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) ATTEMPT 1 (RETRY IN 5 SEC) 2019-03-11 09:02:07.359880 [ERR] sofia.c:3228 Error Creating SIP UA for profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC) 2019-03-11 09:02:12.359880 [ERR] sofia.c:3228 Error Creating SIP UA for profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC) 2019-03-11 09:02:12.359880 [ERR] sofia.c:3238 Error Creating SIP UA for profile: internal (sip:mod_sofia at 207.148.17.xx :5060;maddr=207.148.17.84;transport=udp,tcp) The likely causes for this are: 1) Another application is already listening on the specified address. 2) The IP the profile is attempting to bind to is not local to this system. how ever as soon as i disable TLS the profile will start i checked and i have a valid cert installed and this worked for while with the cert in place any ideas where alse to look #1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rajil.s at gmail.com Tue Mar 12 01:41:33 2019 From: rajil.s at gmail.com (Rajil Saraswat) Date: Mon, 11 Mar 2019 20:41:33 -0500 Subject: [Freeswitch-users] LTE works but local LAN does not In-Reply-To: References: <07c4204f-3eaa-3bb7-eacf-7a5b42626ae0@gmail.com> <074b463c-e2bf-3a0c-72e6-c4ba7797ef20@gmail.com> Message-ID: <99ff7c87-ea2b-3769-529b-7a5d7ba1dc09@gmail.com> I captured the phone registration using sngrep and posted it at https://pastebin.freeswitch.org/view/78b868da Thanks On 3/11/19 6:04 PM, Mike Jerris wrote: > I’m a bit surprised you say we are not putting in the received, I’d > need to see a full freeswitch sip trace of this to believe that was > happening, but even regardless of that, received is ignored when over > tcp, so it makes no sense that it not being there would have any > affect on behavior.  Need way more info but if someone is depending on > received response on TCP that is not correct and doesn’t make much sense. > > Mike > > >> On Mar 11, 2019, at 4:26 PM, Rajil Saraswat > > wrote: >> >> So if NAT is not the issue, how do i get FS to send out a 'received' >> parameter which Zoiper guys claim is the problem [1] ? >> >> [1] >> http://lists.freeswitch.org/pipermail/freeswitch-users/2019-February/131334.html >> >> On 3/11/19 3:27 PM, Brian West wrote: >>> Its TCP nat won't do much. >>> >>> On Sun, Mar 10, 2019 at 9:37 AM Rajil Saraswat >> > wrote: >>> >>> I set up apply-nat-acl to rfc1918.auto but still the Via string >>> is missing the received parameter, >>> >>> SIP/2.0 401 Unauthorized >>> Via: SIP/2.0/TCP >>> 172.16.1.63:38365;branch=z9hG4bK-524287-1---0a4fa72b7b6c93d0;rport=35785 >>> >>> FS acl check >>> > acl 172.16.1.63 rfc1918.auto >>> true >>> >>> The Zoiper phone and FS are on different vlans but same LAN. >>> >>> Thanks >>> >>> On 3/10/19 7:57 AM, Alexey Sibyakin wrote: >>>> Hello, >>>> >>>> Try to set apply-nat-acl to rfc1918 in Sofia profile or try to >>>> force received via NDLB: >>>> https://freeswitch.org/confluence/display/FREESWITCH/NDLB >>>> >>>> Regards, >>>> >>>> Alex >>>> >>>> Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave >>>> 3rd Floor, Palo Alto, CA 94303 Email: alex at freeswitch.com >>>> Website: >>>> https://www.signalwire.com >>>> >>>> >>>> >>>> On Sun, Mar 10, 2019 at 7:08 PM Sergey Safarov >>>> > wrote: >>>> >>>> Need to disable ALG feature on your router with IP 172.16.1.6 >>>> >>>> вс, 10 мар. 2019 г. в 00:45, Rajil Saraswat >>>> >: >>>> >>>> Hello, >>>> >>>> I have a Zoiper client (Android phone) which i am using >>>> with >>>> Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. >>>> >>>> On LTE the registration sequence has the "received" >>>> parameter: >>>> SIP/2.0 401 Unauthorized >>>> Via: SIP/2.0/TCP >>>> 28.165.111.22:56820;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 >>>> >>>> However on the LAN it does not: >>>> SIP/2.0 401 Unauthorized >>>> Via: SIP/2.0/TCP >>>> 172.16.1.63:57166;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 >>>> >>>> Asterisk/Freepbx does have the "received" parameter on >>>> local LAN. >>>> SIP/2.0 401 Unauthorized >>>> Via: SIP/2.0/TCP >>>> 172.16.1.63:56820;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a >>>> >>>> >>>> How can i get Freeswitch to set the "received=" >>>> parameter even on local LAN? >>>> >>>> Thanks >>>> > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Tue Mar 12 04:33:14 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 12 Mar 2019 07:33:14 +0300 Subject: [Freeswitch-users] LTE works but local LAN does not In-Reply-To: <99ff7c87-ea2b-3769-529b-7a5d7ba1dc09@gmail.com> References: <07c4204f-3eaa-3bb7-eacf-7a5b42626ae0@gmail.com> <074b463c-e2bf-3a0c-72e6-c4ba7797ef20@gmail.com> <99ff7c87-ea2b-3769-529b-7a5d7ba1dc09@gmail.com> Message-ID: Think Mike wants look FreeSwitch console output after this commands is applied sofia loglevel all 9 sofia global siptrace on вт, 12 мар. 2019 г. в 04:47, Rajil Saraswat : > I captured the phone registration using sngrep and posted it at > https://pastebin.freeswitch.org/view/78b868da > > Thanks > > On 3/11/19 6:04 PM, Mike Jerris wrote: > > I’m a bit surprised you say we are not putting in the received, I’d need > to see a full freeswitch sip trace of this to believe that was happening, > but even regardless of that, received is ignored when over tcp, so it makes > no sense that it not being there would have any affect on behavior. Need > way more info but if someone is depending on received response on TCP that > is not correct and doesn’t make much sense. > > Mike > > > On Mar 11, 2019, at 4:26 PM, Rajil Saraswat wrote: > > So if NAT is not the issue, how do i get FS to send out a 'received' > parameter which Zoiper guys claim is the problem [1] ? > > [1] > http://lists.freeswitch.org/pipermail/freeswitch-users/2019-February/131334.html > > On 3/11/19 3:27 PM, Brian West wrote: > > Its TCP nat won't do much. > > On Sun, Mar 10, 2019 at 9:37 AM Rajil Saraswat wrote: > >> I set up apply-nat-acl to rfc1918.auto but still the Via string is >> missing the received parameter, >> >> SIP/2.0 401 Unauthorized >> Via: SIP/2.0/TCP 172.16.1.63:38365 >> ;branch=z9hG4bK-524287-1---0a4fa72b7b6c93d0;rport=35785 >> >> FS acl check >> > acl 172.16.1.63 rfc1918.auto >> true >> >> The Zoiper phone and FS are on different vlans but same LAN. >> >> Thanks >> >> On 3/10/19 7:57 AM, Alexey Sibyakin wrote: >> >> Hello, >> >> Try to set apply-nat-acl to rfc1918 in Sofia profile or try to force >> received via NDLB: >> https://freeswitch.org/confluence/display/FREESWITCH/NDLB >> >> Regards, >> >> Alex >> >> Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd >> Floor, Palo Alto, CA 94303 >> >> Email: alex at freeswitch.com Website: https://www.signalwire.com >> >> >> >> On Sun, Mar 10, 2019 at 7:08 PM Sergey Safarov >> wrote: >> >>> Need to disable ALG feature on your router with IP 172.16.1.6 >>> >>> вс, 10 мар. 2019 г. в 00:45, Rajil Saraswat : >>> >>>> Hello, >>>> >>>> I have a Zoiper client (Android phone) which i am using with >>>> Freeswitch-1.8.4. The RPORT option is turned on in Zoiper. >>>> >>>> On LTE the registration sequence has the "received" parameter: >>>> SIP/2.0 401 Unauthorized >>>> Via: SIP/2.0/TCP >>>> 28.165.111.22:56820 >>>> ;branch=z9hG4bK-524287-1---da4db15a32d6ca14;rport=36503;received=172.58.99.84 >>>> >>>> However on the LAN it does not: >>>> SIP/2.0 401 Unauthorized >>>> Via: SIP/2.0/TCP >>>> 172.16.1.63:57166 >>>> ;branch=z9hG4bK-524287-1---d240dcef351c1a58;rport=59999 >>>> >>>> Asterisk/Freepbx does have the "received" parameter on local LAN. >>>> SIP/2.0 401 Unauthorized >>>> Via: SIP/2.0/TCP >>>> 172.16.1.63:56820 >>>> ;rport=42369;received=172.16.1.6;branch=z9hG4bK-524287-1---ff82112f69c8fa2a >>>> >>>> >>>> How can i get Freeswitch to set the "received=" parameter even on local >>>> LAN? >>>> >>>> Thanks >>>> >>> > > _________________________________________________________________________ > Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From social at bohboh.info Tue Mar 12 04:50:26 2019 From: social at bohboh.info (Social Boh) Date: Mon, 11 Mar 2019 23:50:26 -0500 Subject: [Freeswitch-users] FreeSWITCH HA Message-ID: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> Hello, I'm trying to implement HA on FreeSWITCH 1.8.5 but maybe I don't understood clearly how this work. I have: on internal sip profile and: on vars.xml When I make a call between to extension and when the call is established I use this command on the FS console to simulate a crash: fsctl crash FS goes down and the call drop... What I'm doing wrong? Thank you in advance -- --- I'm SoCIaL, MayBe From vma at vallimamod.org Tue Mar 12 09:28:35 2019 From: vma at vallimamod.org (Vallimamod Abdullah) Date: Tue, 12 Mar 2019 10:28:35 +0100 Subject: [Freeswitch-users] Sip profile crash In-Reply-To: References: Message-ID: <9FADA4F9-C684-4C6C-852B-FE87FF13C9F9@vallimamod.org> Hi, Looks like it tries to listen tls on the same port as sip. You may check that tls-sip-port param is set to 5061 on your internal profile? If it does not work, you need to share your profile config and the full debug logs. Best Regards, -- Vallimamod Abdullah SIP Solutions vma at sip.solutions linkedin.com/in/vallimamod . > On 11 Mar 2019, at 22:15, Moshe Rosenberg wrote: > > > this is the error i got when i start it > > 2019-03-11 09:02:02.359870 [ERR] sofia.c:3228 Error Creating SIP UA for profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) ATTEMPT 1 (RETRY IN 5 SEC) > 2019-03-11 09:02:07.359880 [ERR] sofia.c:3228 Error Creating SIP UA for profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC) > 2019-03-11 09:02:12.359880 [ERR] sofia.c:3228 Error Creating SIP UA for profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC) > 2019-03-11 09:02:12.359880 [ERR] sofia.c:3238 Error Creating SIP UA for profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) > The likely causes for this are: > 1) Another application is already listening on the specified address. > 2) The IP the profile is attempting to bind to is not local to this system. > > how ever as soon as i disable TLS the profile will start > i checked and i have a valid cert installed > and this worked for while with the cert in place > > any ideas where alse to look > #1 From igorolhovskiy at gmail.com Tue Mar 12 14:12:21 2019 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Tue, 12 Mar 2019 16:12:21 +0200 Subject: [Freeswitch-users] Freeswitch pitch shift of audio In-Reply-To: <87fba6be-3264-4fb6-b9a8-c3871f3f76a2@Spark> References: <87fba6be-3264-4fb6-b9a8-c3871f3f76a2@Spark> Message-ID: Hi! Was trying to make sort of pitch shifted echo. Found mod_soundtouch. But when making quite simple sequence of commands, soundtouch hook_dtmf answer echo 1000  getting just cracked sound. Is there any other method of achieving pitch shift sound? Tried with Freeswitch 1.8.5 and 1.6.20 Regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Tue Mar 12 14:13:19 2019 From: brian at freeswitch.com (Brian West) Date: Tue, 12 Mar 2019 09:13:19 -0500 Subject: [Freeswitch-users] where g729 fs-latest-installer script now ? In-Reply-To: References: <4af1376d-29ba-ea47-c952-c4883b7dd654@wirelessmundi.com> <4d7501d4c87d$978a56c0$c69f0440$@freeswitch.org> <918f5e6d-bafb-3e1d-bd2d-26648ca948a7@bohboh.info> <007e01d4c88c$c717cf30$55476d90$@freeswitch.org> <0f4adbf7-4df1-de06-3e3b-e8c7f653712e@bohboh.info> Message-ID: Also one note, The activation keys and license keys were changed for how it reads the previously activated licenses, So I did a mass reset, just reactivate the old license keys and it will issue new signed .conf files that will work with the new license server that was released. Thanks, Brian On Mon, Mar 4, 2019 at 1:56 PM Yuriy Nasida wrote: > I forgot to say. g729 module also should be installed this way. > > apt-get install freeswitch-mod-com-g729 > > > On Mon, 4 Mar 2019 at 18:25, Yuriy Nasida wrote: > >> Well. After a lot of pain I can say that issue is solved finally. >> >> First of all I am almost sure that scirpts: fs-201902072050-installer >> and\or fs-latest-installer have issues (http://files.freeswitch.org/g729/ >> ) >> At least it's correct for Deb 9 + FS 1.8.5-6. My issue with connection of >> FS process to freeswitch-license-server was solved after installion of >> using apt-get method. >> >> >> *apt-get install freeswitch-license-server* >> >> Yes... So easy but correct me if I am wrong. Do we have such info >> anywhere ? >> This page is outdated I believe >> https://freeswitch.org/confluence/display/FREESWITCH/mod_com_g729 >> I would be glad to update it if I can get some access. >> >> BUT. It is not the end of the story. >> I still had one issue related. >> All thing working fine if i will run freeswitch-license-server manually >> and run FS >> But after full reboot of server I had >> >> # ps ax | grep free >> 1126 ? S> freeswitch -ncwait -nonat >> 1281 ? Z< 0:00 [freeswitch] >> 1395 pts/0 S+ 0:00 grep free >> >> And FS couldn't connect licenses server again. >> >> Such defunct process probably is freeswitch-license-server that was not >> started correctly. >> >> This probably happens because freeswitch-license-server is not started >> before freeswitch. >> I tried a lot of options and tried to edit freeswitch unit file to >> add ExecStartPre with freeswitch-license-server. >> Also tried to add separated unit file for freeswitch-license-server but >> nothings helped. >> >> As workaround I fixed using these steps: >> 1) Remove mod_com_g729 from list of modules and restart FS >> 2) Create systemd unit file for freeswitch-license-server and enable it >> using systemd >> 3) Edit systemd unit files for freeswitch to add >> After=freeswitch-mod-com-g729.freeswitch-licence-server.service >> 4) Edit systemd unit files for freeswitch to add >> ExecStartPost=/bin/sh -c "/usr/bin/fs_cli -p mypasswd -x 'load >> mod_com_g729'" >> >> I can not be sure but the reason of the 2nd issue can be related with >> name changing from freeswitch_license_server to freeswitch-license-server >> in new version, >> >> Thanks for all your help. >> >> >> >> >> >> >> >> >> >> >> >> On Tue, 26 Feb 2019 at 12:28, António Silva via FreeSWITCH-users < >> freeswitch-users at lists.freeswitch.org> wrote: >> >>> >>> >>> >>> ---------- Forwarded message ---------- >>> From: "António Silva" >>> To: freeswitch-users at lists.freeswitch.org >>> Cc: >>> Bcc: >>> Date: Tue, 26 Feb 2019 09:55:38 +0100 >>> Subject: Re: [Freeswitch-users] where g729 fs-latest-installer script >>> now ? >>> >>> Yuriy, >>> >>> i think the best is to open a jira and put there all the information you >>> can, configuration, logs... >>> >>> check: >>> >>> >>> https://freeswitch.org/confluence/display/FREESWITCH/Reporting+Bugs+to+JIRA >>> >>> >>> On 25/02/2019 19:48, Yuriy Nasida wrote: >>> >>> Ken, mod_event_socket is started and there is not errors related. But... >>> FS doesn't listen 8021 when mod_com_g729 is added to list of modules. I >>> would be happy to check anything in config but currently haven't ideas what >>> to check. >>> Please advice. >>> >>> On Sat, 23 Feb 2019 at 05:53, Ken Rice wrote: >>> >>>> you need to look and see why mod_event_socket isnt loading and >>>> starting. if its because to added a line for mod_com_g729 the check your >>>> config to make sure its correct >>>> >>>> >>>> >>>> Sent from my iPhone >>>> >>>> On Feb 22, 2019, at 10:59, Yuriy Nasida wrote: >>>> >>>> Well. I tried Antonio's method and have installed mod_com_g729 and >>>> freeswitch_license_server using deb files. >>>> But... I have got same result. FS doesn't listen 8021 port in case I >>>> have enabled mod_com_g729 in modules.conf.xml >>>> >>>> Also I noted that systemd starts two freeswitch processes/ >>>> >>>> # ps ax | grep free >>>> 22367 ? Ss 0:04 /usr/sbin/freeswitch-license-server >>>> 22776 ? Ss 0:00 /usr/bin/freeswitch -u freeswitch -g >>>> freeswitch -ncwait -nonat >>>> 22777 ? S>>> freeswitch -ncwait -nonat >>>> >>>> # netstat -nlp | grep free >>>> tcp 0 0 0.0.0.0:2855 0.0.0.0:* >>>> LISTEN 22808/freeswitch >>>> tcp 0 0 0.0.0.0:2856 0.0.0.0:* >>>> LISTEN 22808/freeswitch >>>> tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN >>>> 22808/freeswitch >>>> tcp 0 0 my_ip:5060 0.0.0.0:* LISTEN >>>> 22808/freeswitch >>>> udp 0 0 my_ip:5060 0.0.0.0:* >>>> 22808/freeswitch >>>> udp 0 0 my_ip:5060 0.0.0.0:* >>>> 22808/freeswitch >>>> >>>> FS doesn't listen 8021 like you see. >>>> >>>> All things working fine I case I will disable mod_com_g729 in >>>> modules.conf.xml >>>> >>>> Please advice >>>> >>>> On Tue, 19 Feb 2019 at 23:20, Social Boh wrote: >>>> >>>>> So you don't update MPL 1.1 with MPL. 2.0 because the 1.1 is not >>>>> compatible with GPL while 2.0 is compatible with GPL. >>>>> Regards >>>>> >>>>> --- >>>>> I'm SoCIaL, MayBe >>>>> >>>>> >>>>> El 19/02/2019 a las 14:53, Ken Rice escribió: >>>>> >>>>> I was pretty clear on the my statements about taking funding away from >>>>> the FreeSWITCH Project and the devs by doing such thing >>>>> >>>>> >>>>> >>>>> Also the bcg module is GPLv2 license violation waiting to be noticed… >>>>> you cant combine MPL and GPL code and have a resulting MPL codebase. Its >>>>> not allowed by the GPL. So you you are also ripping off the GPL coder. >>>>> >>>>> >>>>> >>>>> Now you are polluting a MPL code base with the GPL violating the >>>>> Copyright holder of the MPL’s software rights to determine how his code is >>>>> licensed. >>>>> >>>>> >>>>> >>>>> This happens all the time. People think oh this code is free, and yes >>>>> most of the code is free, but the devs still have mortgages, children to >>>>> feed, computers and related hardware to keep updated so that they can >>>>> continue to support that hardware that everyone is using currently. Website >>>>> hosting for something like FreeSWITCH isnt free. It requires over 1/2 a >>>>> rack of colo’d equipment to keep the website, mailing list, build servers, >>>>> git repos, wiki etc etc etc going. >>>>> >>>>> >>>>> >>>>> $10 for a channel is a pretty cheap way to support that seeing as that >>>>> most of the time you don’t even need G729 >>>>> >>>>> >>>>> >>>>> *From:* Social Boh >>>>> *Sent:* Tuesday, February 19, 2019 1:03 PM >>>>> *To:* Ken Rice >>>>> *Subject:* Re: [Freeswitch-users] where g729 fs-latest-installer >>>>> script now ? >>>>> >>>>> >>>>> >>>>> Can you explain me why I can't use the mod_bcg729 with FreeSWITCH? >>>>> >>>>> Thank you >>>>> >>>>> --- >>>>> >>>>> I'm SoCIaL, MayBe >>>>> >>>>> El 19/02/2019 a las 13:04, Ken Rice escribió: >>>>> >>>>> My statement wasn’t to you, but to the people that continually want to >>>>> pirate someone elses G729 code and refuse to support the projects >>>>> developers. >>>>> >>>>> >>>>> >>>>> Its one of those things that grinds my gears. >>>>> >>>>> >>>>> >>>>> K >>>>> >>>>> >>>>> >>>>> *From:* FreeSWITCH-users >>>>> >>>>> *On Behalf Of *Yuriy >>>>> Nasida >>>>> *Sent:* Tuesday, February 19, 2019 6:47 AM >>>>> *To:* António Silva >>>>> >>>>> *Cc:* freeswitch-users at lists.freeswitch.org >>>>> *Subject:* Re: [Freeswitch-users] where g729 fs-latest-installer >>>>> script now ? >>>>> >>>>> >>>>> >>>>> Ken, not sure what you talking about. I already bought a lot of g729 >>>>> licenses for my servers and I use them a lot of years. But now I can't use >>>>> them normally at Deb 9 + fs1.8 + new g729 install script because of issues >>>>> I described. >>>>> >>>>> >>>>> >>>>> Thanks a lot Antonio! I will try this way. >>>>> >>>>> >>>>> >>>>> On Tue, 19 Feb 2019 at 11:41, António Silva >>>>> wrote: >>>>> >>>>> try using the .deb and installed then manuall.: >>>>> >>>>> Get the packages from here: >>>>> http://files.freeswitch.org/repo/deb/freeswitch-1.8/pool/main/f/ >>>>> >>>>> Installed them manually: >>>>> >>>>> dpkg -x freeswitch-mod-com-g729_1.8.5~7~14d59c97e0~jessie_amd64.deb / >>>>> dpkg -x freeswitch-license-server_0.0.1~42~731842be7d~jessie_amd64.deb >>>>> / >>>>> >>>>> >>>>> >>>>> I don't know if the installer will remain, from the jira >>>>> https://freeswitch.org/jira/browse/FS-11641 i got the impression that >>>>> now the solution is to use the debian packages. >>>>> >>>>> >>>>> >>>>> On 13/02/2019 18:10, Yuriy Nasida wrote: >>>>> >>>>> I have installed freeswitch-license-server using >>>>> fs-201902072050-installer and got issue below. >>>>> >>>>> FS doesn't listen port 8021 and I can't connect to it and run any >>>>> command using fs_cli. >>>>> >>>>> All works fine in case I kill process freeswitch-license-server. >>>>> >>>>> >>>>> >>>>> Can anybody comment please all these very weird things with commercial >>>>> g729 at FS ? >>>>> >>>>> Thanks. >>>>> >>>>> >>>>> >>>>> On Wed, 13 Feb 2019 at 13:36, Yuriy Nasida wrote: >>>>> >>>>> Well. Somebody updated http://files.freeswitch.org/g729/ and now it >>>>> has fs-latest-installer. Thanks a lot whoever you are!!! >>>>> >>>>> But... Now it has not install instructions :) >>>>> >>>>> >>>>> >>>>> On Wed, 13 Feb 2019 at 12:25, Yuriy Nasida wrote: >>>>> >>>>> Um... Nobody uses g729 licences anymore ? :) >>>>> >>>>> >>>>> >>>>> On Tue, 12 Feb 2019 at 20:07, Yuriy Nasida wrote: >>>>> >>>>> Hi guys, >>>>> >>>>> >>>>> >>>>> Does anybody know why site http://files.freeswitch.org/g729/ contain >>>>> only install instrunction now ? Where fs-latest-installer-v1.6 script or >>>>> something like this ? >>>>> >>>>> >>>>> >>>>> Please advice. >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> Professional FreeSWITCH Services >>>>> >>>>> sales at freeswitch.com >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> >>>>> https://freeswitch.com/oss >>>>> >>>>> https://freeswitch.org/confluence >>>>> >>>>> https://cluecon.com >>>>> >>>>> >>>>> >>>>> FreeSWITCH-users mailing list >>>>> >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> >>>>> https://freeswitch.com >>>>> >>>>> -- >>>>> >>>>> Saludos / Regards / Cumprimentos >>>>> >>>>> António Silva >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> Professional FreeSWITCH Services >>>>> >>>>> sales at freeswitch.com >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> >>>>> https://freeswitch.com/oss >>>>> >>>>> https://freeswitch.org/confluence >>>>> >>>>> https://cluecon.com >>>>> >>>>> >>>>> >>>>> FreeSWITCH-users mailing list >>>>> >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >>> >>> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com >>> >>> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com >>> >>> -- >>> Saludos / Regards / Cumprimentos >>> António Silva >>> >>> >>> >>> >>> ---------- Forwarded message ---------- >>> From: "António Silva via FreeSWITCH-users" < >>> freeswitch-users at lists.freeswitch.org> >>> To: freeswitch-users at lists.freeswitch.org >>> Cc: >>> Bcc: >>> Date: Tue, 26 Feb 2019 01:28:34 -0800 (PST) >>> Subject: Re: [Freeswitch-users] where g729 fs-latest-installer script >>> now ? >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 igorolhovskiy at gmail.com Tue Mar 12 14:13:40 2019 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Tue, 12 Mar 2019 16:13:40 +0200 Subject: [Freeswitch-users] FreeSWITCH HA In-Reply-To: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> Message-ID: Had you also shared database between? https://freeswitch.org/confluence/display/FREESWITCH/High+Availability Regards, Igor On Mar 12, 2019, 07:20 +0200, Social Boh , wrote: > Hello, > > I'm trying to implement HA on FreeSWITCH 1.8.5 but maybe I don't > understood clearly how this work. > > I have: > > > > on internal sip profile and: > > > > on vars.xml > > When I make a call between to extension and when the call is established > I use this command on the FS console to simulate a crash: > > fsctl crash > > FS goes down and the call drop... > > What I'm doing wrong? > > Thank you in advance > > -- > --- > I'm SoCIaL, MayBe > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Tue Mar 12 14:14:16 2019 From: joel at textplus.com (Joel Serrano) Date: Tue, 12 Mar 2019 07:14:16 -0700 Subject: [Freeswitch-users] FreeSWITCH HA In-Reply-To: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> Message-ID: How is the second node taking over the first node after failure? On Mon, Mar 11, 2019 at 21:50 Social Boh wrote: > Hello, > > I'm trying to implement HA on FreeSWITCH 1.8.5 but maybe I don't > understood clearly how this work. > > I have: > > > > on internal sip profile and: > > > > on vars.xml > > When I make a call between to extension and when the call is established > I use this command on the FS console to simulate a crash: > > fsctl crash > > FS goes down and the call drop... > > What I'm doing wrong? > > Thank you in advance > > -- > --- > I'm SoCIaL, MayBe > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Tue Mar 12 14:22:10 2019 From: brian at freeswitch.com (Brian West) Date: Tue, 12 Mar 2019 09:22:10 -0500 Subject: [Freeswitch-users] FreeSWITCH HA In-Reply-To: References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> Message-ID: Also, are you using UDP or TCP? Any TCP protocols will not recover usually. /b On Tue, Mar 12, 2019 at 9:15 AM Joel Serrano wrote: > How is the second node taking over the first node after failure? > > On Mon, Mar 11, 2019 at 21:50 Social Boh wrote: > >> Hello, >> >> I'm trying to implement HA on FreeSWITCH 1.8.5 but maybe I don't >> understood clearly how this work. >> >> I have: >> >> >> >> on internal sip profile and: >> >> >> >> on vars.xml >> >> When I make a call between to extension and when the call is established >> I use this command on the FS console to simulate a crash: >> >> fsctl crash >> >> FS goes down and the call drop... >> >> What I'm doing wrong? >> >> Thank you in advance >> >> -- >> --- >> I'm SoCIaL, MayBe >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 igorolhovskiy at gmail.com Tue Mar 12 14:30:18 2019 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Tue, 12 Mar 2019 16:30:18 +0200 Subject: [Freeswitch-users] Freeswitch pitch shift of audio In-Reply-To: References: <87fba6be-3264-4fb6-b9a8-c3871f3f76a2@Spark> Message-ID: <70206e3c-5697-4ab9-962f-f8eb590ffa63@Spark> Ok. Seems problem is known https://freeswitch.org/jira/browse/FS-7833 Like minority will be fixed like never :( Regards, Igor On Mar 12, 2019, 16:12 +0200, Igor Olhovskiy , wrote: > Hi! > > Was trying to make sort of pitch shifted echo. Found mod_soundtouch. > > But when making quite simple sequence of commands, > > soundtouch hook_dtmf > answer > echo 1000 > > >  getting just cracked sound. Is there any other method of achieving pitch shift sound? > > Tried with Freeswitch 1.8.5 and 1.6.20 > > Regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: From social at bohboh.info Tue Mar 12 16:23:09 2019 From: social at bohboh.info (Social Boh) Date: Tue, 12 Mar 2019 11:23:09 -0500 Subject: [Freeswitch-users] FreeSWITCH HA In-Reply-To: References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> Message-ID: <077ac2f7-479f-db15-926f-5dccd62be87e@bohboh.info> So recover works only if I use two FreeSWITCH. I thought it could be used with one. Sorry for the noise. Regards --- I'm SoCIaL, MayBe On 3/12/19 09:22, Brian West wrote: > Also, are you using UDP or TCP? > > Any TCP protocols will not recover usually. > > /b > > > On Tue, Mar 12, 2019 at 9:15 AM Joel Serrano > wrote: > > How is the second node taking over the first node after failure? > > On Mon, Mar 11, 2019 at 21:50 Social Boh > wrote: > > Hello, > > I'm trying to implement HA on FreeSWITCH 1.8.5 but maybe I don't > understood clearly how this work. > > I have: > > > > on internal sip profile and: > > > > on vars.xml > > When I make a call between to extension and when the call is > established > I use this command on the FS console to simulate a crash: > > fsctl crash > > FS goes down and the call drop... > > What I'm doing wrong? > > Thank you in advance > > -- > --- > I'm SoCIaL, MayBe > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > https://www.facebook.com/signalwireinc?src=email > https://twitter.com/freeswitch > > > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Tue Mar 12 17:08:41 2019 From: brian at freeswitch.com (Brian West) Date: Tue, 12 Mar 2019 12:08:41 -0500 Subject: [Freeswitch-users] FreeSWITCH HA In-Reply-To: <077ac2f7-479f-db15-926f-5dccd62be87e@bohboh.info> References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> <077ac2f7-479f-db15-926f-5dccd62be87e@bohboh.info> Message-ID: works with one too... :) On Tue, Mar 12, 2019 at 11:23 AM Social Boh wrote: > So recover works only if I use two FreeSWITCH. > > I thought it could be used with one. > > Sorry for the noise. > > Regards > > --- > I'm SoCIaL, MayBe > > On 3/12/19 09:22, Brian West wrote: > > Also, are you using UDP or TCP? > > Any TCP protocols will not recover usually. > > /b > > > On Tue, Mar 12, 2019 at 9:15 AM Joel Serrano wrote: > >> How is the second node taking over the first node after failure? >> >> On Mon, Mar 11, 2019 at 21:50 Social Boh wrote: >> >>> Hello, >>> >>> I'm trying to implement HA on FreeSWITCH 1.8.5 but maybe I don't >>> understood clearly how this work. >>> >>> I have: >>> >>> >>> >>> on internal sip profile and: >>> >>> >>> >>> on vars.xml >>> >>> When I make a call between to extension and when the call is established >>> I use this command on the FS console to simulate a crash: >>> >>> fsctl crash >>> >>> FS goes down and the call drop... >>> >>> What I'm doing wrong? >>> >>> Thank you in advance >>> >>> -- >>> --- >>> I'm SoCIaL, MayBe >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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] > > > _________________________________________________________________________ > Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 social at bohboh.info Tue Mar 12 17:31:36 2019 From: social at bohboh.info (Social Boh) Date: Tue, 12 Mar 2019 12:31:36 -0500 Subject: [Freeswitch-users] FreeSWITCH HA In-Reply-To: References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> <077ac2f7-479f-db15-926f-5dccd62be87e@bohboh.info> Message-ID: <4e2bc277-d6cf-61b3-7906-79bc2e56ac24@bohboh.info> So, the last step is create database connection on sip profile... ?! Regards --- I'm SoCIaL, MayBe On 3/12/19 12:08, Brian West wrote: > works with one too... :) > > On Tue, Mar 12, 2019 at 11:23 AM Social Boh > wrote: > > So recover works only if I use two FreeSWITCH. > > I thought it could be used with one. > > Sorry for the noise. > > Regards > > > --- > I'm SoCIaL, MayBe > > On 3/12/19 09:22, Brian West wrote: >> Also, are you using UDP or TCP? >> >> Any TCP protocols will not recover usually. >> >> /b >> >> >> On Tue, Mar 12, 2019 at 9:15 AM Joel Serrano > > wrote: >> >> How is the second node taking over the first node after failure? >> >> On Mon, Mar 11, 2019 at 21:50 Social Boh > > wrote: >> >> Hello, >> >> I'm trying to implement HA on FreeSWITCH 1.8.5 but maybe >> I don't >> understood clearly how this work. >> >> I have: >> >> >> >> on internal sip profile and: >> >> >> >> on vars.xml >> >> When I make a call between to extension and when the call >> is established >> I use this command on the FS console to simulate a crash: >> >> fsctl crash >> >> FS goes down and the call drop... >> >> What I'm doing wrong? >> >> Thank you in advance >> >> -- >> --- >> I'm SoCIaL, MayBe >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >> 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> https://www.facebook.com/signalwireinc?src=email >> >> https://twitter.com/freeswitch >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > https://www.facebook.com/signalwireinc?src=email > https://twitter.com/freeswitch > > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Tue Mar 12 17:41:26 2019 From: mario_fs at mgtech.com (mario_fs) Date: Tue, 12 Mar 2019 10:41:26 -0700 Subject: [Freeswitch-users] Option to log registrations/deregistrations? In-Reply-To: References: <01000168f0302208-303a2b9c-ffa8-4cad-ac4e-d87797cc2c4d-000000@email.amazonses.com> <771A1361-D809-41AF-911F-1A4077DCF898@mgtech.com> Message-ID: <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> Still no luck on this and I really need to know date/time when a particular extension is unregistering. Anyone else have an idea that does not involve programming? Thanks, Mario G > On Feb 20, 2019, at 9:16 AM, mario_fs wrote: > > I have been searching the wiki and web and still nothing simple to log de-registrations. I find it hard to believe there is not a simple way to do this, anyone have a good idea? > Mario G > >> On Feb 15, 2019, at 9:46 AM, mario_fs > wrote: >> >> Hmmmm…. Logging de-registrations would be a useful enhancement to FreeSwitch for debugging issues like this. I know a SIP trace does it but that’s a LOT of data when we're talking days. Thanks. >> Mario G >> >>> On Feb 15, 2019, at 12:05 AM, Avi Marcus > wrote: >>> >>> Here's some old nodejs code relying on `esl` lib to monitor for de-registrations and send me an email. I haven't used it in ages. >>> >>> https://gist.github.com/avimar/9645dd3134476d458e68cca077f4ed16 >>> >>> >>> -Avi Marcus >>> BestFone >>> >>> >>> On Fri, Feb 15, 2019 at 12:13 AM mario_fs > wrote: >>> Does anyone know if there is something I can do to log device registrations, and more importantly when devices lose registration, without having a ton of other log data. I know I can turn on a higher level of diagnostics, but it may be several days before I find what I need and don’t want to flood the log. >>> >>> I am working with Counterpath on Bria Push service and need to find when their push server stops registering. Since they don’t send a notification for that and it’s not in the normal FS log, I may not know for days when this happens. It would be nice to be able to scan the log for lost registrations. Thanks! >>> Mario G >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Tue Mar 12 18:13:07 2019 From: mike at freeswitch.com (Mike Jerris) Date: Tue, 12 Mar 2019 12:13:07 -0600 Subject: [Freeswitch-users] Option to log registrations/deregistrations? In-Reply-To: <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> References: <01000168f0302208-303a2b9c-ffa8-4cad-ac4e-d87797cc2c4d-000000@email.amazonses.com> <771A1361-D809-41AF-911F-1A4077DCF898@mgtech.com> <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> Message-ID: all the ways i know require writing some code or a script at least, although it’s pretty simple code to write On Tue, Mar 12, 2019 at 11:45 AM mario_fs wrote: > Still no luck on this and I really need to know date/time when a > particular extension is unregistering. Anyone else have an idea that does > not involve programming? Thanks, > Mario G > > > On Feb 20, 2019, at 9:16 AM, mario_fs wrote: > > I have been searching the wiki and web and still nothing simple to log > de-registrations. I find it hard to believe there is not a simple way to do > this, anyone have a good idea? > Mario G > > On Feb 15, 2019, at 9:46 AM, mario_fs wrote: > > Hmmmm…. Logging de-registrations would be a useful enhancement to > FreeSwitch for debugging issues like this. I know a SIP trace does it but > that’s a LOT of data when we're talking days. Thanks. > Mario G > > On Feb 15, 2019, at 12:05 AM, Avi Marcus wrote: > > Here's some old nodejs code relying on `esl` lib to monitor for > de-registrations and send me an email. I haven't used it in ages. > > https://gist.github.com/avimar/9645dd3134476d458e68cca077f4ed16 > > > -Avi Marcus > BestFone > > > On Fri, Feb 15, 2019 at 12:13 AM mario_fs wrote: > >> Does anyone know if there is something I can do to log device >> registrations, and more importantly when devices lose registration, *without >> having a ton of other log data*. I know I can turn on a higher level of >> diagnostics, but it may be several days before I find what I need and don’t >> want to flood the log. >> >> I am working with Counterpath on Bria Push service and need to find when >> their push server stops registering. Since they don’t send a notification >> for that and it’s not in the normal FS log, I may not know for days when >> this happens. It would be nice to be able to scan the log for lost >> registrations. Thanks! >> Mario G >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 tudor.gabriell at gmail.com Tue Mar 12 18:46:11 2019 From: tudor.gabriell at gmail.com (Adridan Tudor) Date: Tue, 12 Mar 2019 20:46:11 +0200 Subject: [Freeswitch-users] Option to log registrations/deregistrations? In-Reply-To: <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> References: <01000168f0302208-303a2b9c-ffa8-4cad-ac4e-d87797cc2c4d-000000@email.amazonses.com> <771A1361-D809-41AF-911F-1A4077DCF898@mgtech.com> <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> Message-ID: You can use an event hook from mod_lua to execute a lua script on unregister event. Add "" in lua.conf.xml In the script you can do whatever you want, for example logout from callcenter. >>freeswitch.consoleLog("INFO","Executing logout_callcenter.lua\n"); >>local username = event:getHeader("username"); >>local from_user = event:getHeader("from-user"); >>freeswitch.consoleLog("INFO","username: " .. (username or "") .."\n"); >>freeswitch.consoleLog("INFO","from-user: " .. (from_user or "") .."\n"); >> >>if (username ~= nil) then >> api = freeswitch.API(); >> result = api:execute("callcenter_config", "agent set status "..username.." 'Logged Out'"); >> freeswitch.consoleLog("INFO", "Execute on unregister: ".. result .. "\n") >>end On Tue, Mar 12, 2019 at 8:26 PM mario_fs wrote: > Still no luck on this and I really need to know date/time when a > particular extension is unregistering. Anyone else have an idea that does > not involve programming? Thanks, > Mario G > > On Feb 20, 2019, at 9:16 AM, mario_fs wrote: > > I have been searching the wiki and web and still nothing simple to log > de-registrations. I find it hard to believe there is not a simple way to do > this, anyone have a good idea? > Mario G > > On Feb 15, 2019, at 9:46 AM, mario_fs wrote: > > Hmmmm…. Logging de-registrations would be a useful enhancement to > FreeSwitch for debugging issues like this. I know a SIP trace does it but > that’s a LOT of data when we're talking days. Thanks. > Mario G > > On Feb 15, 2019, at 12:05 AM, Avi Marcus wrote: > > Here's some old nodejs code relying on `esl` lib to monitor for > de-registrations and send me an email. I haven't used it in ages. > > https://gist.github.com/avimar/9645dd3134476d458e68cca077f4ed16 > > > -Avi Marcus > BestFone > > > On Fri, Feb 15, 2019 at 12:13 AM mario_fs wrote: > >> Does anyone know if there is something I can do to log device >> registrations, and more importantly when devices lose registration, *without >> having a ton of other log data*. I know I can turn on a higher level of >> diagnostics, but it may be several days before I find what I need and don’t >> want to flood the log. >> >> I am working with Counterpath on Bria Push service and need to find when >> their push server stops registering. Since they don’t send a notification >> for that and it’s not in the normal FS log, I may not know for days when >> this happens. It would be nice to be able to scan the log for lost >> registrations. Thanks! >> Mario G >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 abaci64 at gmail.com Mon Mar 11 23:39:54 2019 From: abaci64 at gmail.com (Abaci B) Date: Mon, 11 Mar 2019 19:39:54 -0400 Subject: [Freeswitch-users] Sip profile crash In-Reply-To: References: Message-ID: Any chance you're trying to use the same port for TCP and TLS? if that's not the case maybe you can share your sip profile maybe we can figure it out. On Mon, Mar 11, 2019 at 7:29 PM Moshe Rosenberg wrote: > > this is the error i got when i start it > > 2019-03-11 09:02:02.359870 [ERR] sofia.c:3228 Error Creating SIP UA for > profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) > ATTEMPT 1 (RETRY IN 5 SEC) > 2019-03-11 09:02:07.359880 [ERR] sofia.c:3228 Error Creating SIP UA for > profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) > ATTEMPT 2 (RETRY IN 5 SEC) > 2019-03-11 09:02:12.359880 [ERR] sofia.c:3228 Error Creating SIP UA for > profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) > ATTEMPT 3 (RETRY IN 5 SEC) > 2019-03-11 09:02:12.359880 [ERR] sofia.c:3238 Error Creating SIP UA for > profile: internal (sip:mod_sofia at 207.148.17.xx > :5060;maddr=207.148.17.84;transport=udp,tcp) > The likely causes for this are: > 1) Another application is already listening on the specified address. > 2) The IP the profile is attempting to bind to is not local to this system. > > how ever as soon as i disable TLS the profile will start > i checked and i have a valid cert installed > and this worked for while with the cert in place > > any ideas where alse to look > #1 > > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 decemberdrift at gmail.com Tue Mar 12 06:30:55 2019 From: decemberdrift at gmail.com (December Drift) Date: Mon, 11 Mar 2019 23:30:55 -0700 Subject: [Freeswitch-users] FreeSWITCH mod_event_socket : Connection Refused Trying host: 127.0.0.1:8084 In-Reply-To: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> Message-ID: Hi All, On FS 1.8 on docker. Trying to make mod_event_socket work but seeing a wired problem. My /etc/freeswitch/dialplan/default.xml has the following ip ( 172.20.0.4:8084). Then why would it be trying to reach 127.0.0.1 ? *Logs / CLI output: * ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) *ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 Trying host: 127.0.0.1:8084 * *ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket Error: Connection refused* ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket Error! Spent two days trying everything and looking at the docs and wiki but cant figure it out. Plz plz help. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From asilva at wirelessmundi.com Tue Mar 12 12:16:18 2019 From: asilva at wirelessmundi.com (=?UTF-8?Q?Ant=c3=b3nio_Silva?=) Date: Tue, 12 Mar 2019 13:16:18 +0100 Subject: [Freeswitch-users] where g729 fs-latest-installer script now ? In-Reply-To: References: <4af1376d-29ba-ea47-c952-c4883b7dd654@wirelessmundi.com> <4d7501d4c87d$978a56c0$c69f0440$@freeswitch.org> <918f5e6d-bafb-3e1d-bd2d-26648ca948a7@bohboh.info> <007e01d4c88c$c717cf30$55476d90$@freeswitch.org> <0f4adbf7-4df1-de06-3e3b-e8c7f653712e@bohboh.info> Message-ID: Hi Yuriy, Did you open a jira for it?  i've try to follow the old install instruction but the end i've the same issues as you. but now i installed the module from the .deb the old codes one it says that is "Unrecognised resource G.729A/0", if i donwgrade the license-server it's ok. I try validade new licences and is fine, only for the old one codes that i've this error. On 04/03/2019 18:52, Yuriy Nasida wrote: > I forgot to say. g729 module also should be installed this way. > > apt-get install freeswitch-mod-com-g729 > > > On Mon, 4 Mar 2019 at 18:25, Yuriy Nasida > wrote: > > Well. After a lot of pain I can say that issue is solved finally. > > First of all I am almost sure that scirpts: > fs-201902072050-installer and\or fs-latest-installer have issues > (http://files.freeswitch.org/g729/) > At least it's correct for Deb 9 + FS 1.8.5-6. My issue with > connection of FS process to freeswitch-license-server was solved > after installion of  using apt-get method. > > *apt-get install freeswitch-license-server > * > * > * > Yes... So easy but correct me if I am wrong. Do we have such info > anywhere ? > This page is outdated I believe > https://freeswitch.org/confluence/display/FREESWITCH/mod_com_g729 > I would be glad to update it if I can get some access. > > BUT. It is not the end of the story. > I still had one issue related. > All thing working fine if i will run freeswitch-license-server > manually and run FS > But after full reboot of server I had > > # ps ax | grep free >  1126 ?        S freeswitch -ncwait -nonat >  1281 ?        Z<     0:00 [freeswitch] >  1395 pts/0    S+     0:00 grep free > > And FS couldn't connect licenses server again. > > Such defunct process probably is freeswitch-license-server that > was not started correctly. > > This probably happens because  freeswitch-license-server is not > started before freeswitch. > I tried a lot of options and tried to edit freeswitch unit file to > add ExecStartPre with freeswitch-license-server. > Also tried to add separated unit file for > freeswitch-license-server  but nothings helped. > > As workaround I fixed using these steps: > 1) Remove mod_com_g729 from list of modules and restart FS > 2) Create systemd unit file for freeswitch-license-server and > enable it using systemd > 3) Edit systemd unit files for freeswitch to add > After=freeswitch-mod-com-g729.freeswitch-licence-server.service > 4) Edit systemd unit files for freeswitch to add > ExecStartPost=/bin/sh -c "/usr/bin/fs_cli -p mypasswd -x 'load > mod_com_g729'" > > I can not be sure but the reason of the 2nd issue can be related > with name changing from freeswitch_license_server to > freeswitch-license-server in new version, > > Thanks for all your help. > > > > > * > * > > > > > > > On Tue, 26 Feb 2019 at 12:28, António Silva via FreeSWITCH-users > > wrote: > > > > > ---------- Forwarded message ---------- > From: "António Silva" > > To: freeswitch-users at lists.freeswitch.org > > Cc: > Bcc: > Date: Tue, 26 Feb 2019 09:55:38 +0100 > Subject: Re: [Freeswitch-users] where g729 fs-latest-installer > script now ? > > Yuriy, > > i think the best is to open a jira and put there all the > information you can, configuration, logs... > > check: > > https://freeswitch.org/confluence/display/FREESWITCH/Reporting+Bugs+to+JIRA > > > On 25/02/2019 19:48, Yuriy Nasida wrote: >> Ken, mod_event_socket is started and there is not errors >> related. But... FS doesn't listen 8021 when mod_com_g729 is >> added to list of modules. I  would be happy to check anything >> in config but currently haven't ideas what to check. >> Please advice. >> >> On Sat, 23 Feb 2019 at 05:53, Ken Rice > > wrote: >> >> you need to look and see why mod_event_socket isnt >> loading and starting. if its because to added a line for >> mod_com_g729 the  check your config to make sure its correct >> >> >> >> Sent from my iPhone >> >> On Feb 22, 2019, at 10:59, Yuriy Nasida >> > wrote: >> >>> Well. I tried Antonio's method and have installed >>> mod_com_g729 and freeswitch_license_server using deb files. >>> But... I have got same result.  FS doesn't listen 8021 >>> port in case I have enabled mod_com_g729 in modules.conf.xml >>> >>> Also I noted that systemd starts two freeswitch processes/ >>> >>> # ps ax | grep free >>> 22367 ? Ss     0:04 /usr/sbin/freeswitch-license-server >>> 22776 ? Ss     0:00 /usr/bin/freeswitch -u freeswitch -g >>> freeswitch -ncwait -nonat >>> 22777 ? S>> freeswitch -ncwait -nonat >>> >>> # netstat -nlp | grep free >>> tcp        0   0 0.0.0.0:2855       >>>       0.0.0.0:*    LISTEN 22808/freeswitch >>> tcp        0   0 0.0.0.0:2856       >>>       0.0.0.0:*    LISTEN 22808/freeswitch >>> tcp        0   0 my_ip:5060   0.0.0.0:*        LISTEN >>> 22808/freeswitch >>> tcp        0   0 my_ip:5060   0.0.0.0:*        LISTEN >>> 22808/freeswitch >>> udp        0   0 my_ip:5060   0.0.0.0:*  22808/freeswitch >>> udp        0   0 my_ip:5060   0.0.0.0:*  22808/freeswitch >>> >>> FS doesn't listen 8021 like you see. >>> >>> All things working fine I case I will disable >>> mod_com_g729 in modules.conf.xml >>> >>> Please advice >>> >>> On Tue, 19 Feb 2019 at 23:20, Social Boh >>> > wrote: >>> >>> So you don't update MPL 1.1 with MPL. 2.0 because >>> the 1.1 is not compatible with GPL while 2.0 is >>> compatible with GPL. >>> >>> Regards >>> >>> --- >>> I'm SoCIaL, MayBe >>> >>> El 19/02/2019 a las 14:53, Ken Rice escribió: >>>> >>>> I was pretty clear on the my statements about >>>> taking funding away from the FreeSWITCH Project and >>>> the devs by doing such thing >>>> >>>> Also the bcg module is GPLv2 license violation >>>> waiting to be noticed… you cant combine MPL and GPL >>>> code and have a resulting MPL codebase. Its not >>>> allowed by the GPL. So you you are also ripping off >>>> the GPL coder. >>>> >>>> Now you are polluting a MPL code base with the GPL >>>> violating the Copyright holder of the MPL’s >>>> software rights to determine how his code is licensed. >>>> >>>> This happens all the time. People think oh this >>>> code is free, and yes most of the code is free, but >>>> the devs still have mortgages, children to feed, >>>> computers and related hardware to keep updated so >>>> that they can continue to support that hardware >>>> that everyone is using currently. Website hosting >>>> for something like FreeSWITCH isnt free. It >>>> requires over 1/2 a rack of colo’d equipment to >>>> keep the website, mailing list, build servers, git >>>> repos, wiki etc etc etc going. >>>> >>>> $10 for a channel is a pretty cheap way to support >>>> that seeing as that most of the time you don’t even >>>> need G729 >>>> >>>> *From:*Social Boh >>>> >>>> *Sent:* Tuesday, February 19, 2019 1:03 PM >>>> *To:* Ken Rice >>>> >>>> *Subject:* Re: [Freeswitch-users] where g729 >>>> fs-latest-installer script now ? >>>> >>>> Can you explain me why I can't use the mod_bcg729 >>>> with FreeSWITCH? >>>> >>>> Thank you >>>> >>>> --- >>>> I'm SoCIaL, MayBe >>>> >>>> El 19/02/2019 a las 13:04, Ken Rice escribió: >>>> >>>> My statement wasn’t to you, but to the people >>>> that continually want to pirate someone elses >>>> G729 code and refuse to support the projects >>>> developers. >>>> >>>> Its one of those things that grinds my gears. >>>> >>>> K >>>> >>>> *From:* FreeSWITCH-users >>>> >>>> >>>> *On Behalf Of *Yuriy Nasida >>>> *Sent:* Tuesday, February 19, 2019 6:47 AM >>>> *To:* António Silva >>>> >>>> *Cc:* freeswitch-users at lists.freeswitch.org >>>> >>>> *Subject:* Re: [Freeswitch-users] where g729 >>>> fs-latest-installer script now ? >>>> >>>> Ken, not sure what you talking about. I already >>>> bought a lot of g729 licenses for my servers >>>> and I use them a lot of years. But now I can't >>>> use them normally at Deb 9 + fs1.8 + new g729 >>>> install script because of issues I described. >>>> >>>> Thanks a lot Antonio! I will try this way. >>>> >>>> On Tue, 19 Feb 2019 at 11:41, António Silva >>>> >>> > wrote: >>>> >>>> try using the .deb and installed then manuall.: >>>> >>>> Get the packages from here: >>>> http://files.freeswitch.org/repo/deb/freeswitch-1.8/pool/main/f/ >>>> >>>> Installed them manually: >>>> >>>> dpkg -x >>>> freeswitch-mod-com-g729_1.8.5~7~14d59c97e0~jessie_amd64.deb >>>> / >>>> dpkg -x >>>> freeswitch-license-server_0.0.1~42~731842be7d~jessie_amd64.deb >>>> / >>>> >>>> I don't know if the installer will remain, >>>> from the jira >>>> https://freeswitch.org/jira/browse/FS-11641 >>>> i got the impression that now the solution >>>> is to use the debian packages. >>>> >>>> On 13/02/2019 18:10, Yuriy Nasida wrote: >>>> >>>> I have >>>> installed freeswitch-license-server >>>> using fs-201902072050-installer  and >>>> got issue below. >>>> >>>> FS doesn't listen port 8021 and I can't >>>> connect to it and run any command using >>>> fs_cli. >>>> >>>> All works fine in case I kill process >>>> freeswitch-license-server. >>>> >>>> Can anybody comment please all these >>>> very weird things with commercial g729 >>>> at FS ? >>>> >>>> Thanks. >>>> >>>> On Wed, 13 Feb 2019 at 13:36, Yuriy >>>> Nasida >>> > wrote: >>>> >>>> Well. Somebody updated >>>> http://files.freeswitch.org/g729/ >>>> and now it has fs-latest-installer. >>>> Thanks a lot whoever you are!!! >>>> >>>> But... Now it has not install >>>> instructions :) >>>> >>>> On Wed, 13 Feb 2019 at 12:25, Yuriy >>>> Nasida >>> > wrote: >>>> >>>> Um... Nobody uses g729 licences >>>> anymore ? :) >>>> >>>> On Tue, 12 Feb 2019 at 20:07, >>>> Yuriy Nasida >>> > wrote: >>>> >>>> Hi guys, >>>> >>>> Does anybody know why site >>>> http://files.freeswitch.org/g729/ >>>> contain only install >>>> instrunction now ? >>>> Where fs-latest-installer-v1.6 >>>> script or something like this ? >>>> >>>> Please advice. >>>> >>>> _________________________________________________________________________ >>>> >>>> Professional FreeSWITCH Services >>>> >>>> sales at freeswitch.com >>>> >>>> https://freeswitch.com >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> >>>> https://freeswitch.com/oss >>>> >>>> https://freeswitch.org/confluence >>>> >>>> https://cluecon.com >>>> >>>> >>>> >>>> FreeSWITCH-users mailing list >>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> >>>> https://freeswitch.com >>>> >>>> -- >>>> >>>> Saludos / Regards / Cumprimentos >>>> >>>> António Silva >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> Professional FreeSWITCH Services >>>> >>>> sales at freeswitch.com >>>> >>>> https://freeswitch.com >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> >>>> https://freeswitch.com/oss >>>> >>>> https://freeswitch.org/confluence >>>> >>>> https://cluecon.com >>>> >>>> >>>> >>>> FreeSWITCH-users mailing list >>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> >>>> https://freeswitch.com >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > Saludos / Regards / Cumprimentos > António Silva > > > > > ---------- Forwarded message ---------- > From: "António Silva via FreeSWITCH-users" > > > To: freeswitch-users at lists.freeswitch.org > > Cc: > Bcc: > Date: Tue, 26 Feb 2019 01:28:34 -0800 (PST) > Subject: Re: [Freeswitch-users] where g729 fs-latest-installer > script now ? > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > -- Saludos / Regards / Cumprimentos António Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: From asilva at wirelessmundi.com Tue Mar 12 14:15:59 2019 From: asilva at wirelessmundi.com (=?UTF-8?Q?Ant=c3=b3nio_Silva?=) Date: Tue, 12 Mar 2019 15:15:59 +0100 Subject: [Freeswitch-users] where g729 fs-latest-installer script now ? In-Reply-To: References: <4af1376d-29ba-ea47-c952-c4883b7dd654@wirelessmundi.com> <4d7501d4c87d$978a56c0$c69f0440$@freeswitch.org> <918f5e6d-bafb-3e1d-bd2d-26648ca948a7@bohboh.info> <007e01d4c88c$c717cf30$55476d90$@freeswitch.org> <0f4adbf7-4df1-de06-3e3b-e8c7f653712e@bohboh.info> Message-ID: <0f0ea87e-36ca-6cd1-78e8-bf84cebcfb6d@wirelessmundi.com> Brian already explain to me the issue.. it's  necessary to re-activate the licences with the new binary. On 12/03/2019 13:16, António Silva wrote: > > Hi Yuriy, > > Did you open a jira for it?  i've try to follow the old install > instruction but the end i've the same issues as you. > > but now i installed the module from the .deb the old codes one it says > that is "Unrecognised resource G.729A/0", if i donwgrade the > license-server it's ok. I try validade new licences and is fine, only > for the old one codes that i've this error. > > > On 04/03/2019 18:52, Yuriy Nasida wrote: >> I forgot to say. g729 module also should be installed this way. >> >> apt-get install freeswitch-mod-com-g729 >> >> >> On Mon, 4 Mar 2019 at 18:25, Yuriy Nasida > > wrote: >> >> Well. After a lot of pain I can say that issue is solved finally. >> >> First of all I am almost sure that scirpts: >> fs-201902072050-installer and\or fs-latest-installer have issues >> (http://files.freeswitch.org/g729/) >> At least it's correct for Deb 9 + FS 1.8.5-6. My issue with >> connection of FS process to freeswitch-license-server was solved >> after installion of  using apt-get method. >> >> *apt-get install freeswitch-license-server >> * >> * >> * >> Yes... So easy but correct me if I am wrong. Do we have such info >> anywhere ? >> This page is outdated I believe >> https://freeswitch.org/confluence/display/FREESWITCH/mod_com_g729 >> I would be glad to update it if I can get some access. >> >> BUT. It is not the end of the story. >> I still had one issue related. >> All thing working fine if i will run freeswitch-license-server >> manually and run FS >> But after full reboot of server I had >> >> # ps ax | grep free >>  1126 ?        S> freeswitch -ncwait -nonat >>  1281 ?        Z<     0:00 [freeswitch] >>  1395 pts/0    S+     0:00 grep free >> >> And FS couldn't connect licenses server again. >> >> Such defunct process probably is freeswitch-license-server that >> was not started correctly. >> >> This probably happens because  freeswitch-license-server is not >> started before freeswitch. >> I tried a lot of options and tried to edit freeswitch unit file >> to add ExecStartPre with freeswitch-license-server. >> Also tried to add separated unit file for >> freeswitch-license-server  but nothings helped. >> >> As workaround I fixed using these steps: >> 1) Remove mod_com_g729 from list of modules and restart FS >> 2) Create systemd unit file for freeswitch-license-server and >> enable it using systemd >> 3) Edit systemd unit files for freeswitch to add >> After=freeswitch-mod-com-g729.freeswitch-licence-server.service >> 4) Edit systemd unit files for freeswitch to add >> ExecStartPost=/bin/sh -c "/usr/bin/fs_cli -p mypasswd -x 'load >> mod_com_g729'" >> >> I can not be sure but the reason of the 2nd issue can be related >> with name changing from freeswitch_license_server to >> freeswitch-license-server in new version, >> >> Thanks for all your help. >> >> >> >> >> * >> * >> >> >> >> >> >> >> On Tue, 26 Feb 2019 at 12:28, António Silva via FreeSWITCH-users >> > > wrote: >> >> >> >> >> ---------- Forwarded message ---------- >> From: "António Silva" > > >> To: freeswitch-users at lists.freeswitch.org >> >> Cc: >> Bcc: >> Date: Tue, 26 Feb 2019 09:55:38 +0100 >> Subject: Re: [Freeswitch-users] where g729 >> fs-latest-installer script now ? >> >> Yuriy, >> >> i think the best is to open a jira and put there all the >> information you can, configuration, logs... >> >> check: >> >> https://freeswitch.org/confluence/display/FREESWITCH/Reporting+Bugs+to+JIRA >> >> >> On 25/02/2019 19:48, Yuriy Nasida wrote: >>> Ken, mod_event_socket is started and there is not errors >>> related. But... FS doesn't listen 8021 when mod_com_g729 is >>> added to list of modules. I  would be happy to check >>> anything in config but currently haven't ideas what to check. >>> Please advice. >>> >>> On Sat, 23 Feb 2019 at 05:53, Ken Rice >> > wrote: >>> >>> you need to look and see why mod_event_socket isnt >>> loading and starting. if its because to added a line for >>> mod_com_g729 the  check your config to make sure its >>> correct >>> >>> >>> >>> Sent from my iPhone >>> >>> On Feb 22, 2019, at 10:59, Yuriy Nasida >>> > wrote: >>> >>>> Well. I tried Antonio's method and have installed >>>> mod_com_g729 and freeswitch_license_server using deb >>>> files. >>>> But... I have got same result. FS doesn't listen 8021 >>>> port in case I have enabled mod_com_g729 in >>>> modules.conf.xml >>>> >>>> Also I noted that systemd starts two freeswitch processes/ >>>> >>>> # ps ax | grep free >>>> 22367 ?   Ss     0:04 /usr/sbin/freeswitch-license-server >>>> 22776 ?   Ss     0:00 /usr/bin/freeswitch -u freeswitch >>>> -g freeswitch -ncwait -nonat >>>> 22777 ?   S>>> -g freeswitch -ncwait -nonat >>>> >>>> # netstat -nlp | grep free >>>> tcp        0     0 0.0.0.0:2855 >>>> 0.0.0.0:*        LISTEN 22808/freeswitch >>>> tcp        0     0 0.0.0.0:2856 >>>> 0.0.0.0:*        LISTEN 22808/freeswitch >>>> tcp        0     0 my_ip:5060 0.0.0.0:*        LISTEN >>>> 22808/freeswitch >>>> tcp        0     0 my_ip:5060 0.0.0.0:*        LISTEN >>>> 22808/freeswitch >>>> udp        0     0 my_ip:5060 0.0.0.0:*  22808/freeswitch >>>> udp        0     0 my_ip:5060 0.0.0.0:*  22808/freeswitch >>>> >>>> FS doesn't listen 8021 like you see. >>>> >>>> All things working fine I case I will disable >>>> mod_com_g729 in modules.conf.xml >>>> >>>> Please advice >>>> >>>> On Tue, 19 Feb 2019 at 23:20, Social Boh >>>> > wrote: >>>> >>>> So you don't update MPL 1.1 with MPL. 2.0 because >>>> the 1.1 is not compatible with GPL while 2.0 is >>>> compatible with GPL. >>>> >>>> Regards >>>> >>>> --- >>>> I'm SoCIaL, MayBe >>>> >>>> El 19/02/2019 a las 14:53, Ken Rice escribió: >>>>> >>>>> I was pretty clear on the my statements about >>>>> taking funding away from the FreeSWITCH Project >>>>> and the devs by doing such thing >>>>> >>>>> Also the bcg module is GPLv2 license violation >>>>> waiting to be noticed… you cant combine MPL and >>>>> GPL code and have a resulting MPL codebase. Its >>>>> not allowed by the GPL. So you you are also >>>>> ripping off the GPL coder. >>>>> >>>>> Now you are polluting a MPL code base with the GPL >>>>> violating the Copyright holder of the MPL’s >>>>> software rights to determine how his code is >>>>> licensed. >>>>> >>>>> This happens all the time. People think oh this >>>>> code is free, and yes most of the code is free, >>>>> but the devs still have mortgages, children to >>>>> feed, computers and related hardware to keep >>>>> updated so that they can continue to support that >>>>> hardware that everyone is using currently. Website >>>>> hosting for something like FreeSWITCH isnt free. >>>>> It requires over 1/2 a rack of colo’d equipment to >>>>> keep the website, mailing list, build servers, git >>>>> repos, wiki etc etc etc going. >>>>> >>>>> $10 for a channel is a pretty cheap way to support >>>>> that seeing as that most of the time you don’t >>>>> even need G729 >>>>> >>>>> *From:*Social Boh >>>>> >>>>> *Sent:* Tuesday, February 19, 2019 1:03 PM >>>>> *To:* Ken Rice >>>>> >>>>> *Subject:* Re: [Freeswitch-users] where g729 >>>>> fs-latest-installer script now ? >>>>> >>>>> Can you explain me why I can't use the mod_bcg729 >>>>> with FreeSWITCH? >>>>> >>>>> Thank you >>>>> >>>>> --- >>>>> I'm SoCIaL, MayBe >>>>> >>>>> El 19/02/2019 a las 13:04, Ken Rice escribió: >>>>> >>>>> My statement wasn’t to you, but to the people >>>>> that continually want to pirate someone elses >>>>> G729 code and refuse to support the projects >>>>> developers. >>>>> >>>>> Its one of those things that grinds my gears. >>>>> >>>>> K >>>>> >>>>> *From:* FreeSWITCH-users >>>>> >>>>> >>>>> *On Behalf Of *Yuriy Nasida >>>>> *Sent:* Tuesday, February 19, 2019 6:47 AM >>>>> *To:* António Silva >>>>> >>>>> *Cc:* freeswitch-users at lists.freeswitch.org >>>>> >>>>> *Subject:* Re: [Freeswitch-users] where g729 >>>>> fs-latest-installer script now ? >>>>> >>>>> Ken, not sure what you talking about. I >>>>> already bought a lot of g729 licenses for my >>>>> servers and I use them a lot of years. But now >>>>> I can't use them normally at Deb 9 + fs1.8 + >>>>> new g729 install script because of issues I >>>>> described. >>>>> >>>>> Thanks a lot Antonio! I will try this way. >>>>> >>>>> On Tue, 19 Feb 2019 at 11:41, António Silva >>>>> >>>> > wrote: >>>>> >>>>> try using the .deb and installed then >>>>> manuall.: >>>>> >>>>> Get the packages from here: >>>>> http://files.freeswitch.org/repo/deb/freeswitch-1.8/pool/main/f/ >>>>> >>>>> Installed them manually: >>>>> >>>>> dpkg -x >>>>> freeswitch-mod-com-g729_1.8.5~7~14d59c97e0~jessie_amd64.deb >>>>> / >>>>> dpkg -x >>>>> freeswitch-license-server_0.0.1~42~731842be7d~jessie_amd64.deb >>>>> / >>>>> >>>>> I don't know if the installer will remain, >>>>> from the jira >>>>> https://freeswitch.org/jira/browse/FS-11641 >>>>> i got the impression that now the solution >>>>> is to use the debian packages. >>>>> >>>>> On 13/02/2019 18:10, Yuriy Nasida wrote: >>>>> >>>>> I have >>>>> installed freeswitch-license-server >>>>> using fs-201902072050-installer  and >>>>> got issue below. >>>>> >>>>> FS doesn't listen port 8021 and I >>>>> can't connect to it and run any >>>>> command using fs_cli. >>>>> >>>>> All works fine in case I kill process >>>>> freeswitch-license-server. >>>>> >>>>> Can anybody comment please all these >>>>> very weird things with commercial g729 >>>>> at FS ? >>>>> >>>>> Thanks. >>>>> >>>>> On Wed, 13 Feb 2019 at 13:36, Yuriy >>>>> Nasida >>>> > wrote: >>>>> >>>>> Well. Somebody updated >>>>> http://files.freeswitch.org/g729/ >>>>> and now it >>>>> has fs-latest-installer. Thanks a >>>>> lot whoever you are!!! >>>>> >>>>> But... Now it has not install >>>>> instructions :) >>>>> >>>>> On Wed, 13 Feb 2019 at 12:25, >>>>> Yuriy Nasida >>>> > wrote: >>>>> >>>>> Um... Nobody uses g729 >>>>> licences anymore ? :) >>>>> >>>>> On Tue, 12 Feb 2019 at 20:07, >>>>> Yuriy Nasida >>>>> >>>> > wrote: >>>>> >>>>> Hi guys, >>>>> >>>>> Does anybody know why site >>>>> http://files.freeswitch.org/g729/ >>>>> contain only install >>>>> instrunction now ? >>>>> Where fs-latest-installer-v1.6 >>>>> script or something like >>>>> this ? >>>>> >>>>> Please advice. >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> Professional FreeSWITCH Services >>>>> >>>>> sales at freeswitch.com >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> >>>>> https://freeswitch.com/oss >>>>> >>>>> https://freeswitch.org/confluence >>>>> >>>>> https://cluecon.com >>>>> >>>>> >>>>> >>>>> FreeSWITCH-users mailing list >>>>> >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> >>>>> https://freeswitch.com >>>>> >>>>> -- >>>>> >>>>> Saludos / Regards / Cumprimentos >>>>> >>>>> António Silva >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> Professional FreeSWITCH Services >>>>> >>>>> sales at freeswitch.com >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> >>>>> https://freeswitch.com/oss >>>>> >>>>> https://freeswitch.org/confluence >>>>> >>>>> https://cluecon.com >>>>> >>>>> >>>>> >>>>> FreeSWITCH-users mailing list >>>>> >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> >>>>> https://freeswitch.com >>>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Saludos / Regards / Cumprimentos >> António Silva >> >> >> >> >> ---------- Forwarded message ---------- >> From: "António Silva via FreeSWITCH-users" >> > > >> To: freeswitch-users at lists.freeswitch.org >> >> Cc: >> Bcc: >> Date: Tue, 26 Feb 2019 01:28:34 -0800 (PST) >> Subject: Re: [Freeswitch-users] where g729 >> fs-latest-installer script now ? >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> > -- > Saludos / Regards / Cumprimentos > António Silva -- Saludos / Regards / Cumprimentos António Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: From asilva at wirelessmundi.com Tue Mar 12 14:17:49 2019 From: asilva at wirelessmundi.com (=?UTF-8?Q?Ant=c3=b3nio_Silva?=) Date: Tue, 12 Mar 2019 15:17:49 +0100 Subject: [Freeswitch-users] where g729 fs-latest-installer script now ? In-Reply-To: References: <4af1376d-29ba-ea47-c952-c4883b7dd654@wirelessmundi.com> <4d7501d4c87d$978a56c0$c69f0440$@freeswitch.org> <918f5e6d-bafb-3e1d-bd2d-26648ca948a7@bohboh.info> <007e01d4c88c$c717cf30$55476d90$@freeswitch.org> <0f4adbf7-4df1-de06-3e3b-e8c7f653712e@bohboh.info> Message-ID: <66a66af4-f835-5b8b-7497-fa0a68582d3d@wirelessmundi.com> Brian already explain to me the issue.. it's  necessary to re-activate the licences with the new binary. On 12/03/2019 13:16, António Silva wrote: > > Hi Yuriy, > > Did you open a jira for it?  i've try to follow the old install > instruction but the end i've the same issues as you. > > but now i installed the module from the .deb the old codes one it says > that is "Unrecognised resource G.729A/0", if i donwgrade the > license-server it's ok. I try validade new licences and is fine, only > for the old one codes that i've this error. > > > On 04/03/2019 18:52, Yuriy Nasida wrote: >> I forgot to say. g729 module also should be installed this way. >> >> apt-get install freeswitch-mod-com-g729 >> >> >> On Mon, 4 Mar 2019 at 18:25, Yuriy Nasida > > wrote: >> >> Well. After a lot of pain I can say that issue is solved finally. >> >> First of all I am almost sure that scirpts: >> fs-201902072050-installer and\or fs-latest-installer have issues >> (http://files.freeswitch.org/g729/) >> At least it's correct for Deb 9 + FS 1.8.5-6. My issue with >> connection of FS process to freeswitch-license-server was solved >> after installion of  using apt-get method. >> >> *apt-get install freeswitch-license-server >> * >> * >> * >> Yes... So easy but correct me if I am wrong. Do we have such info >> anywhere ? >> This page is outdated I believe >> https://freeswitch.org/confluence/display/FREESWITCH/mod_com_g729 >> I would be glad to update it if I can get some access. >> >> BUT. It is not the end of the story. >> I still had one issue related. >> All thing working fine if i will run freeswitch-license-server >> manually and run FS >> But after full reboot of server I had >> >> # ps ax | grep free >>  1126 ?        S> freeswitch -ncwait -nonat >>  1281 ?        Z<     0:00 [freeswitch] >>  1395 pts/0    S+     0:00 grep free >> >> And FS couldn't connect licenses server again. >> >> Such defunct process probably is freeswitch-license-server that >> was not started correctly. >> >> This probably happens because  freeswitch-license-server is not >> started before freeswitch. >> I tried a lot of options and tried to edit freeswitch unit file >> to add ExecStartPre with freeswitch-license-server. >> Also tried to add separated unit file for >> freeswitch-license-server  but nothings helped. >> >> As workaround I fixed using these steps: >> 1) Remove mod_com_g729 from list of modules and restart FS >> 2) Create systemd unit file for freeswitch-license-server and >> enable it using systemd >> 3) Edit systemd unit files for freeswitch to add >> After=freeswitch-mod-com-g729.freeswitch-licence-server.service >> 4) Edit systemd unit files for freeswitch to add >> ExecStartPost=/bin/sh -c "/usr/bin/fs_cli -p mypasswd -x 'load >> mod_com_g729'" >> >> I can not be sure but the reason of the 2nd issue can be related >> with name changing from freeswitch_license_server to >> freeswitch-license-server in new version, >> >> Thanks for all your help. >> >> >> >> >> * >> * >> >> >> >> >> >> >> On Tue, 26 Feb 2019 at 12:28, António Silva via FreeSWITCH-users >> > > wrote: >> >> >> >> >> ---------- Forwarded message ---------- >> From: "António Silva" > > >> To: freeswitch-users at lists.freeswitch.org >> >> Cc: >> Bcc: >> Date: Tue, 26 Feb 2019 09:55:38 +0100 >> Subject: Re: [Freeswitch-users] where g729 >> fs-latest-installer script now ? >> >> Yuriy, >> >> i think the best is to open a jira and put there all the >> information you can, configuration, logs... >> >> check: >> >> https://freeswitch.org/confluence/display/FREESWITCH/Reporting+Bugs+to+JIRA >> >> >> On 25/02/2019 19:48, Yuriy Nasida wrote: >>> Ken, mod_event_socket is started and there is not errors >>> related. But... FS doesn't listen 8021 when mod_com_g729 is >>> added to list of modules. I  would be happy to check >>> anything in config but currently haven't ideas what to check. >>> Please advice. >>> >>> On Sat, 23 Feb 2019 at 05:53, Ken Rice >> > wrote: >>> >>> you need to look and see why mod_event_socket isnt >>> loading and starting. if its because to added a line for >>> mod_com_g729 the  check your config to make sure its >>> correct >>> >>> >>> >>> Sent from my iPhone >>> >>> On Feb 22, 2019, at 10:59, Yuriy Nasida >>> > wrote: >>> >>>> Well. I tried Antonio's method and have installed >>>> mod_com_g729 and freeswitch_license_server using deb >>>> files. >>>> But... I have got same result. FS doesn't listen 8021 >>>> port in case I have enabled mod_com_g729 in >>>> modules.conf.xml >>>> >>>> Also I noted that systemd starts two freeswitch processes/ >>>> >>>> # ps ax | grep free >>>> 22367 ?   Ss     0:04 /usr/sbin/freeswitch-license-server >>>> 22776 ?   Ss     0:00 /usr/bin/freeswitch -u freeswitch >>>> -g freeswitch -ncwait -nonat >>>> 22777 ?   S>>> -g freeswitch -ncwait -nonat >>>> >>>> # netstat -nlp | grep free >>>> tcp        0     0 0.0.0.0:2855 >>>> 0.0.0.0:*        LISTEN 22808/freeswitch >>>> tcp        0     0 0.0.0.0:2856 >>>> 0.0.0.0:*        LISTEN 22808/freeswitch >>>> tcp        0     0 my_ip:5060 0.0.0.0:*        LISTEN >>>> 22808/freeswitch >>>> tcp        0     0 my_ip:5060 0.0.0.0:*        LISTEN >>>> 22808/freeswitch >>>> udp        0     0 my_ip:5060 0.0.0.0:*  22808/freeswitch >>>> udp        0     0 my_ip:5060 0.0.0.0:*  22808/freeswitch >>>> >>>> FS doesn't listen 8021 like you see. >>>> >>>> All things working fine I case I will disable >>>> mod_com_g729 in modules.conf.xml >>>> >>>> Please advice >>>> >>>> On Tue, 19 Feb 2019 at 23:20, Social Boh >>>> > wrote: >>>> >>>> So you don't update MPL 1.1 with MPL. 2.0 because >>>> the 1.1 is not compatible with GPL while 2.0 is >>>> compatible with GPL. >>>> >>>> Regards >>>> >>>> --- >>>> I'm SoCIaL, MayBe >>>> >>>> El 19/02/2019 a las 14:53, Ken Rice escribió: >>>>> >>>>> I was pretty clear on the my statements about >>>>> taking funding away from the FreeSWITCH Project >>>>> and the devs by doing such thing >>>>> >>>>> Also the bcg module is GPLv2 license violation >>>>> waiting to be noticed… you cant combine MPL and >>>>> GPL code and have a resulting MPL codebase. Its >>>>> not allowed by the GPL. So you you are also >>>>> ripping off the GPL coder. >>>>> >>>>> Now you are polluting a MPL code base with the GPL >>>>> violating the Copyright holder of the MPL’s >>>>> software rights to determine how his code is >>>>> licensed. >>>>> >>>>> This happens all the time. People think oh this >>>>> code is free, and yes most of the code is free, >>>>> but the devs still have mortgages, children to >>>>> feed, computers and related hardware to keep >>>>> updated so that they can continue to support that >>>>> hardware that everyone is using currently. Website >>>>> hosting for something like FreeSWITCH isnt free. >>>>> It requires over 1/2 a rack of colo’d equipment to >>>>> keep the website, mailing list, build servers, git >>>>> repos, wiki etc etc etc going. >>>>> >>>>> $10 for a channel is a pretty cheap way to support >>>>> that seeing as that most of the time you don’t >>>>> even need G729 >>>>> >>>>> *From:*Social Boh >>>>> >>>>> *Sent:* Tuesday, February 19, 2019 1:03 PM >>>>> *To:* Ken Rice >>>>> >>>>> *Subject:* Re: [Freeswitch-users] where g729 >>>>> fs-latest-installer script now ? >>>>> >>>>> Can you explain me why I can't use the mod_bcg729 >>>>> with FreeSWITCH? >>>>> >>>>> Thank you >>>>> >>>>> --- >>>>> I'm SoCIaL, MayBe >>>>> >>>>> El 19/02/2019 a las 13:04, Ken Rice escribió: >>>>> >>>>> My statement wasn’t to you, but to the people >>>>> that continually want to pirate someone elses >>>>> G729 code and refuse to support the projects >>>>> developers. >>>>> >>>>> Its one of those things that grinds my gears. >>>>> >>>>> K >>>>> >>>>> *From:* FreeSWITCH-users >>>>> >>>>> >>>>> *On Behalf Of *Yuriy Nasida >>>>> *Sent:* Tuesday, February 19, 2019 6:47 AM >>>>> *To:* António Silva >>>>> >>>>> *Cc:* freeswitch-users at lists.freeswitch.org >>>>> >>>>> *Subject:* Re: [Freeswitch-users] where g729 >>>>> fs-latest-installer script now ? >>>>> >>>>> Ken, not sure what you talking about. I >>>>> already bought a lot of g729 licenses for my >>>>> servers and I use them a lot of years. But now >>>>> I can't use them normally at Deb 9 + fs1.8 + >>>>> new g729 install script because of issues I >>>>> described. >>>>> >>>>> Thanks a lot Antonio! I will try this way. >>>>> >>>>> On Tue, 19 Feb 2019 at 11:41, António Silva >>>>> >>>> > wrote: >>>>> >>>>> try using the .deb and installed then >>>>> manuall.: >>>>> >>>>> Get the packages from here: >>>>> http://files.freeswitch.org/repo/deb/freeswitch-1.8/pool/main/f/ >>>>> >>>>> Installed them manually: >>>>> >>>>> dpkg -x >>>>> freeswitch-mod-com-g729_1.8.5~7~14d59c97e0~jessie_amd64.deb >>>>> / >>>>> dpkg -x >>>>> freeswitch-license-server_0.0.1~42~731842be7d~jessie_amd64.deb >>>>> / >>>>> >>>>> I don't know if the installer will remain, >>>>> from the jira >>>>> https://freeswitch.org/jira/browse/FS-11641 >>>>> i got the impression that now the solution >>>>> is to use the debian packages. >>>>> >>>>> On 13/02/2019 18:10, Yuriy Nasida wrote: >>>>> >>>>> I have >>>>> installed freeswitch-license-server >>>>> using fs-201902072050-installer  and >>>>> got issue below. >>>>> >>>>> FS doesn't listen port 8021 and I >>>>> can't connect to it and run any >>>>> command using fs_cli. >>>>> >>>>> All works fine in case I kill process >>>>> freeswitch-license-server. >>>>> >>>>> Can anybody comment please all these >>>>> very weird things with commercial g729 >>>>> at FS ? >>>>> >>>>> Thanks. >>>>> >>>>> On Wed, 13 Feb 2019 at 13:36, Yuriy >>>>> Nasida >>>> > wrote: >>>>> >>>>> Well. Somebody updated >>>>> http://files.freeswitch.org/g729/ >>>>> and now it >>>>> has fs-latest-installer. Thanks a >>>>> lot whoever you are!!! >>>>> >>>>> But... Now it has not install >>>>> instructions :) >>>>> >>>>> On Wed, 13 Feb 2019 at 12:25, >>>>> Yuriy Nasida >>>> > wrote: >>>>> >>>>> Um... Nobody uses g729 >>>>> licences anymore ? :) >>>>> >>>>> On Tue, 12 Feb 2019 at 20:07, >>>>> Yuriy Nasida >>>>> >>>> > wrote: >>>>> >>>>> Hi guys, >>>>> >>>>> Does anybody know why site >>>>> http://files.freeswitch.org/g729/ >>>>> contain only install >>>>> instrunction now ? >>>>> Where fs-latest-installer-v1.6 >>>>> script or something like >>>>> this ? >>>>> >>>>> Please advice. >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> Professional FreeSWITCH Services >>>>> >>>>> sales at freeswitch.com >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> >>>>> https://freeswitch.com/oss >>>>> >>>>> https://freeswitch.org/confluence >>>>> >>>>> https://cluecon.com >>>>> >>>>> >>>>> >>>>> FreeSWITCH-users mailing list >>>>> >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> >>>>> https://freeswitch.com >>>>> >>>>> -- >>>>> >>>>> Saludos / Regards / Cumprimentos >>>>> >>>>> António Silva >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> Professional FreeSWITCH Services >>>>> >>>>> sales at freeswitch.com >>>>> >>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> >>>>> https://freeswitch.com/oss >>>>> >>>>> https://freeswitch.org/confluence >>>>> >>>>> https://cluecon.com >>>>> >>>>> >>>>> >>>>> FreeSWITCH-users mailing list >>>>> >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> >>>>> https://freeswitch.com >>>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Saludos / Regards / Cumprimentos >> António Silva >> >> >> >> >> ---------- Forwarded message ---------- >> From: "António Silva via FreeSWITCH-users" >> > > >> To: freeswitch-users at lists.freeswitch.org >> >> Cc: >> Bcc: >> Date: Tue, 26 Feb 2019 01:28:34 -0800 (PST) >> Subject: Re: [Freeswitch-users] where g729 >> fs-latest-installer script now ? >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> > -- > Saludos / Regards / Cumprimentos > António Silva -- Saludos / Regards / Cumprimentos António Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Tue Mar 12 21:35:25 2019 From: mario_fs at mgtech.com (mario_fs) Date: Tue, 12 Mar 2019 14:35:25 -0700 Subject: [Freeswitch-users] Option to log registrations/deregistrations? In-Reply-To: References: <01000168f0302208-303a2b9c-ffa8-4cad-ac4e-d87797cc2c4d-000000@email.amazonses.com> <771A1361-D809-41AF-911F-1A4077DCF898@mgtech.com> <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> Message-ID: <7751DF42-02C2-435D-821F-DEFCF20F9751@mgtech.com> Thanks! I know enough LUA to already have a LUA script in FreeSwitch so will give this a try. This should drastically help with debugging Bria PUSH staying registered issues! I found sofia::unregister on the wiki and check the lua.conf.xml file. Thanks a LOT! Mario G > On Mar 12, 2019, at 11:46 AM, Adridan Tudor wrote: > > You can use an event hook from mod_lua to execute a lua script on unregister event. > Add "" in lua.conf.xml > > In the script you can do whatever you want, for example logout from callcenter. > >>freeswitch.consoleLog("INFO","Executing logout_callcenter.lua\n"); > >>local username = event:getHeader("username"); > >>local from_user = event:getHeader("from-user"); > >>freeswitch.consoleLog("INFO","username: " .. (username or "") .."\n"); > >>freeswitch.consoleLog("INFO","from-user: " .. (from_user or "") .."\n"); > >> > >>if (username ~= nil) then > >> api = freeswitch.API(); > >> result = api:execute("callcenter_config", "agent set status "..username.." 'Logged Out'"); > >> freeswitch.consoleLog("INFO", "Execute on unregister: ".. result .. "\n") > >>end > > On Tue, Mar 12, 2019 at 8:26 PM mario_fs > wrote: > Still no luck on this and I really need to know date/time when a particular extension is unregistering. Anyone else have an idea that does not involve programming? Thanks, > Mario G > >> On Feb 20, 2019, at 9:16 AM, mario_fs > wrote: >> >> I have been searching the wiki and web and still nothing simple to log de-registrations. I find it hard to believe there is not a simple way to do this, anyone have a good idea? >> Mario G >> >>> On Feb 15, 2019, at 9:46 AM, mario_fs > wrote: >>> >>> Hmmmm…. Logging de-registrations would be a useful enhancement to FreeSwitch for debugging issues like this. I know a SIP trace does it but that’s a LOT of data when we're talking days. Thanks. >>> Mario G >>> >>>> On Feb 15, 2019, at 12:05 AM, Avi Marcus > wrote: >>>> >>>> Here's some old nodejs code relying on `esl` lib to monitor for de-registrations and send me an email. I haven't used it in ages. >>>> >>>> https://gist.github.com/avimar/9645dd3134476d458e68cca077f4ed16 >>>> >>>> >>>> -Avi Marcus >>>> BestFone >>>> >>>> >>>> On Fri, Feb 15, 2019 at 12:13 AM mario_fs > wrote: >>>> Does anyone know if there is something I can do to log device registrations, and more importantly when devices lose registration, without having a ton of other log data. I know I can turn on a higher level of diagnostics, but it may be several days before I find what I need and don’t want to flood the log. >>>> >>>> I am working with Counterpath on Bria Push service and need to find when their push server stops registering. Since they don’t send a notification for that and it’s not in the normal FS log, I may not know for days when this happens. It would be nice to be able to scan the log for lost registrations. Thanks! >>>> Mario G >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Tue Mar 12 23:26:47 2019 From: david.villasmil.work at gmail.com (David Villasmil) Date: Tue, 12 Mar 2019 23:26:47 +0000 Subject: [Freeswitch-users] Sip profile crash In-Reply-To: References: Message-ID: Have you tried breaking the profile in 2 profiles? One for UDP and a different one for TLS? Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Tue, Mar 12, 2019 at 10:49 PM Abaci B wrote: > Any chance you're trying to use the same port for TCP and TLS? if that's > not the case maybe you can share your sip profile maybe we can figure it > out. > > On Mon, Mar 11, 2019 at 7:29 PM Moshe Rosenberg > wrote: > >> >> this is the error i got when i start it >> >> 2019-03-11 09:02:02.359870 [ERR] sofia.c:3228 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) >> ATTEMPT 1 (RETRY IN 5 SEC) >> 2019-03-11 09:02:07.359880 [ERR] sofia.c:3228 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) >> ATTEMPT 2 (RETRY IN 5 SEC) >> 2019-03-11 09:02:12.359880 [ERR] sofia.c:3228 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) >> ATTEMPT 3 (RETRY IN 5 SEC) >> 2019-03-11 09:02:12.359880 [ERR] sofia.c:3238 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 207.148.17.xx >> :5060;maddr=207.148.17.84;transport=udp,tcp) >> The likely causes for this are: >> 1) Another application is already listening on the specified address. >> 2) The IP the profile is attempting to bind to is not local to this >> system. >> >> how ever as soon as i disable TLS the profile will start >> i checked and i have a valid cert installed >> and this worked for while with the cert in place >> >> any ideas where alse to look >> #1 >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Tue Mar 12 23:30:38 2019 From: david.villasmil.work at gmail.com (David Villasmil) Date: Tue, 12 Mar 2019 23:30:38 +0000 Subject: [Freeswitch-users] Option to log registrations/deregistrations? In-Reply-To: <7751DF42-02C2-435D-821F-DEFCF20F9751@mgtech.com> References: <01000168f0302208-303a2b9c-ffa8-4cad-ac4e-d87797cc2c4d-000000@email.amazonses.com> <771A1361-D809-41AF-911F-1A4077DCF898@mgtech.com> <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> <7751DF42-02C2-435D-821F-DEFCF20F9751@mgtech.com> Message-ID: Hello, You can use ESL to log that, just connect to localhost:8021 and log everything you see coming in: checkout https://freeswitch.org/confluence/display/FREESWITCH/Python+ESL and just log. hope this helps. Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 On Tue, Mar 12, 2019 at 10:21 PM mario_fs wrote: > Thanks! I know enough LUA to already have a LUA script in FreeSwitch so > will give this a try. This should drastically help with debugging Bria PUSH > staying registered issues! I found sofia::unregister on the wiki and check > the lua.conf.xml file. Thanks a LOT! > Mario G > > On Mar 12, 2019, at 11:46 AM, Adridan Tudor > wrote: > > You can use an event hook from mod_lua to execute a lua script on > unregister event. > Add " script="logout_callcenter.lua" />" in lua.conf.xml > > In the script you can do whatever you want, for example logout from > callcenter. > >>freeswitch.consoleLog("INFO","Executing logout_callcenter.lua\n"); > >>local username = event:getHeader("username"); > >>local from_user = event:getHeader("from-user"); > >>freeswitch.consoleLog("INFO","username: " .. (username or "") .."\n"); > >>freeswitch.consoleLog("INFO","from-user: " .. (from_user or "") .."\n"); > >> > >>if (username ~= nil) then > >> api = freeswitch.API(); > >> result = api:execute("callcenter_config", "agent set status > "..username.." 'Logged Out'"); > >> freeswitch.consoleLog("INFO", "Execute on unregister: ".. result .. > "\n") > >>end > > On Tue, Mar 12, 2019 at 8:26 PM mario_fs wrote: > >> Still no luck on this and I really need to know date/time when a >> particular extension is unregistering. Anyone else have an idea that does >> not involve programming? Thanks, >> Mario G >> >> On Feb 20, 2019, at 9:16 AM, mario_fs wrote: >> >> I have been searching the wiki and web and still nothing simple to log >> de-registrations. I find it hard to believe there is not a simple way to do >> this, anyone have a good idea? >> Mario G >> >> On Feb 15, 2019, at 9:46 AM, mario_fs wrote: >> >> Hmmmm…. Logging de-registrations would be a useful enhancement to >> FreeSwitch for debugging issues like this. I know a SIP trace does it but >> that’s a LOT of data when we're talking days. Thanks. >> Mario G >> >> On Feb 15, 2019, at 12:05 AM, Avi Marcus wrote: >> >> Here's some old nodejs code relying on `esl` lib to monitor for >> de-registrations and send me an email. I haven't used it in ages. >> >> https://gist.github.com/avimar/9645dd3134476d458e68cca077f4ed16 >> >> >> -Avi Marcus >> BestFone >> >> >> On Fri, Feb 15, 2019 at 12:13 AM mario_fs wrote: >> >>> Does anyone know if there is something I can do to log device >>> registrations, and more importantly when devices lose registration, *without >>> having a ton of other log data*. I know I can turn on a higher level of >>> diagnostics, but it may be several days before I find what I need and don’t >>> want to flood the log. >>> >>> I am working with Counterpath on Bria Push service and need to find when >>> their push server stops registering. Since they don’t send a notification >>> for that and it’s not in the normal FS log, I may not know for days when >>> this happens. It would be nice to be able to scan the log for lost >>> registrations. Thanks! >>> Mario G >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 decemberdrift at gmail.com Tue Mar 12 21:43:18 2019 From: decemberdrift at gmail.com (December Drift) Date: Tue, 12 Mar 2019 14:43:18 -0700 Subject: [Freeswitch-users] mod_event_socket : Connection Refused Trying host: 127.0.0.1:8084 In-Reply-To: References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> Message-ID: > Hi All, > > On FS 1.8 on docker. > Trying to make mod_event_socket work but seeing a wired problem. > > My /etc/freeswitch/dialplan/default.xml has the following ip ( > 172.20.0.4:8084). > Then why would it be trying to reach 127.0.0.1 ? > > > > > > > > > > *Logs / CLI output: * > ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) > *ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 > Trying host: 127.0.0.1:8084 * > *ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket > Error: Connection refused* > ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket > Error! > > Spent two days trying everything and looking at the docs and wiki but cant > figure it out. > > Plz plz help. > > Regards > -------------- next part -------------- An HTML attachment was scrubbed... URL: From moshe.rosenberg at gmail.com Tue Mar 12 22:57:51 2019 From: moshe.rosenberg at gmail.com (Moshe Rosenberg) Date: Tue, 12 Mar 2019 18:57:51 -0400 Subject: [Freeswitch-users] Sip profile crash In-Reply-To: References: Message-ID: Seems like my cert was corrupt On Tue, Mar 12, 2019, 6:45 PM Abaci B wrote: > Any chance you're trying to use the same port for TCP and TLS? if that's > not the case maybe you can share your sip profile maybe we can figure it > out. > > On Mon, Mar 11, 2019 at 7:29 PM Moshe Rosenberg > wrote: > >> >> this is the error i got when i start it >> >> 2019-03-11 09:02:02.359870 [ERR] sofia.c:3228 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) >> ATTEMPT 1 (RETRY IN 5 SEC) >> 2019-03-11 09:02:07.359880 [ERR] sofia.c:3228 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) >> ATTEMPT 2 (RETRY IN 5 SEC) >> 2019-03-11 09:02:12.359880 [ERR] sofia.c:3228 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 207.148.17.xx:5060;maddr=207.148.17.84;transport=udp,tcp) >> ATTEMPT 3 (RETRY IN 5 SEC) >> 2019-03-11 09:02:12.359880 [ERR] sofia.c:3238 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 207.148.17.xx >> :5060;maddr=207.148.17.84;transport=udp,tcp) >> The likely causes for this are: >> 1) Another application is already listening on the specified address. >> 2) The IP the profile is attempting to bind to is not local to this >> system. >> >> how ever as soon as i disable TLS the profile will start >> i checked and i have a valid cert installed >> and this worked for while with the cert in place >> >> any ideas where alse to look >> #1 >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 decemberdrift at gmail.com Tue Mar 12 23:39:11 2019 From: decemberdrift at gmail.com (December Drift) Date: Tue, 12 Mar 2019 16:39:11 -0700 Subject: [Freeswitch-users] mod_even_socket incorrectly connecting to 127.0.0.1:8084 Message-ID: Hi All, On FS 1.8 on docker. Trying to make mod_event_socket work but seeing a wired problem. My /etc/freeswitch/dialplan/default.xml has the following ip:port ( 172.20.0.4:8084). Then why would it be trying to reach 127.0.0.1 ? (see logs below) *Logs / CLI output: * ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) *ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 Trying host: 127.0.0.1:8084 * *ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket Error: Connection refused* ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket Error! Spent two days trying everything and looking at the docs and wiki but cant figure it out. Plz plz help. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From sowmyatv at gmail.com Wed Mar 13 00:31:51 2019 From: sowmyatv at gmail.com (Sowmya Venkat) Date: Wed, 13 Mar 2019 06:01:51 +0530 Subject: [Freeswitch-users] canvas size for mobile device Message-ID: Hi I am using Verto+conference - the video-canvas-size in the conference.conf.xml works well when I have all web clients calling into a conference. But when I have, say web clients and mobile clients in the same conference, the canvas size is too big for mobile screen. If I adjust the canvas size to fit the mobile screen, it looks too small for web clients. 1. Can you please let me know how to dynamically have different canvas sizes for callers with different devices. 2. Can the video layout also be changed for each caller in the conference? thanks in advance Sowmya -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex at freeswitch.com Wed Mar 13 02:12:20 2019 From: alex at freeswitch.com (Alexey Sibyakin) Date: Wed, 13 Mar 2019 11:12:20 +0900 Subject: [Freeswitch-users] mod_even_socket incorrectly connecting to 127.0.0.1:8084 In-Reply-To: References: Message-ID: Hi, Try without docker first. And provide more log and dialplan lines. Regards, Alex Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd Floor, Palo Alto, CA 94303 Email: alex at freeswitch.com Website: https://www.signalwire.com On Wed, Mar 13, 2019 at 10:24 AM December Drift wrote: > Hi All, > > On FS 1.8 on docker. > Trying to make mod_event_socket work but seeing a wired problem. > > My /etc/freeswitch/dialplan/default.xml has the following ip:port ( > 172.20.0.4:8084). > Then why would it be trying to reach 127.0.0.1 ? (see logs below) > > > > > > > > > > *Logs / CLI output: * > ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) > *ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 > Trying host: 127.0.0.1:8084 * > *ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket > Error: Connection refused* > ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket > Error! > > Spent two days trying everything and looking at the docs and wiki but cant > figure it out. > > Plz plz help. > > Regards > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Wed Mar 13 05:08:42 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 13 Mar 2019 08:08:42 +0300 Subject: [Freeswitch-users] FreeSWITCH mod_event_socket : Connection Refused Trying host: 127.0.0.1:8084 In-Reply-To: References: <920f9d6f-86e0-58ae-97b3-75133f9a83f2@bohboh.info> Message-ID: Is it default (vanilla config)? Or custom config? ср, 13 мар. 2019 г., 1:48 December Drift : > Hi All, > > On FS 1.8 on docker. > Trying to make mod_event_socket work but seeing a wired problem. > > My /etc/freeswitch/dialplan/default.xml has the following ip ( > 172.20.0.4:8084). > Then why would it be trying to reach 127.0.0.1 ? > > > > > > > > > > *Logs / CLI output: * > ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) > *ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 > Trying host: 127.0.0.1:8084 * > *ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket > Error: Connection refused* > ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket > Error! > > Spent two days trying everything and looking at the docs and wiki but cant > figure it out. > > Plz plz help. > > Regards > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 vishalmpai at gmail.com Wed Mar 13 13:13:56 2019 From: vishalmpai at gmail.com (Vishal Pai) Date: Wed, 13 Mar 2019 18:43:56 +0530 Subject: [Freeswitch-users] conference layout in verto Message-ID: Hi Eeveryone I have used verto communicator for conference now i need customise the conference layout for participant and moderator. What is the best way to achieve this?. Thank You Vishal -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Mar 13 13:39:26 2019 From: brian at freeswitch.com (Brian West) Date: Wed, 13 Mar 2019 08:39:26 -0500 Subject: [Freeswitch-users] conference layout in verto In-Reply-To: References: Message-ID: Edit conference_layouts.conf.xml /b On Wed, Mar 13, 2019 at 8:14 AM Vishal Pai wrote: > Hi Eeveryone > > I have used verto communicator for conference now i need customise the > conference layout for participant and moderator. What is the best way to > achieve this?. > > > > > Thank You > Vishal > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 mike at freeswitch.org Wed Mar 13 19:40:10 2019 From: mike at freeswitch.org (Mike Jerris) Date: Wed, 13 Mar 2019 13:40:10 -0600 Subject: [Freeswitch-users] mod_even_socket incorrectly connecting to 127.0.0.1:8084 In-Reply-To: References: Message-ID: <961DC3EB-EC1E-4491-BC49-41924F5A4269@freeswitch.org> This line: ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) Means the args in your dialplan are not what you think they are. Did you reloadxml after the change? > On Mar 12, 2019, at 5:39 PM, December Drift wrote: > > Hi All, > > On FS 1.8 on docker. > Trying to make mod_event_socket work but seeing a wired problem. > > My /etc/freeswitch/dialplan/default.xml has the following ip:port (172.20.0.4:8084 ). > Then why would it be trying to reach 127.0.0.1 ? (see logs below) > > > > > > > > > > Logs / CLI output: > ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) > ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 Trying host: 127.0.0.1:8084 > ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket Error: Connection refused > ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket Error! > > Spent two days trying everything and looking at the docs and wiki but cant figure it out. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From decemberdrift at gmail.com Wed Mar 13 19:43:03 2019 From: decemberdrift at gmail.com (December Drift) Date: Wed, 13 Mar 2019 12:43:03 -0700 Subject: [Freeswitch-users] mod_even_socket incorrectly connecting to 127.0.0.1:8084 In-Reply-To: <961DC3EB-EC1E-4491-BC49-41924F5A4269@freeswitch.org> References: <961DC3EB-EC1E-4491-BC49-41924F5A4269@freeswitch.org> Message-ID: Yes Mike, and killed and restarted FS aswell (multiple times) Will provide more logs and dialplan lines. On Wed, Mar 13, 2019 at 12:40 PM Mike Jerris wrote: > This line: > > ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) > > Means the args in your dialplan are not what you think they are. Did you > reloadxml after the change? > > > On Mar 12, 2019, at 5:39 PM, December Drift > wrote: > > Hi All, > > On FS 1.8 on docker. > Trying to make mod_event_socket work but seeing a wired problem. > > My /etc/freeswitch/dialplan/default.xml has the following ip:port ( > 172.20.0.4:8084). > Then why would it be trying to reach 127.0.0.1 ? (see logs below) > > > > > > > > > > *Logs / CLI output: * > ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) > *ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 > Trying host: 127.0.0.1:8084 * > *ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket > Error: Connection refused* > ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket > Error! > > Spent two days trying everything and looking at the docs and wiki but cant > figure it out. > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Wed Mar 13 23:30:56 2019 From: mike at freeswitch.com (Mike Jerris) Date: Wed, 13 Mar 2019 17:30:56 -0600 Subject: [Freeswitch-users] mod_even_socket incorrectly connecting to 127.0.0.1:8084 In-Reply-To: References: <961DC3EB-EC1E-4491-BC49-41924F5A4269@freeswitch.org> Message-ID: make sure you are editing the right files in the right path because for sure the dialplan still has 127.0.0.1 On Wed, Mar 13, 2019 at 5:16 PM December Drift wrote: > Yes Mike, and killed and restarted FS aswell (multiple times) > > Will provide more logs and dialplan lines. > On Wed, Mar 13, 2019 at 12:40 PM Mike Jerris wrote: > >> This line: >> >> ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) >> >> Means the args in your dialplan are not what you think they are. Did you >> reloadxml after the change? >> >> >> On Mar 12, 2019, at 5:39 PM, December Drift >> wrote: >> >> Hi All, >> >> On FS 1.8 on docker. >> Trying to make mod_event_socket work but seeing a wired problem. >> >> My /etc/freeswitch/dialplan/default.xml has the following ip:port ( >> 172.20.0.4:8084). >> Then why would it be trying to reach 127.0.0.1 ? (see logs below) >> >> >> >> >> >> >> >> >> >> *Logs / CLI output: * >> ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) >> *ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 >> Trying host: 127.0.0.1:8084 * >> *ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket >> Error: Connection refused* >> ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket >> Error! >> >> Spent two days trying everything and looking at the docs and wiki but >> cant figure it out. >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 vishalmpai at gmail.com Thu Mar 14 06:32:54 2019 From: vishalmpai at gmail.com (Vishal Pai) Date: Thu, 14 Mar 2019 12:02:54 +0530 Subject: [Freeswitch-users] conference layout in verto In-Reply-To: References: Message-ID: Thanks for the prompt reply. Is it possible to set different layout for participant and moderator on realtime basis. Now one layout which we set is used by both participant and moderator. On Wed, Mar 13, 2019 at 7:39 PM Brian West wrote: > Edit conference_layouts.conf.xml > > /b > > > On Wed, Mar 13, 2019 at 8:14 AM Vishal Pai wrote: > >> Hi Eeveryone >> >> I have used verto communicator for conference now i need customise the >> conference layout for participant and moderator. What is the best way to >> achieve this?. >> >> >> >> >> Thank You >> Vishal >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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] > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 sowmyatv at gmail.com Thu Mar 14 07:07:15 2019 From: sowmyatv at gmail.com (Sowmya Venkat) Date: Thu, 14 Mar 2019 12:37:15 +0530 Subject: [Freeswitch-users] canvas size for mobile device In-Reply-To: References: Message-ID: Hi, Gentle reminder for my questions : I am using Verto+conference - the video-canvas-size in the conference.conf.xml works well when I have all web clients calling into a conference. But when I have, say web clients and mobile clients in the same conference, the canvas size is too big for mobile screen. If I adjust the canvas size to fit the mobile screen, it looks too small for web clients. 1. Can you please let me know how to dynamically have different canvas sizes for callers with different devices. 2. Can the video layout also be changed for each caller in the conference? Thanks Sowmya On Wed, Mar 13, 2019 at 6:01 AM Sowmya Venkat wrote: > Hi > I am using Verto+conference - the video-canvas-size in the > conference.conf.xml works well when I have all web clients calling into a > conference. But when I have, say web clients and mobile clients in the same > conference, the canvas size is too big for mobile screen. If I adjust the > canvas size to fit the mobile screen, it looks too small for web clients. > > 1. Can you please let me know how to dynamically have different canvas > sizes for callers with different devices. > > 2. Can the video layout also be changed for each caller in the conference? > > thanks in advance > Sowmya > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sagarmalam at gmail.com Thu Mar 14 15:33:54 2019 From: sagarmalam at gmail.com (sagar malam) Date: Thu, 14 Mar 2019 21:03:54 +0530 Subject: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x Message-ID: Hello Everyone, Recently we upgraded to latest FS version and we started getting "too many stacked extensions" error when calls per sec(CPS) is greater than 50. I have gone through this http://lists.freeswitch.org/pipermail/freeswitch-users/2014-October/108628.html My dialplan does not lead to any recursion There is already Jira reported : https://freeswitch.org/jira/browse/FS-11113 But we dont have access to patch. This is very critical issue for us.Any timely help will be appreciated -- Thanks, Sagar -------------- next part -------------- An HTML attachment was scrubbed... URL: From sagarmalam at gmail.com Thu Mar 14 16:46:31 2019 From: sagarmalam at gmail.com (sagar malam) Date: Thu, 14 Mar 2019 22:16:31 +0530 Subject: [Freeswitch-users] too many stacked extensions In-Reply-To: References: <3945415a1051487cabadc87a06aa4e98@cm.nl> <743e0c250a1f470abab21bd7c0f1572e@cm.nl> Message-ID: Any update on this? I am also facing same issue using XML dialplan when CPS is above 50. On Tue, Mar 12, 2019 at 3:27 AM Brian West wrote: > Can you email me a full working sample that can trigger this scenario? > > /b > > > On Mon, Mar 11, 2019 at 3:32 PM Grant Bagdasarian wrote: > >> Hi Brian, >> >> >> >> The following string (some fields changed for security reasons) is passed >> to the freeswitch.Session function for originating the call. >> >> {originate_timeout='60',ignore_early_media='false',origination_uuid='b4cd3cec-ba43-4e52-82eb-6f8ac11f6850',origination_caller_id_name='XXXXXXXXXXXXX',origination_caller_id_number='XXXXXXXXXXXXX',return_ring_ready='true',sip_cid_type='pid',origination_privacy='hide_name:screen',sip_h_X-Custom-Header1 >> ='1111',sip_h_X-Custom-Header2='222',sip_h_X-Custom-Header3 >> ='abcde',sip_h_X-Custom-Header4='1'}sofia/local_eth0/XXXXXXXXX at X.X.X.X >> :5060" >> >> >> >> We actually pass a JSON object to the pyrun application as arguments >> which contains more data we need during the call, like which files to play, >> etc. >> >> The Originate String above is contained inside this JSON. Please let me >> know to which originateCommand you were referring. >> >> >> >> Are the origination variables treated as extensions? The >> X-Customer-Headers may vary in amount passed (Usually 4 or 5), the rest of >> the variables are always there, sometimes with different values. >> >> >> >> Thanks and regards, >> >> >> >> Grant >> >> >> >> *From:* FreeSWITCH-users *On >> Behalf Of *Brian West >> *Sent:* maandag 11 maart 2019 18:27 >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] too many stacked extensions >> >> >> >> What are you passing in originateCommand? >> >> >> >> /b >> >> >> >> >> >> On Mon, Mar 11, 2019 at 8:00 AM Grant Bagdasarian wrote: >> >> Hello, >> >> >> >> We’ve recently upgraded some of our servers to 1.8.5 and are now >> occasionally experiencing the error “too many stacked extensions” for some >> calls. >> >> According to Jira this has been patched since 1.8.1, but perhaps this is >> due to some other scenario being triggered. >> >> >> >> We’re using ESL (bgapi command) to spawn a python script which in turn >> does an originate. >> >> >> >> See below a snippet of the cli output. >> >> As far as I can tell, this doesn’t have any real consequences resource >> consumption wise (CPU and memory), only the disk will get hammered in the >> case when logging to syslog. >> >> Also, I haven’t been able to reproduce this myself, but I’m still in the >> process of doing more testing. >> >> It seems to be happening before the call is connected to the destination. >> >> >> >> Any ideas how to properly debug this and find out what’s triggering this? >> >> I’ve tried the following: >> >> - Monitoring all ESL events >> - fsctl debug_level 10 >> - sofia loglevel all 9 >> >> >> >> They all output a lot of debugging information, which does get >> overwhelming. >> >> >> >> In a nutshell, this is the flow: >> >> ESL: >> >> bgapi pyrun app originateCommand >> >> >> >> Python: >> >> session = freeswitch.Session(originateCommand) >> >> session.execute("wait_for_answer") >> >> session.streamFile(file) >> >> >> >> 2019-03-11 12:58:08.133457 [ALERT] switch_core_session.c:1047 Send signal >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] >> >> 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:705 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: >> CS_SOFT_EXECUTE! >> >> 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.133457 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.133457 [ALERT] switch_core_state_machine.c:701 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: >> CS_SOFT_EXECUTE! >> >> 2019-03-11 12:58:08.153454 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.173495 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.193453 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.213458 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.233455 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.253489 [ALERT] switch_core_session.c:1047 Send signal >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] >> >> 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:705 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: >> CS_SOFT_EXECUTE! >> >> 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.253489 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.253489 [ALERT] switch_core_state_machine.c:701 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: >> CS_SOFT_EXECUTE! >> >> 2019-03-11 12:58:08.273448 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.293454 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.313459 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.333443 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.353456 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.373450 [ALERT] switch_core_session.c:1047 Send signal >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] >> >> 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:705 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: >> CS_SOFT_EXECUTE! >> >> 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.373450 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.373450 [ALERT] switch_core_state_machine.c:701 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: >> CS_SOFT_EXECUTE! >> >> 2019-03-11 12:58:08.393440 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.413450 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.433452 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.453461 [ERR] switch_ivr.c:904 Error sofia/local_eth0/ >> 00393421615027 at 10.14.26.10:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.473474 [ALERT] switch_core_session.c:1047 Send signal >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 [BREAK] >> >> 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:705 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread wake state: >> CS_SOFT_EXECUTE! >> >> 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.473474 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.473474 [ALERT] switch_core_state_machine.c:701 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 session thread sleep state: >> CS_SOFT_EXECUTE! >> >> 2019-03-11 12:58:08.493452 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:7695 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout >> >> 2019-03-11 12:58:08.513447 [ALERT] switch_rtp.c:1584 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 99.00 301/302 flaws: >> 1 mos: 4.49 v: 0.11 0.11/1.78 >> >> 2019-03-11 12:58:08.513447 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:7695 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout >> >> 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1565 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 2 consecutive flaws, >> adding 2 flaw penalty >> >> 2019-03-11 12:58:08.533439 [ALERT] switch_rtp.c:1584 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 98.00 298/302 flaws: >> 4 mos: 4.48 v: 0.11 0.11/1.78 >> >> 2019-03-11 12:58:08.533439 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:7695 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout >> >> 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1565 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 3 consecutive flaws, >> adding 2 flaw penalty >> >> 2019-03-11 12:58:08.553450 [ALERT] switch_rtp.c:1584 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 97.00 295/302 flaws: >> 7 mos: 4.47 v: 0.11 0.11/1.78 >> >> 2019-03-11 12:58:08.553450 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:7695 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout >> >> 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1565 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 4 consecutive flaws, >> adding 2 flaw penalty >> >> 2019-03-11 12:58:08.573441 [ALERT] switch_rtp.c:1584 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 96.00 292/302 flaws: >> 10 mos: 4.46 v: 0.11 0.11/1.78 >> >> 2019-03-11 12:58:08.573441 [ERR] switch_ivr.c:904 Error >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 too many stacked extensions >> >> 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:7695 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio timeout >> >> 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1565 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio 5 consecutive flaws, >> adding 2 flaw penalty >> >> 2019-03-11 12:58:08.593450 [ALERT] switch_rtp.c:1584 >> sofia/local_eth0/XXXXXXXXXX at X.X.X.X:5060 audio stat 95.00 289/302 flaws: >> 13 mos: 4.44 v: 0.11 0.11/1.78 >> >> >> >> Regards, >> >> >> >> Grant >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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] >> ------------------------------ >> >> *Please be cautious* >> >> This email was sent outside of your organisation >> ------------------------------ >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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] > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Thanks, Sagar -------------- next part -------------- An HTML attachment was scrubbed... URL: From decemberdrift at gmail.com Thu Mar 14 21:42:30 2019 From: decemberdrift at gmail.com (December Drift) Date: Thu, 14 Mar 2019 14:42:30 -0700 Subject: [Freeswitch-users] mod_even_socket incorrectly connecting to 127.0.0.1:8084 In-Reply-To: References: <961DC3EB-EC1E-4491-BC49-41924F5A4269@freeswitch.org> Message-ID: Sure Mike, I didnt double and tripple check. Let me try again with a fresh mind. On Wed, Mar 13, 2019 at 5:02 PM Mike Jerris wrote: > make sure you are editing the right files in the right path because for > sure the dialplan still has 127.0.0.1 > > > > On Wed, Mar 13, 2019 at 5:16 PM December Drift > wrote: > >> Yes Mike, and killed and restarted FS aswell (multiple times) >> >> Will provide more logs and dialplan lines. >> On Wed, Mar 13, 2019 at 12:40 PM Mike Jerris wrote: >> >>> This line: >>> >>> ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) >>> >>> Means the args in your dialplan are not what you think they are. Did >>> you reloadxml after the change? >>> >>> >>> On Mar 12, 2019, at 5:39 PM, December Drift >>> wrote: >>> >>> Hi All, >>> >>> On FS 1.8 on docker. >>> Trying to make mod_event_socket work but seeing a wired problem. >>> >>> My /etc/freeswitch/dialplan/default.xml has the following ip:port ( >>> 172.20.0.4:8084). >>> Then why would it be trying to reach 127.0.0.1 ? (see logs below) >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> *Logs / CLI output: * >>> ec1280b7 EXECUTE sofia/external/3246 socket(127.0.0.1:8084 async full) >>> *ec1280b7 2019-03-12 06:20:11.438586 [NOTICE] mod_event_socket.c:447 >>> Trying host: 127.0.0.1:8084 * >>> *ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:481 Socket >>> Error: Connection refused* >>> ec1280b7 2019-03-12 06:20:11.438586 [ERR] mod_event_socket.c:485 Socket >>> Error! >>> >>> Spent two days trying everything and looking at the docs and wiki but >>> cant figure it out. >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Fri Mar 15 03:44:56 2019 From: alex at freeswitch.com (Alexey Sibyakin) Date: Fri, 15 Mar 2019 12:44:56 +0900 Subject: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x In-Reply-To: References: Message-ID: Hello, Patch will be available via the normal process of public releases. Just like it was the last 10 years. If you want your problems fixed ASAP please contact sales at signalwire.com Regards, Alex Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd Floor, Palo Alto, CA 94303 Email: alex at freeswitch.com Website: https://www.signalwire.com On Fri, Mar 15, 2019 at 12:32 PM sagar malam wrote: > Hello Everyone, > > Recently we upgraded to latest FS version and we started getting "too many > stacked extensions" error when calls per sec(CPS) is greater than 50. > > I have gone through this > > http://lists.freeswitch.org/pipermail/freeswitch-users/2014-October/108628.html > My dialplan does not lead to any recursion > > There is already Jira reported : > https://freeswitch.org/jira/browse/FS-11113 > But we dont have access to patch. > > This is very critical issue for us.Any timely help will be appreciated > > -- > Thanks, > > Sagar > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Fri Mar 15 04:00:14 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 15 Mar 2019 07:00:14 +0300 Subject: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x In-Reply-To: References: Message-ID: you can find commit where issue added using command "git bisect" https://git-scm.com/docs/git-bisect пт, 15 мар. 2019 г. в 06:22, sagar malam : > Hello Everyone, > > Recently we upgraded to latest FS version and we started getting "too many > stacked extensions" error when calls per sec(CPS) is greater than 50. > > I have gone through this > > http://lists.freeswitch.org/pipermail/freeswitch-users/2014-October/108628.html > My dialplan does not lead to any recursion > > There is already Jira reported : > https://freeswitch.org/jira/browse/FS-11113 > But we dont have access to patch. > > This is very critical issue for us.Any timely help will be appreciated > > -- > Thanks, > > Sagar > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Fri Mar 15 04:06:00 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 15 Mar 2019 07:06:00 +0300 Subject: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x In-Reply-To: References: Message-ID: you can just simple revert bad commit пт, 15 мар. 2019 г. в 07:00, Sergey Safarov : > you can find commit where issue added using command "git bisect" > https://git-scm.com/docs/git-bisect > > пт, 15 мар. 2019 г. в 06:22, sagar malam : > >> Hello Everyone, >> >> Recently we upgraded to latest FS version and we started getting "too >> many stacked extensions" error when calls per sec(CPS) is greater than 50. >> >> I have gone through this >> >> http://lists.freeswitch.org/pipermail/freeswitch-users/2014-October/108628.html >> My dialplan does not lead to any recursion >> >> There is already Jira reported : >> https://freeswitch.org/jira/browse/FS-11113 >> But we dont have access to patch. >> >> This is very critical issue for us.Any timely help will be appreciated >> >> -- >> Thanks, >> >> Sagar >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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 sagarmalam at gmail.com Fri Mar 15 09:36:24 2019 From: sagarmalam at gmail.com (sagar malam) Date: Fri, 15 Mar 2019 15:06:24 +0530 Subject: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x In-Reply-To: References: Message-ID: Thanks for help. I think i found other way to reproduce this error.I will report it in Jira with all the details. On Fri, Mar 15, 2019 at 10:17 AM Sergey Safarov wrote: > you can just simple revert bad commit > > пт, 15 мар. 2019 г. в 07:00, Sergey Safarov : > >> you can find commit where issue added using command "git bisect" >> https://git-scm.com/docs/git-bisect >> >> пт, 15 мар. 2019 г. в 06:22, sagar malam : >> >>> Hello Everyone, >>> >>> Recently we upgraded to latest FS version and we started getting "too >>> many stacked extensions" error when calls per sec(CPS) is greater than 50. >>> >>> I have gone through this >>> >>> http://lists.freeswitch.org/pipermail/freeswitch-users/2014-October/108628.html >>> My dialplan does not lead to any recursion >>> >>> There is already Jira reported : >>> https://freeswitch.org/jira/browse/FS-11113 >>> But we dont have access to patch. >>> >>> This is very critical issue for us.Any timely help will be appreciated >>> >>> -- >>> Thanks, >>> >>> Sagar >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Thanks, Sagar -------------- next part -------------- An HTML attachment was scrubbed... URL: From gb at cm.nl Fri Mar 15 11:18:46 2019 From: gb at cm.nl (Grant Bagdasarian) Date: Fri, 15 Mar 2019 11:18:46 +0000 Subject: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x In-Reply-To: References: Message-ID: <6ae5da23e5a944e78e41b7f562408f0a@cm.nl> Hi sagar. Looking forward to your report, as I’ve been trying to reproduce this as well on our test servers without any success. Could you please share the Jira ticket once you’ve created the ticket? Regards, Grant From: FreeSWITCH-users On Behalf Of sagar malam Sent: vrijdag 15 maart 2019 10:36 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x Thanks for help. I think i found other way to reproduce this error.I will report it in Jira with all the details. On Fri, Mar 15, 2019 at 10:17 AM Sergey Safarov > wrote: you can just simple revert bad commit пт, 15 мар. 2019 г. в 07:00, Sergey Safarov >: you can find commit where issue added using command "git bisect" https://git-scm.com/docs/git-bisect пт, 15 мар. 2019 г. в 06:22, sagar malam >: Hello Everyone, Recently we upgraded to latest FS version and we started getting "too many stacked extensions" error when calls per sec(CPS) is greater than 50. I have gone through this http://lists.freeswitch.org/pipermail/freeswitch-users/2014-October/108628.html My dialplan does not lead to any recursion There is already Jira reported : https://freeswitch.org/jira/browse/FS-11113 But we dont have access to patch. This is very critical issue for us.Any timely help will be appreciated -- Thanks, Sagar _________________________________________________________________________ Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Thanks, Sagar ________________________________ Please be cautious This email was sent outside of your organisation ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From m2m at poczta.fm Fri Mar 15 12:54:25 2019 From: m2m at poczta.fm (Marcin Muzylo) Date: Fri, 15 Mar 2019 13:54:25 +0100 Subject: [Freeswitch-users] mod_callcenter and abandoned calls Message-ID: <83dbbd02-447c-584a-aafe-a67a5deb8949@poczta.fm> Hi , i am trying to use callcenter on FreeSWITCH Version 1.6.20-37-987c9b9~64bit (-37-987c9b9 64bit)                                                 /condition> but when caller hangup after playback and before callcenter app still got agent phone calling  ( member abandoned  ) and when agent answer it,  channel is empty: 2019-03-15 12:35:49.454539 [DEBUG] sofia.c:7084 Channel sofia/external/44111111111 at 11.11.22.22 entering state [early][183] EXECUTE sofia/external/44111111111 at 11.11.22.22 playback(welcome_msg.wav) 2019-03-15 12:35:49.454539 [DEBUG] switch_core_file.c:342 File /usr/share/freeswitch/sounds/en/us/welcome_msg.wav sample rate 44100 doesn't match requested rate 8000 2019-03-15 12:35:49.454539 [DEBUG] switch_ivr_play_say.c:1498 Codec Activated L16 at 8000hz 1 channels 20ms 2019-03-15 12:35:50.094549 [DEBUG] switch_rtp.c:7308 Correct audio ip/port confirmed. 2019-03-15 12:35:55.914546 [DEBUG] switch_ivr_play_say.c:1942 done playing file /usr/share/freeswitch/sounds/en/us/welcome_msg.wav EXECUTE sofia/external/44111111111 at 11.11.22.22 answer() 2019-03-15 12:35:55.914546 [DEBUG] switch_core_media.c:6861 Audio params are unchanged for sofia/external/44111111111 at 11.11.22.22. 2019-03-15 12:35:55.914546 [DEBUG] mod_sofia.c:850 Local SDP sofia/external/44111111111 at 11.11.22.22: 2019-03-15 12:35:55.914546 [DEBUG] sofia.c:7084 Channel sofia/external/44111111111 at 11.11.22.22 entering state [completed][200] 2019-03-15 12:35:55.914546 [NOTICE] mod_dptools.c:1312 Channel [sofia/external/44111111111 at 11.11.22.22] has been answered 2019-03-15 12:35:55.914546 [DEBUG] switch_channel.c:3773 (sofia/external/44111111111 at 11.11.22.22) Callstate Change EARLY -> ACTIVE EXECUTE sofia/external/44111111111 at 11.11.22.22 set(hangup_after_bridge=true) 2019-03-15 12:35:55.914546 [DEBUG] mod_dptools.c:1548 SET sofia/external/44111111111 at 11.11.22.22 [hangup_after_bridge]=[true] EXECUTE sofia/external/44111111111 at 11.11.22.22 callcenter(support at my-domain.com) 2019-03-15 12:35:55.914546 [DEBUG] mod_callcenter.c:2886 Member 44111111111 <44111111111> joining queue support at my-domain.com 2019-03-15 12:35:55.914546 [DEBUG] switch_ivr_play_say.c:1498 Codec Activated L16 at 8000hz 1 channels 20ms 2019-03-15 12:35:55.934531 [DEBUG] mod_callcenter.c:1135 Updated Agent 1000 at my-domain.com set state = Receiving 2019-03-15 12:35:55.934531 [DEBUG] mod_callcenter.c:1615 Setting outbound caller_id_name to: 44111111111 2019-03-15 12:35:55.934531 [DEBUG] switch_ivr_originate.c:2142 Parsing global variables 2019-03-15 12:35:55.934531 [DEBUG] switch_ivr_originate.c:2669 Parsing session specific variables 2019-03-15 12:35:55.954522 [DEBUG] sofia.c:7084 Channel sofia/external/44111111111 at 11.11.22.22 entering state [ready][200] 2019-03-15 12:35:56.034540 [NOTICE] sofia.c:1012 Hangup sofia/external/44111111111 at 11.11.22.22 [CS_EXECUTE] [NORMAL_CLEARING] 2019-03-15 12:35:56.034540 [DEBUG] mod_callcenter.c:3009 Member 44111111111 <44111111111> abandoned waiting in queue support at my-domain.com 2019-03-15 12:35:56.034540 [DEBUG] mod_callcenter.c:3042 Member "44111111111" <44111111111> exit queue support at my-domain.com due to BREAK_OUT mod_callcenter config :                                                                                                                   is there any way to play welcome message before callcenter app and not get such behaviour ? maybe we can play welcome msg inside callcenter app ? Thanks Marcin From brian at freeswitch.com Fri Mar 15 18:29:38 2019 From: brian at freeswitch.com (Brian West) Date: Fri, 15 Mar 2019 14:29:38 -0400 Subject: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x In-Reply-To: <6ae5da23e5a944e78e41b7f562408f0a@cm.nl> References: <6ae5da23e5a944e78e41b7f562408f0a@cm.nl> Message-ID: The key here is I need to replicate it, I believe the message may be harmless but I want to prove it. On Fri, Mar 15, 2019 at 7:19 AM Grant Bagdasarian wrote: > Hi sagar. > > > > Looking forward to your report, as I’ve been trying to reproduce this as > well on our test servers without any success. > > Could you please share the Jira ticket once you’ve created the ticket? > > > > Regards, > > Grant > > > > *From:* FreeSWITCH-users *On > Behalf Of *sagar malam > *Sent:* vrijdag 15 maart 2019 10:36 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Getting 'too many stacked extensions' > error on 50 + CPS in version 1.8.x > > > > Thanks for help. > > I think i found other way to reproduce this error.I will report it in Jira > with all the details. > > > > On Fri, Mar 15, 2019 at 10:17 AM Sergey Safarov > wrote: > > you can just simple revert bad commit > > > > пт, 15 мар. 2019 г. в 07:00, Sergey Safarov : > > you can find commit where issue added using command "git bisect" > https://git-scm.com/docs/git-bisect > > > > пт, 15 мар. 2019 г. в 06:22, sagar malam : > > Hello Everyone, > > > > Recently we upgraded to latest FS version and we started getting "too many > stacked extensions" error when calls per sec(CPS) is greater than 50. > > > > I have gone through this > > > http://lists.freeswitch.org/pipermail/freeswitch-users/2014-October/108628.html > > My dialplan does not lead to any recursion > > > > There is already Jira reported : > > https://freeswitch.org/jira/browse/FS-11113 > > But we dont have access to patch. > > > > This is very critical issue for us.Any timely help will be appreciated > > > > -- > > Thanks, > > > > Sagar > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > > -- > > Thanks, > > > > Sagar > ------------------------------ > > *Please be cautious* > > This email was sent outside of your organisation > ------------------------------ > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 mike at freeswitch.org Fri Mar 15 18:48:18 2019 From: mike at freeswitch.org (Mike Jerris) Date: Fri, 15 Mar 2019 12:48:18 -0600 Subject: [Freeswitch-users] Getting 'too many stacked extensions' error on 50 + CPS in version 1.8.x In-Reply-To: References: Message-ID: <0470C611-2556-4CD4-B535-6DAF551294B7@freeswitch.org> I have a potential fix for this we are trying but its very hard to validate as I have no predictable way to reproduce. Once I have confirmation it really fixes it I can pull the patch in. Mike > On Mar 15, 2019, at 3:36 AM, sagar malam wrote: > > Thanks for help. > I think i found other way to reproduce this error.I will report it in Jira with all the details. > > On Fri, Mar 15, 2019 at 10:17 AM Sergey Safarov > wrote: > you can just simple revert bad commit > > пт, 15 мар. 2019 г. в 07:00, Sergey Safarov >: > you can find commit where issue added using command "git bisect" > https://git-scm.com/docs/git-bisect > > пт, 15 мар. 2019 г. в 06:22, sagar malam >: > Hello Everyone, > > Recently we upgraded to latest FS version and we started getting "too many stacked extensions" error when calls per sec(CPS) is greater than 50. > > I have gone through this > http://lists.freeswitch.org/pipermail/freeswitch-users/2014-October/108628.html > My dialplan does not lead to any recursion > > There is already Jira reported : > https://freeswitch.org/jira/browse/FS-11113 > But we dont have access to patch. > > This is very critical issue for us.Any timely help will be appreciated -------------- next part -------------- An HTML attachment was scrubbed... URL: From sagarmalam at gmail.com Fri Mar 15 12:43:22 2019 From: sagarmalam at gmail.com (sagar malam) Date: Fri, 15 Mar 2019 18:13:22 +0530 Subject: [Freeswitch-users] Option to disable global DB locks for mod sofia Message-ID: Hello , I am wondering if we remove global DB locks for mod sofia as well like it was done for mod_callcenter(https://freeswitch.org/jira/browse/FS-10299). Can it boost FS CPS handling capacity ? -- Thanks, Sagar -------------- next part -------------- An HTML attachment was scrubbed... URL: From piotrek.gregor at gmail.com Fri Mar 15 18:08:51 2019 From: piotrek.gregor at gmail.com (Piotr Gregor) Date: Fri, 15 Mar 2019 18:08:51 +0000 Subject: [Freeswitch-users] [mod avmd][1.6.X vs 1.8.X] In-Reply-To: References: Message-ID: Hi Bilal, I did a check on FS version 1.8 FreeSWITCH version: 20.18.4-dev+git~20190124T213913Z~0e56f51034~64bit (git 0e56f51 2019-01-24 21:39:13Z 64bit) and your beep was detected. You didn't provide more details, but I believe you may be running AVMD with 0 detectors. Please check "avmd show". 2019-03-15 18:00:27.321281 [INFO] mod_avmd.c:1223 Avmd dynamic configuration: debug [0], report_status [1], fast_math [0], require_continuous_streak [1], sample_n_continuous_streak [3], sample_n_to_skip [0], require_continuous_streak_amp [1], sample_n_continuous_streak_amp [3], simplified_estimation [1], inbound_channel [1], outbound_channel [1], detection_mode [2], detectors_n [36], detectors_lagged_n [1] [New Thread 0x7fff659d5700 (LWP 28261)] [New Thread 0x7fff65999700 (LWP 28262)] [New Thread 0x7fff6595d700 (LWP 28263)] [New Thread 0x7fff65921700 (LWP 28264)] [New Thread 0x7fff658e5700 (LWP 28265)] [New Thread 0x7fff658a9700 (LWP 28266)] [New Thread 0x7fff6586d700 (LWP 28267)] [New Thread 0x7fff65831700 (LWP 28268)] [New Thread 0x7fff657f5700 (LWP 28269)] [New Thread 0x7fff657b9700 (LWP 28270)] [New Thread 0x7fff6577d700 (LWP 28271)] [New Thread 0x7fff65741700 (LWP 28272)] [New Thread 0x7fff65705700 (LWP 28273)] [New Thread 0x7fff656c9700 (LWP 28274)] [New Thread 0x7fff6568d700 (LWP 28275)] [New Thread 0x7fff65651700 (LWP 28276)] [New Thread 0x7fff65615700 (LWP 28277)] [New Thread 0x7fff655d9700 (LWP 28278)] [New Thread 0x7fff6559d700 (LWP 28279)] [New Thread 0x7fff65561700 (LWP 28280)] [New Thread 0x7fff65525700 (LWP 28281)] [New Thread 0x7fff654e9700 (LWP 28282)] [New Thread 0x7fff654ad700 (LWP 28283)] [New Thread 0x7fff65471700 (LWP 28284)] [New Thread 0x7fff65435700 (LWP 28285)] [New Thread 0x7fff653f9700 (LWP 28286)] [New Thread 0x7fff653bd700 (LWP 28287)] [New Thread 0x7fff65381700 (LWP 28288)] [New Thread 0x7fff65345700 (LWP 28289)] [New Thread 0x7fff65309700 (LWP 28290)] [New Thread 0x7fff652cd700 (LWP 28291)] [New Thread 0x7fff65291700 (LWP 28292)] [New Thread 0x7fff65255700 (LWP 28293)] [New Thread 0x7fff65219700 (LWP 28294)] [New Thread 0x7fff651dd700 (LWP 28295)] [New Thread 0x7fff651a1700 (LWP 28296)] [New Thread 0x7fff65165700 (LWP 28297)] 2019-03-15 18:00:27.341282 [INFO] mod_avmd.c:632 Avmd session initialized, [48000] samples/s 2019-03-15 18:00:27.341282 [INFO] mod_avmd.c:1520 Avmd on channel [verto.rtc/1308] started! direction=WRITE_REPLACE 2019-03-15 18:00:28.421316 [INFO] switch_rtp.c:3215 Changing audio DTLS state from SETUP to READY 2019-03-15 18:00:39.561280 [INFO] mod_avmd.c:1998 <<< AVMD - Beep Detected [2][7][4][25]: f = [1612.751481] variance = [0.000157], amplitude = [4239.595585](max [202648.164029]) variance = [2326.542142], detection time [12219998] [us] >>> cheers, Piotr -------------- next part -------------- An HTML attachment was scrubbed... URL: From piotrek.gregor at gmail.com Fri Mar 15 22:54:52 2019 From: piotrek.gregor at gmail.com (Piotr Gregor) Date: Fri, 15 Mar 2019 22:54:52 +0000 Subject: [Freeswitch-users] avmd stop not working on 1.8.5 In-Reply-To: References: <25445695fb494b3e8260e0682577add9@cm.nl> <0b6e01d4d512$c5d11a90$51734fb0$@tollfreegateway.com> Message-ID: Hi Grant, Thank you for reporting the issue. The deprecated API "avmd uuid stop" call can still be used, though it is advised to switch to new APP "avmd_stop", when called from scripts. There was a bug in "avmd stop". This has now been fixed: https://freeswitch.org/jira/projects/FS/issues/FS-11708 and is merged into master: https://freeswitch.org/stash/projects/FS/repos/freeswitch/commits/c8e9eeaec9ede231ba50b30d9f2b0d6c6fad9208 What is the performance impact if we leave out the avmd stop command? Will > any resources consumed by the module be cleaned up automatically after the > call disconnects? Avmd will be processing incoming audio. It won't consume resources if audio is not written to FS session. Avmd threads will be sleeping. All resources will be cleaned up when FS cleans up session of that call. I have plans to create improved avmd, using different algorithm for tone detection. Everyone is welcome to add to requirements, so we can make it better: https://github.com/dataandsignal/mavmd/blob/master/requirements.txt cheers, Piotr -------------- next part -------------- An HTML attachment was scrubbed... URL: From bilaln018 at gmail.com Sat Mar 16 07:21:15 2019 From: bilaln018 at gmail.com (Bilal Abbasi) Date: Sat, 16 Mar 2019 12:21:15 +0500 Subject: [Freeswitch-users] [mod avmd][1.6.X vs 1.8.X] In-Reply-To: References: Message-ID: Thanks for update here, please let me know what update you are looking for, as this issue could not make me to use 1.8 and i am still at 1.6.20. And i did not changed any default values, it did worked for other beep sounds, but not for the sound file that i attached earlier in thread. I can try the new version and let you know about the result. Regards Abbasi On Sat, 16 Mar 2019 at 2:17 AM, Piotr Gregor wrote: > Hi Bilal, > > I did a check on FS version 1.8 FreeSWITCH version: > 20.18.4-dev+git~20190124T213913Z~0e56f51034~64bit (git 0e56f51 2019-01-24 > 21:39:13Z 64bit) and your beep was detected. You didn't provide more > details, but I believe you may be running AVMD with 0 detectors. Please > check "avmd show". > > 2019-03-15 18:00:27.321281 [INFO] mod_avmd.c:1223 Avmd dynamic > configuration: debug [0], report_status [1], fast_math [0], > require_continuous_streak [1], sample_n_continuous_streak [3], > sample_n_to_skip [0], require_continuous_streak_amp [1], > sample_n_continuous_streak_amp [3], simplified_estimation [1], > inbound_channel [1], outbound_channel [1], detection_mode [2], detectors_n > [36], detectors_lagged_n [1] > [New Thread 0x7fff659d5700 (LWP 28261)] > [New Thread 0x7fff65999700 (LWP 28262)] > [New Thread 0x7fff6595d700 (LWP 28263)] > [New Thread 0x7fff65921700 (LWP 28264)] > [New Thread 0x7fff658e5700 (LWP 28265)] > [New Thread 0x7fff658a9700 (LWP 28266)] > [New Thread 0x7fff6586d700 (LWP 28267)] > [New Thread 0x7fff65831700 (LWP 28268)] > [New Thread 0x7fff657f5700 (LWP 28269)] > [New Thread 0x7fff657b9700 (LWP 28270)] > [New Thread 0x7fff6577d700 (LWP 28271)] > [New Thread 0x7fff65741700 (LWP 28272)] > [New Thread 0x7fff65705700 (LWP 28273)] > [New Thread 0x7fff656c9700 (LWP 28274)] > [New Thread 0x7fff6568d700 (LWP 28275)] > [New Thread 0x7fff65651700 (LWP 28276)] > [New Thread 0x7fff65615700 (LWP 28277)] > [New Thread 0x7fff655d9700 (LWP 28278)] > [New Thread 0x7fff6559d700 (LWP 28279)] > [New Thread 0x7fff65561700 (LWP 28280)] > [New Thread 0x7fff65525700 (LWP 28281)] > [New Thread 0x7fff654e9700 (LWP 28282)] > [New Thread 0x7fff654ad700 (LWP 28283)] > [New Thread 0x7fff65471700 (LWP 28284)] > [New Thread 0x7fff65435700 (LWP 28285)] > [New Thread 0x7fff653f9700 (LWP 28286)] > [New Thread 0x7fff653bd700 (LWP 28287)] > [New Thread 0x7fff65381700 (LWP 28288)] > [New Thread 0x7fff65345700 (LWP 28289)] > [New Thread 0x7fff65309700 (LWP 28290)] > [New Thread 0x7fff652cd700 (LWP 28291)] > [New Thread 0x7fff65291700 (LWP 28292)] > [New Thread 0x7fff65255700 (LWP 28293)] > [New Thread 0x7fff65219700 (LWP 28294)] > [New Thread 0x7fff651dd700 (LWP 28295)] > [New Thread 0x7fff651a1700 (LWP 28296)] > [New Thread 0x7fff65165700 (LWP 28297)] > 2019-03-15 18:00:27.341282 [INFO] mod_avmd.c:632 Avmd session initialized, > [48000] samples/s > 2019-03-15 18:00:27.341282 [INFO] mod_avmd.c:1520 Avmd on channel > [verto.rtc/1308] started! direction=WRITE_REPLACE > 2019-03-15 18:00:28.421316 [INFO] switch_rtp.c:3215 Changing audio DTLS > state from SETUP to READY > 2019-03-15 18:00:39.561280 [INFO] mod_avmd.c:1998 <<< AVMD - Beep Detected > [2][7][4][25]: f = [1612.751481] variance = [0.000157], amplitude = > [4239.595585](max [202648.164029]) variance = [2326.542142], detection time > [12219998] [us] >>> > > cheers, > Piotr > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 piotrek.gregor at gmail.com Sat Mar 16 12:32:04 2019 From: piotrek.gregor at gmail.com (Piotr Gregor) Date: Sat, 16 Mar 2019 12:32:04 +0000 Subject: [Freeswitch-users] [mod avmd][1.6.X vs 1.8.X] In-Reply-To: References: Message-ID: Please make sure your settings are similar to above and that should work. "avmd show" is the command to see them. The most important part is: detection_mode [2], detectors_n [36], detectors_lagged_n [1] cheers, Piotr -------------- next part -------------- An HTML attachment was scrubbed... URL: From sagarmalam at gmail.com Sat Mar 16 11:15:07 2019 From: sagarmalam at gmail.com (sagar malam) Date: Sat, 16 Mar 2019 16:45:07 +0530 Subject: [Freeswitch-users] Fwd: Option to disable global DB locks for mod sofia In-Reply-To: References: Message-ID: Hello Again, I made some heavy load testing with basic calls test scenarios after applying this change for mod sofia and CPS capacity has doubled( from 50 to 100) even with more than 1000 CC.I will also share results after testing other advanced features including presence, meanwhile i request FS developers and other community people to provide opinion on this. On Fri, Mar 15, 2019 at 6:13 PM sagar malam wrote: > Hello , > > I am wondering if we remove global DB locks for mod sofia as well like it > was done for mod_callcenter(https://freeswitch.org/jira/browse/FS-10299). > Can it boost FS CPS handling capacity ? > > -- > Thanks, > > Sagar > -- Thanks, Sagar -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Sat Mar 16 17:03:29 2019 From: mike at freeswitch.com (Mike Jerris) Date: Sat, 16 Mar 2019 11:03:29 -0600 Subject: [Freeswitch-users] Fwd: Option to disable global DB locks for mod sofia In-Reply-To: References: Message-ID: removing mutexes that are necessary is a good way to get memory corruption. They are there for a reason. On Sat, Mar 16, 2019 at 10:33 AM sagar malam wrote: > Hello Again, > > I made some heavy load testing with basic calls test scenarios after > applying this change for mod sofia and CPS capacity has doubled( from 50 to > 100) even with more than 1000 CC.I will also share results after testing > other advanced features including presence, meanwhile i request FS > developers and other community people to provide opinion on this. > > On Fri, Mar 15, 2019 at 6:13 PM sagar malam wrote: > >> Hello , >> >> I am wondering if we remove global DB locks for mod sofia as well like it >> was done for mod_callcenter(https://freeswitch.org/jira/browse/FS-10299). >> Can it boost FS CPS handling capacity ? >> >> -- >> Thanks, >> >> Sagar >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Sat Mar 16 21:47:26 2019 From: david.villasmil.work at gmail.com (David Villasmil) Date: Sat, 16 Mar 2019 21:47:26 +0000 Subject: [Freeswitch-users] Fwd: Option to disable global DB locks for mod sofia In-Reply-To: References: Message-ID: +1 On Sat, 16 Mar 2019 at 17:25, Mike Jerris wrote: > removing mutexes that are necessary is a good way to get memory > corruption. They are there for a reason. > > On Sat, Mar 16, 2019 at 10:33 AM sagar malam wrote: > >> Hello Again, >> >> I made some heavy load testing with basic calls test scenarios after >> applying this change for mod sofia and CPS capacity has doubled( from 50 to >> 100) even with more than 1000 CC.I will also share results after testing >> other advanced features including presence, meanwhile i request FS >> developers and other community people to provide opinion on this. >> >> On Fri, Mar 15, 2019 at 6:13 PM sagar malam wrote: >> >>> Hello , >>> >>> I am wondering if we remove global DB locks for mod sofia as well like >>> it was done for mod_callcenter( >>> https://freeswitch.org/jira/browse/FS-10299). Can it boost FS CPS >>> handling capacity ? >>> >>> -- >>> Thanks, >>> >>> Sagar >>> >> >> _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 sagarmalam at gmail.com Mon Mar 18 08:15:15 2019 From: sagarmalam at gmail.com (sagar malam) Date: Mon, 18 Mar 2019 13:45:15 +0530 Subject: [Freeswitch-users] Fwd: Option to disable global DB locks for mod sofia In-Reply-To: References: Message-ID: Thanks for your opinion.I will agree with it. But i am curious to know why this settings is supported for mod callcenter ? Dont you see possibility of memory corruption in that module ? On Sun, Mar 17, 2019 at 3:54 AM David Villasmil < david.villasmil.work at gmail.com> wrote: > +1 > On Sat, 16 Mar 2019 at 17:25, Mike Jerris wrote: > >> removing mutexes that are necessary is a good way to get memory >> corruption. They are there for a reason. >> >> On Sat, Mar 16, 2019 at 10:33 AM sagar malam >> wrote: >> >>> Hello Again, >>> >>> I made some heavy load testing with basic calls test scenarios after >>> applying this change for mod sofia and CPS capacity has doubled( from 50 to >>> 100) even with more than 1000 CC.I will also share results after testing >>> other advanced features including presence, meanwhile i request FS >>> developers and other community people to provide opinion on this. >>> >>> On Fri, Mar 15, 2019 at 6:13 PM sagar malam >>> wrote: >>> >>>> Hello , >>>> >>>> I am wondering if we remove global DB locks for mod sofia as well like >>>> it was done for mod_callcenter( >>>> https://freeswitch.org/jira/browse/FS-10299). Can it boost FS CPS >>>> handling capacity ? >>>> >>>> -- >>>> Thanks, >>>> >>>> Sagar >>>> >>> >>> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Thanks, Sagar -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaduww at gmail.com Mon Mar 18 10:11:39 2019 From: kaduww at gmail.com (Carlos Eduardo) Date: Mon, 18 Mar 2019 07:11:39 -0300 Subject: [Freeswitch-users] mod_callcenter and abandoned calls In-Reply-To: <83dbbd02-447c-584a-aafe-a67a5deb8949@poczta.fm> References: <83dbbd02-447c-584a-aafe-a67a5deb8949@poczta.fm> Message-ID: Hey Marcin, You can use an external application to send this welcome message. At the mod_callcenter session, on confluence, there's a lua script that announces the member's position. Using that idea, you can do something like this: greeting.lua: api = freeswitch.API() caller_uuid = argv[1] if caller_uuid == nil then return end api:executeString("uuid_broadcast "..caller_uuid.." welcome_msg.wav aleg") dialplan: /condition> WIth this example, the call is sent to the callcenter application imadiately after answering. So, if the caller hangs up, the abandoned event will be sent. Best regards, Em sex, 15 de mar de 2019 às 09:55, Marcin Muzylo escreveu: > Hi , > > i am trying to use callcenter on FreeSWITCH Version > 1.6.20-37-987c9b9~64bit (-37-987c9b9 64bit) > > > > > > > > /condition> > > > but when caller hangup after playback and before callcenter app still > got agent phone calling ( member abandoned ) and when agent answer > it, channel is empty: > > 2019-03-15 12:35:49.454539 [DEBUG] sofia.c:7084 Channel > sofia/external/44111111111 at 11.11.22.22 entering state [early][183] > EXECUTE sofia/external/44111111111 at 11.11.22.22 playback(welcome_msg.wav) > 2019-03-15 12:35:49.454539 [DEBUG] switch_core_file.c:342 File > /usr/share/freeswitch/sounds/en/us/welcome_msg.wav sample rate 44100 > doesn't match requested rate 8000 > 2019-03-15 12:35:49.454539 [DEBUG] switch_ivr_play_say.c:1498 Codec > Activated L16 at 8000hz 1 channels 20ms > 2019-03-15 12:35:50.094549 [DEBUG] switch_rtp.c:7308 Correct audio > ip/port confirmed. > 2019-03-15 12:35:55.914546 [DEBUG] switch_ivr_play_say.c:1942 done > playing file /usr/share/freeswitch/sounds/en/us/welcome_msg.wav > EXECUTE sofia/external/44111111111 at 11.11.22.22 answer() > 2019-03-15 12:35:55.914546 [DEBUG] switch_core_media.c:6861 Audio params > are unchanged for sofia/external/44111111111 at 11.11.22.22. > 2019-03-15 12:35:55.914546 [DEBUG] mod_sofia.c:850 Local SDP > sofia/external/44111111111 at 11.11.22.22: > 2019-03-15 12:35:55.914546 [DEBUG] sofia.c:7084 Channel > sofia/external/44111111111 at 11.11.22.22 entering state [completed][200] > 2019-03-15 12:35:55.914546 [NOTICE] mod_dptools.c:1312 Channel > [sofia/external/44111111111 at 11.11.22.22] has been answered > 2019-03-15 12:35:55.914546 [DEBUG] switch_channel.c:3773 > (sofia/external/44111111111 at 11.11.22.22) Callstate Change EARLY -> ACTIVE > EXECUTE sofia/external/44111111111 at 11.11.22.22 > set(hangup_after_bridge=true) > 2019-03-15 12:35:55.914546 [DEBUG] mod_dptools.c:1548 SET > sofia/external/44111111111 at 11.11.22.22 [hangup_after_bridge]=[true] > EXECUTE sofia/external/44111111111 at 11.11.22.22 > callcenter(support at my-domain.com) > 2019-03-15 12:35:55.914546 [DEBUG] mod_callcenter.c:2886 Member > 44111111111 <44111111111> joining queue support at my-domain.com > 2019-03-15 12:35:55.914546 [DEBUG] switch_ivr_play_say.c:1498 Codec > Activated L16 at 8000hz 1 channels 20ms > 2019-03-15 12:35:55.934531 [DEBUG] mod_callcenter.c:1135 Updated Agent > 1000 at my-domain.com set state = Receiving > 2019-03-15 12:35:55.934531 [DEBUG] mod_callcenter.c:1615 Setting > outbound caller_id_name to: 44111111111 > 2019-03-15 12:35:55.934531 [DEBUG] switch_ivr_originate.c:2142 Parsing > global variables > 2019-03-15 12:35:55.934531 [DEBUG] switch_ivr_originate.c:2669 Parsing > session specific variables > 2019-03-15 12:35:55.954522 [DEBUG] sofia.c:7084 Channel > sofia/external/44111111111 at 11.11.22.22 entering state [ready][200] > 2019-03-15 12:35:56.034540 [NOTICE] sofia.c:1012 Hangup > sofia/external/44111111111 at 11.11.22.22 [CS_EXECUTE] [NORMAL_CLEARING] > 2019-03-15 12:35:56.034540 [DEBUG] mod_callcenter.c:3009 Member > 44111111111 <44111111111> abandoned waiting in queue support at my-domain.com > 2019-03-15 12:35:56.034540 [DEBUG] mod_callcenter.c:3042 Member > "44111111111" <44111111111> exit queue support at my-domain.com due to > BREAK_OUT > > > mod_callcenter config : > > > > > > > > > > > > > > > > > > > contact="[call_timeout=360]user/1000 at my-domain.com" status="Available" > max-no-answer="0" wrap-up-time="10" reject-delay-time="10" > busy-delay-time="0" /> > > > level="1" position="1"/> > > > > is there any way to play welcome message before callcenter app and not > get such behaviour ? maybe we can play welcome msg inside callcenter app ? > > > Thanks > > Marcin > > > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- *Carlos E. Wagner* *Tecnólogo em Telecomunicações, OCP, dCAA* *E-mail:* *kaduww at gmail.com * *Fone:* +55 48 9981-0894 *Skype:* carlos.e.wagner www.blogdovoip.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From hammann.heim at gmx.de Mon Mar 18 09:41:14 2019 From: hammann.heim at gmx.de (bforest) Date: Mon, 18 Mar 2019 02:41:14 -0700 (MST) Subject: [Freeswitch-users] How to Force Invites to be send to IP of Registrar Message-ID: <1552902074518-0.post@n2.nabble.com> Hello everybody, how can we force freeswitch to send invites to the ip address of the registrar. We are running freeswitch at a gateway to Deutsche Telekom NGN Sip-Trunk. Deutsche Telekom changes priority of the registration ip address very often. The TTL of the SRV DNS records is 300 seconds only. If we are registered to 217.0.15.67 and DNS priority ip address changes to 217.0.15.69 the invites go to 217.0.15.69 and Telekom answers with SIP-Code 403 forbidden. Is there a way to force freeswitch to ignore the DNS for the invites and send them to the IP of the registrar? At the moment we are running a script wich supervises the DNS and renews regitstaration if ip has changed. This is not really a solution, because there are some dead times. -- Sent from: http://freeswitch-users.2379917.n2.nabble.com/ From ap at gen-ip.fr Mon Mar 18 12:50:08 2019 From: ap at gen-ip.fr (Alexis) Date: Mon, 18 Mar 2019 13:50:08 +0100 Subject: [Freeswitch-users] How to Force Invites to be send to IP of Registrar In-Reply-To: <1552902074518-0.post@n2.nabble.com> References: <1552902074518-0.post@n2.nabble.com> Message-ID: <73f280b4-4e4d-4c2d-d33d-4e5511bb9e55@gen-ip.fr> Hello, You can force it with     in your sip_profile gateway. And here is the documentation : https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration Alexis Le 18/03/2019 à 10:41, bforest a écrit : > Hello everybody, > > > how can we force freeswitch to send invites to the ip address of the > registrar. > > We are running freeswitch at a gateway to Deutsche Telekom NGN Sip-Trunk. > > Deutsche Telekom changes priority of the registration ip address very often. > > The TTL of the SRV DNS records is 300 seconds only. > > If we are registered to 217.0.15.67 and DNS priority ip address changes to > > 217.0.15.69 the invites go to 217.0.15.69 and Telekom answers with SIP-Code > > 403 forbidden. > > Is there a way to force freeswitch to ignore the DNS for the invites and > send them to the IP of the registrar? > > At the moment we are running a script wich supervises the DNS and renews > regitstaration if ip has changed. > > This is not really a solution, because there are some dead times. > > > > > -- > Sent from: http://freeswitch-users.2379917.n2.nabble.com/ > > From mario_fs at mgtech.com Mon Mar 18 16:21:28 2019 From: mario_fs at mgtech.com (mario_fs) Date: Mon, 18 Mar 2019 09:21:28 -0700 Subject: [Freeswitch-users] Option to log registrations/deregistrations? In-Reply-To: References: <01000168f0302208-303a2b9c-ffa8-4cad-ac4e-d87797cc2c4d-000000@email.amazonses.com> <771A1361-D809-41AF-911F-1A4077DCF898@mgtech.com> <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> <7751DF42-02C2-435D-821F-DEFCF20F9751@mgtech.com> Message-ID: <6ABA15F2-5C5C-4073-B0CC-31FF2AD3B4C5@mgtech.com> Thanks Adridan this worked great! My only issue was I needed the agent but it’s not available for custom, so I used contact which has the IP address of the push server when needed. Thanks also to David but I don’t know anything about ESL and the wiki was of little help. I know already had a LUA script. I don’t know what the last “if” block does, I don’t think it applies to me, not much on the wiki, it seems to work fine with it commented out. local username = event:getHeader("username"); local from_user = event:getHeader("from-user"); --local agent = event:getHeader("variable_sip_user_agent"); local contact = event:getHeader("contact"); freeswitch.consoleLog("INFO","LUA logout_callcenter.lua username: " .. (username or "") .." from-user: " .. (from_user or "") .."\n"); freeswitch.consoleLog("INFO"," contact: " .. (contact or "") .."\n"); --freeswitch.consoleLog("INFO","agent: " .. (agent or "") .."\n"); --if (username ~= nil) then -- api = freeswitch.API(); -- result = api:execute("callcenter_config", "agent set status "..username.." 'Logged Out'"); -- freeswitch.consoleLog("INFO", "Execute on unregister: ".. result .. "\n") --end > On Mar 12, 2019, at 4:30 PM, David Villasmil wrote: > > Hello, > > You can use ESL to log that, just connect to localhost:8021 and log everything you see coming in: > > checkout https://freeswitch.org/confluence/display/FREESWITCH/Python+ESL > and just log. > > hope this helps. > > > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Tue, Mar 12, 2019 at 10:21 PM mario_fs > wrote: > Thanks! I know enough LUA to already have a LUA script in FreeSwitch so will give this a try. This should drastically help with debugging Bria PUSH staying registered issues! I found sofia::unregister on the wiki and check the lua.conf.xml file. Thanks a LOT! > Mario G > >> On Mar 12, 2019, at 11:46 AM, Adridan Tudor > wrote: >> >> You can use an event hook from mod_lua to execute a lua script on unregister event. >> Add "" in lua.conf.xml >> >> In the script you can do whatever you want, for example logout from callcenter. >> >>freeswitch.consoleLog("INFO","Executing logout_callcenter.lua\n"); >> >>local username = event:getHeader("username"); >> >>local from_user = event:getHeader("from-user"); >> >>freeswitch.consoleLog("INFO","username: " .. (username or "") .."\n"); >> >>freeswitch.consoleLog("INFO","from-user: " .. (from_user or "") .."\n"); >> >> >> >>if (username ~= nil) then >> >> api = freeswitch.API(); >> >> result = api:execute("callcenter_config", "agent set status "..username.." 'Logged Out'"); >> >> freeswitch.consoleLog("INFO", "Execute on unregister: ".. result .. "\n") >> >>end >> >> On Tue, Mar 12, 2019 at 8:26 PM mario_fs > wrote: >> Still no luck on this and I really need to know date/time when a particular extension is unregistering. Anyone else have an idea that does not involve programming? Thanks, >> Mario G >> >>> On Feb 20, 2019, at 9:16 AM, mario_fs > wrote: >>> >>> I have been searching the wiki and web and still nothing simple to log de-registrations. I find it hard to believe there is not a simple way to do this, anyone have a good idea? >>> Mario G >>> >>>> On Feb 15, 2019, at 9:46 AM, mario_fs > wrote: >>>> >>>> Hmmmm…. Logging de-registrations would be a useful enhancement to FreeSwitch for debugging issues like this. I know a SIP trace does it but that’s a LOT of data when we're talking days. Thanks. >>>> Mario G >>>> >>>>> On Feb 15, 2019, at 12:05 AM, Avi Marcus > wrote: >>>>> >>>>> Here's some old nodejs code relying on `esl` lib to monitor for de-registrations and send me an email. I haven't used it in ages. >>>>> >>>>> https://gist.github.com/avimar/9645dd3134476d458e68cca077f4ed16 >>>>> >>>>> >>>>> -Avi Marcus >>>>> BestFone >>>>> >>>>> >>>>> On Fri, Feb 15, 2019 at 12:13 AM mario_fs > wrote: >>>>> Does anyone know if there is something I can do to log device registrations, and more importantly when devices lose registration, without having a ton of other log data. I know I can turn on a higher level of diagnostics, but it may be several days before I find what I need and don’t want to flood the log. >>>>> >>>>> I am working with Counterpath on Bria Push service and need to find when their push server stops registering. Since they don’t send a notification for that and it’s not in the normal FS log, I may not know for days when this happens. It would be nice to be able to scan the log for lost registrations. Thanks! >>>>> Mario G >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com _________________________________________________________________________ >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 infinite3219 at gmail.com Mon Mar 18 14:21:36 2019 From: infinite3219 at gmail.com (Terry C) Date: Mon, 18 Mar 2019 09:21:36 -0500 Subject: [Freeswitch-users] chromakey not replacing background properly Message-ID: Hi, I'm using Freeswitch 1.8.5 and am trying to get Chromakey to work to replace the background with a png or an mp4 file. I used the syntax: chromakey start auto 25 If I replaced the png file with a bg color like #00FF00, it works successfully. However, if I use a png, it blends the png with the background rather than replace it. I read in the code that the image file needs to be RGBa, which it is and I've set the background in the png explicitly to a color, but when chromakey is used to replace the background, what was brown in the png shows up as purple. I must be missing something on the properties of the png file to make this work correctly. Furthermore, if I replace it with an mp4, it shows up all black. Can someone tell me the properties of the files that need to be present for both png and mp4 for it to work? I can't seem to find any documentation on this. If you have any samples of png or mp4 files that have worked and and can share with me, that would be great so I can try to model that. Thanks, Terry -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.org Mon Mar 18 21:07:27 2019 From: mike at freeswitch.org (Mike Jerris) Date: Mon, 18 Mar 2019 15:07:27 -0600 Subject: [Freeswitch-users] chromakey not replacing background properly In-Reply-To: References: Message-ID: Is your png partial opacity? If it is its going to mix instead of replace those pixels. Mike > On Mar 18, 2019, at 8:21 AM, Terry C wrote: > > Hi, > I'm using Freeswitch 1.8.5 and am trying to get Chromakey to work to replace the background with a png or an mp4 file. I used the syntax: > chromakey start auto 25 > > If I replaced the png file with a bg color like #00FF00, it works successfully. However, if I use a png, it blends the png with the background rather than replace it. I read in the code that the image file needs to be RGBa, which it is and I've set the background in the png explicitly to a color, but when chromakey is used to replace the background, what was brown in the png shows up as purple. > > I must be missing something on the properties of the png file to make this work correctly. Furthermore, if I replace it with an mp4, it shows up all black. > > Can someone tell me the properties of the files that need to be present for both png and mp4 for it to work? I can't seem to find any documentation on this. If you have any samples of png or mp4 files that have worked and and can share with me, that would be great so I can try to model that. > From brian at freeswitch.com Tue Mar 19 02:12:18 2019 From: brian at freeswitch.com (Brian West) Date: Mon, 18 Mar 2019 22:12:18 -0400 Subject: [Freeswitch-users] How to Force Invites to be send to IP of Registrar In-Reply-To: <73f280b4-4e4d-4c2d-d33d-4e5511bb9e55@gen-ip.fr> References: <1552902074518-0.post@n2.nabble.com> <73f280b4-4e4d-4c2d-d33d-4e5511bb9e55@gen-ip.fr> Message-ID: Or use Path on register. On Mon, Mar 18, 2019 at 8:50 AM Alexis wrote: > Hello, > > You can force it with > > in your sip_profile gateway. > > And here is the documentation : > https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration > > Alexis > > Le 18/03/2019 à 10:41, bforest a écrit : > > Hello everybody, > > > > > > how can we force freeswitch to send invites to the ip address of the > > registrar. > > > > We are running freeswitch at a gateway to Deutsche Telekom NGN Sip-Trunk. > > > > Deutsche Telekom changes priority of the registration ip address very > often. > > > > The TTL of the SRV DNS records is 300 seconds only. > > > > If we are registered to 217.0.15.67 and DNS priority ip address changes > to > > > > 217.0.15.69 the invites go to 217.0.15.69 and Telekom answers with > SIP-Code > > > > 403 forbidden. > > > > Is there a way to force freeswitch to ignore the DNS for the invites and > > send them to the IP of the registrar? > > > > At the moment we are running a script wich supervises the DNS and renews > > regitstaration if ip has changed. > > > > This is not really a solution, because there are some dead times. > > > > > > > > > > -- > > Sent from: http://freeswitch-users.2379917.n2.nabble.com/ > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 mike at freeswitch.com Tue Mar 19 02:15:14 2019 From: mike at freeswitch.com (Mike Jerris) Date: Mon, 18 Mar 2019 20:15:14 -0600 Subject: [Freeswitch-users] How to Force Invites to be send to IP of Registrar In-Reply-To: References: <1552902074518-0.post@n2.nabble.com> <73f280b4-4e4d-4c2d-d33d-4e5511bb9e55@gen-ip.fr> Message-ID: path at least didn’t use to support dns lookup... you’ll need to confirm, i can’t recall if we fixed that or not On Mon, Mar 18, 2019 at 8:13 PM Brian West wrote: > Or use Path on register. > > On Mon, Mar 18, 2019 at 8:50 AM Alexis wrote: > >> Hello, >> >> You can force it with >> >> in your sip_profile gateway. >> >> And here is the documentation : >> >> https://freeswitch.org/confluence/display/FREESWITCH/Gateways+Configuration >> >> Alexis >> >> Le 18/03/2019 à 10:41, bforest a écrit : >> > Hello everybody, >> > >> > >> > how can we force freeswitch to send invites to the ip address of the >> > registrar. >> > >> > We are running freeswitch at a gateway to Deutsche Telekom NGN >> Sip-Trunk. >> > >> > Deutsche Telekom changes priority of the registration ip address very >> often. >> > >> > The TTL of the SRV DNS records is 300 seconds only. >> > >> > If we are registered to 217.0.15.67 and DNS priority ip address changes >> to >> > >> > 217.0.15.69 the invites go to 217.0.15.69 and Telekom answers with >> SIP-Code >> > >> > 403 forbidden. >> > >> > Is there a way to force freeswitch to ignore the DNS for the invites and >> > send them to the IP of the registrar? >> > >> > At the moment we are running a script wich supervises the DNS and renews >> > regitstaration if ip has changed. >> > >> > This is not really a solution, because there are some dead times. >> > >> > >> > >> > >> > -- >> > Sent from: http://freeswitch-users.2379917.n2.nabble.com/ >> > >> > >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users 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] > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 infinite3219 at gmail.com Tue Mar 19 01:30:32 2019 From: infinite3219 at gmail.com (Terry C) Date: Mon, 18 Mar 2019 20:30:32 -0500 Subject: [Freeswitch-users] chromakey not replacing background properly In-Reply-To: References: Message-ID: Thanks for the reply, Mike. The png is in fact fully opaque. This is the link to one of the png's I used that is all green that shows up as purple in chromakey (https://1drv.ms/u/s!AjoGLBAOTKwok4sEsN_oFHpyx8QhCA). If there is a sample png and/or mp4 that works that I can look at, I can compare and see the differences. Alpha: min: 255 (1) max: 255 (1) mean: 255 (1) %identify -verbose leaf_1280_2.png Image: leaf_1280_2.png Format: PNG (Portable Network Graphics) Mime type: image/png Class: DirectClass Geometry: 1280x616+0+0 Resolution: 118.11x118.11 Print size: 10.8374x5.21548 Units: PixelsPerCentimeter Colorspace: sRGB Type: TrueColorAlpha Base type: Undefined Endianess: Undefined Depth: 8-bit Channel depth: Red: 8-bit Green: 8-bit Blue: 8-bit Alpha: 1-bit Channel statistics: Pixels: 788480 Red: min: 0 (0) max: 232 (0.909804) mean: 53.3939 (0.209388) standard deviation: 35.179 (0.137957) kurtosis: -0.222281 skewness: 0.380167 entropy: 0.873176 Green: min: 3 (0.0117647) max: 255 (1) mean: 143.551 (0.562945) standard deviation: 47.2475 (0.185284) kurtosis: -0.708943 skewness: -0.134383 entropy: 0.947618 Blue: min: 0 (0) max: 229 (0.898039) mean: 12.233 (0.0479725) standard deviation: 14.8046 (0.0580573) kurtosis: 12.2167 skewness: 2.40529 entropy: 0.615689 Alpha: min: 255 (1) max: 255 (1) mean: 255 (1) standard deviation: 0 (0) kurtosis: 8.192e+51 skewness: 1e+36 entropy: 0 Image statistics: Overall: min: 0 (0) max: 255 (1) mean: 116.044 (0.455076) standard deviation: 24.3078 (0.0953246) kurtosis: -1.46953 skewness: 0.326922 entropy: 0.609121 Rendering intent: Perceptual Gamma: 0.45455 Chromaticity: red primary: (0.64,0.33) green primary: (0.3,0.6) blue primary: (0.15,0.06) white point: (0.3127,0.329) Matte color: grey74 Background color: white Border color: srgb(223,223,223) Transparent color: none Interlace: None Intensity: Undefined Compose: Over Page geometry: 1280x616+0+0 Dispose: Undefined Iterations: 0 Compression: Zip Orientation: Undefined Properties: date:create: 2019-03-18T18:29:52-05:00 date:modify: 2019-03-18T18:29:52-05:00 png:bKGD: chunk was found (see Background color, above) png:cHRM: chunk was found (see Chromaticity, above) png:gAMA: gamma=0.45455 (See Gamma, above) png:IHDR.bit-depth-orig: 8 png:IHDR.bit_depth: 8 png:IHDR.color-type-orig: 6 png:IHDR.color_type: 6 (RGBA) png:IHDR.interlace_method: 0 (Not interlaced) png:IHDR.width,height: 1280, 616 png:pHYs: x_res=11811, y_res=11811, units=1 png:sRGB: intent=0 (Perceptual Intent) png:text: 2 tEXt/zTXt/iTXt chunks were found png:tIME: 2019-03-18T13:27:15Z signature: c461e759eb2ea41bf96aa66d74a9c3a21e5f2a23c5d0003e56de23bbdde8eddb Artifacts: verbose: true Tainted: False Filesize: 1.84901MiB Number pixels: 788480 Pixels per second: 15.7696MP User time: 0.070u Elapsed time: 0:01.049 Version: ImageMagick 7.0.8-33 Q16 x86_64 2019-03-13 https://imagemagick.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From tudor.gabriell at gmail.com Tue Mar 19 07:24:59 2019 From: tudor.gabriell at gmail.com (Adridan Tudor) Date: Tue, 19 Mar 2019 09:24:59 +0200 Subject: [Freeswitch-users] Option to log registrations/deregistrations? In-Reply-To: <6ABA15F2-5C5C-4073-B0CC-31FF2AD3B4C5@mgtech.com> References: <01000168f0302208-303a2b9c-ffa8-4cad-ac4e-d87797cc2c4d-000000@email.amazonses.com> <771A1361-D809-41AF-911F-1A4077DCF898@mgtech.com> <2F1F7F80-2E1E-4361-8B46-8961095A8503@mgtech.com> <7751DF42-02C2-435D-821F-DEFCF20F9751@mgtech.com> <6ABA15F2-5C5C-4073-B0CC-31FF2AD3B4C5@mgtech.com> Message-ID: Glad I could help, those were only some examples used by me. Just adapt them to fit your needs. On Mon, Mar 18, 2019, 7:08 PM mario_fs wrote: > Thanks Adridan this worked great! My only issue was I needed the agent but > it’s not available for custom, so I used contact which has the IP address > of the push server when needed. Thanks also to David but I don’t know > anything about ESL and the wiki was of little help. I know already had a > LUA script. > > I don’t know what the last “if” block does, I don’t think it applies to > me, not much on the wiki, it seems to work fine with it commented out. > > local username = event:getHeader("username"); > local from_user = event:getHeader("from-user"); > --local agent = event:getHeader("variable_sip_user_agent"); > local contact = event:getHeader("contact"); > freeswitch.consoleLog("INFO","LUA logout_callcenter.lua username: " .. > (username or "") .." from-user: " .. (from_user or "") .."\n"); > freeswitch.consoleLog("INFO"," contact: " .. (contact or "") .."\n"); > --freeswitch.consoleLog("INFO","agent: " .. (agent or "") .."\n"); > > --if (username ~= nil) then > -- api = freeswitch.API(); > -- result = api:execute("callcenter_config", "agent set status > "..username.." 'Logged Out'"); > -- freeswitch.consoleLog("INFO", "Execute on unregister: ".. result .. > "\n") > --end > > On Mar 12, 2019, at 4:30 PM, David Villasmil < > david.villasmil.work at gmail.com> wrote: > > Hello, > > You can use ESL to log that, just connect to localhost:8021 and log > everything you see coming in: > > checkout https://freeswitch.org/confluence/display/FREESWITCH/Python+ESL > and just log. > > hope this helps. > > > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > > > On Tue, Mar 12, 2019 at 10:21 PM mario_fs wrote: > >> Thanks! I know enough LUA to already have a LUA script in FreeSwitch so >> will give this a try. This should drastically help with debugging Bria PUSH >> staying registered issues! I found sofia::unregister on the wiki and check >> the lua.conf.xml file. Thanks a LOT! >> Mario G >> >> On Mar 12, 2019, at 11:46 AM, Adridan Tudor >> wrote: >> >> You can use an event hook from mod_lua to execute a lua script on >> unregister event. >> Add "> script="logout_callcenter.lua" />" in lua.conf.xml >> >> In the script you can do whatever you want, for example logout from >> callcenter. >> >>freeswitch.consoleLog("INFO","Executing logout_callcenter.lua\n"); >> >>local username = event:getHeader("username"); >> >>local from_user = event:getHeader("from-user"); >> >>freeswitch.consoleLog("INFO","username: " .. (username or "") .."\n"); >> >>freeswitch.consoleLog("INFO","from-user: " .. (from_user or "") .."\n"); >> >> >> >>if (username ~= nil) then >> >> api = freeswitch.API(); >> >> result = api:execute("callcenter_config", "agent set status >> "..username.." 'Logged Out'"); >> >> freeswitch.consoleLog("INFO", "Execute on unregister: ".. result .. >> "\n") >> >>end >> >> On Tue, Mar 12, 2019 at 8:26 PM mario_fs wrote: >> >>> Still no luck on this and I really need to know date/time when a >>> particular extension is unregistering. Anyone else have an idea that does >>> not involve programming? Thanks, >>> Mario G >>> >>> On Feb 20, 2019, at 9:16 AM, mario_fs wrote: >>> >>> I have been searching the wiki and web and still nothing simple to log >>> de-registrations. I find it hard to believe there is not a simple way to do >>> this, anyone have a good idea? >>> Mario G >>> >>> On Feb 15, 2019, at 9:46 AM, mario_fs wrote: >>> >>> Hmmmm…. Logging de-registrations would be a useful enhancement to >>> FreeSwitch for debugging issues like this. I know a SIP trace does it but >>> that’s a LOT of data when we're talking days. Thanks. >>> Mario G >>> >>> On Feb 15, 2019, at 12:05 AM, Avi Marcus wrote: >>> >>> Here's some old nodejs code relying on `esl` lib to monitor for >>> de-registrations and send me an email. I haven't used it in ages. >>> >>> https://gist.github.com/avimar/9645dd3134476d458e68cca077f4ed16 >>> >>> >>> -Avi Marcus >>> BestFone >>> >>> >>> On Fri, Feb 15, 2019 at 12:13 AM mario_fs wrote: >>> >>>> Does anyone know if there is something I can do to log device >>>> registrations, and more importantly when devices lose registration, *without >>>> having a ton of other log data*. I know I can turn on a higher level >>>> of diagnostics, but it may be several days before I find what I need and >>>> don’t want to flood the log. >>>> >>>> I am working with Counterpath on Bria Push service and need to find >>>> when their push server stops registering. Since they don’t send a >>>> notification for that and it’s not in the normal FS log, I may not know for >>>> days when this happens. It would be nice to be able to scan the log for >>>> lost registrations. Thanks! >>>> Mario G >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Tue Mar 19 17:58:44 2019 From: mario_fs at mgtech.com (mario_fs) Date: Tue, 19 Mar 2019 10:58:44 -0700 Subject: [Freeswitch-users] Please help finding a wiki page on custom event variables in LUA Message-ID: <3F082EC5-8C58-4A12-9814-4D127815B9B2@mgtech.com> Sounds crazy, I used a wiki page Saturday and spent 5 hours trying to find it again so I can edit and add to it but I cannot. It may be LUA or SOFIA or ESL related. I found a page that had the names of variables I could get into a LUA program triggered by: hook event="custom" subclass="sofia::unregister" script=“….. There was a section for unregistered (and others) that list them like: username: …. from_user: ... I used them here: local username = event:getHeader("username"); local from_user = event:getHeader("from-user"); If anyone knows the page please point me to it. I found an item missing from the page and was going to edit the page and add it (missing user-agent for unregister event). I found this page: https://freeswitch.org/confluence/pages/viewpage.action?pageId=15139388 and edited it but that’s not the one I originally saw, the other one had custom and other events for LUA listed. Thanks Mario G -------------- next part -------------- An HTML attachment was scrubbed... URL: From italo at freeswitch.org Wed Mar 20 21:15:26 2019 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Wed, 20 Mar 2019 18:15:26 -0300 Subject: [Freeswitch-users] Fwd: Option to disable global DB locks for mod sofia In-Reply-To: References: Message-ID: It does exist on mod_callcenter because if you're not using sqlite, using postgres for example, you can disable it and let postgres handle the concurrency, I've been using it and there's a huge performance improvement on busy scenarios, that's why I removed it. Another option was issuing the query in a async manner (mod_fifo does it I think) but it was easier to just remove the lock and trust postgresql. Em seg, 18 de mar de 2019 às 05:17, sagar malam escreveu: > Thanks for your opinion.I will agree with it. > But i am curious to know why this settings is supported for mod > callcenter ? Dont you see possibility of memory corruption in that module > ? > > On Sun, Mar 17, 2019 at 3:54 AM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> +1 >> On Sat, 16 Mar 2019 at 17:25, Mike Jerris wrote: >> >>> removing mutexes that are necessary is a good way to get memory >>> corruption. They are there for a reason. >>> >>> On Sat, Mar 16, 2019 at 10:33 AM sagar malam >>> wrote: >>> >>>> Hello Again, >>>> >>>> I made some heavy load testing with basic calls test scenarios after >>>> applying this change for mod sofia and CPS capacity has doubled( from 50 to >>>> 100) even with more than 1000 CC.I will also share results after testing >>>> other advanced features including presence, meanwhile i request FS >>>> developers and other community people to provide opinion on this. >>>> >>>> On Fri, Mar 15, 2019 at 6:13 PM sagar malam >>>> wrote: >>>> >>>>> Hello , >>>>> >>>>> I am wondering if we remove global DB locks for mod sofia as well like >>>>> it was done for mod_callcenter( >>>>> https://freeswitch.org/jira/browse/FS-10299). Can it boost FS CPS >>>>> handling capacity ? >>>>> >>>>> -- >>>>> Thanks, >>>>> >>>>> Sagar >>>>> >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > Thanks, > > Sagar > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 italo at freeswitch.org Wed Mar 20 21:18:11 2019 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Wed, 20 Mar 2019 18:18:11 -0300 Subject: [Freeswitch-users] MOD_CALLCENTER become unload and unknown while freeswitch is still running In-Reply-To: References: Message-ID: Do we have a JIRA number for this? Don't think it's fixed on latest. Em sex, 1 de fev de 2019 às 12:46, Chhorm Chhatra escreveu: > Thank you for your help. > > On Tue, 15 Jan 2019 at 07:59, Alexey Sibyakin wrote: > >> Hi, >> >> Try to update to 1.8 first. FreeSWITCH 1.6 is EOL. >> >> Regards, >> >> Alex >> >> Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd Floor, >> Palo Alto, CA 94303 Email: alex at freeswitch.com Website: >> https://www.signalwire.com >> >> >> >> On Tue, Jan 15, 2019 at 2:07 AM Chhorm Chhatra >> wrote: >> >>> Hi, >>> Currently, I faced a very strange issue that >>> 1) After several days of FreeSWITCH running, I could not connect to its >>> CLI at all. But Freeswitch is still working as it is. I have to tail the >>> log file to debug this issue. >>> 2) When the issue (1) happens, the application *callcenter *is unknown >>> and therefore the callcenter failed. >>> FS version: 1.6 >>> Any help would be appreciated. >>> Thank you in advance. >>> Best regards, >>> Chhorm Chhatra >>> _________________________________________________________________________ >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From social at bohboh.info Thu Mar 21 16:58:49 2019 From: social at bohboh.info (Social Boh) Date: Thu, 21 Mar 2019 11:58:49 -0500 Subject: [Freeswitch-users] Verto Issue Message-ID: Hello list, can anyone explain me why mod verto don't work correctly with port 8082? on console, when load the module I see: [WARNING] mod_verto.c:4335 Bind Error!, errno=98, changing port, resolve the issue. My FreeSWITCH version is: FreeSWITCH Version 1.8.5+git~20190124T225359Z~31281a0bf1~64bit (git 31281a0 2019-01-24 22:53:59Z 64bit) Thank you -- --- I'm SoCIaL, MayBe From brian at freeswitch.com Thu Mar 21 17:25:42 2019 From: brian at freeswitch.com (Brian West) Date: Thu, 21 Mar 2019 13:25:42 -0400 Subject: [Freeswitch-users] Verto Issue In-Reply-To: References: Message-ID: You have something else already on 8082? /b On Thu, Mar 21, 2019 at 12:59 PM Social Boh wrote: > Hello list, > > can anyone explain me why mod verto don't work correctly with port 8082? > > on console, when load the module I see: > > [WARNING] mod_verto.c:4335 Bind Error!, errno=98, > > changing port, resolve the issue. > > My FreeSWITCH version is: > > FreeSWITCH Version 1.8.5+git~20190124T225359Z~31281a0bf1~64bit (git > 31281a0 2019-01-24 22:53:59Z 64bit) > > Thank you > > -- > --- > I'm SoCIaL, MayBe > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 social at bohboh.info Thu Mar 21 17:59:58 2019 From: social at bohboh.info (Social Boh) Date: Thu, 21 Mar 2019 12:59:58 -0500 Subject: [Freeswitch-users] Verto Issue In-Reply-To: References: Message-ID: No. If I unload mod_verto and: netstat -nap | grep 8082 nothing appear Very strange... --- I'm SoCIaL, MayBe On 3/21/19 12:25, Brian West wrote: > You have something else already on 8082? > > /b > > On Thu, Mar 21, 2019 at 12:59 PM Social Boh > wrote: > > Hello list, > > can anyone explain me why mod verto don't work correctly with port > 8082? > > on console, when load the module I see: > > [WARNING] mod_verto.c:4335 Bind Error!, errno=98, > > changing port, resolve the issue. > > My FreeSWITCH version is: > > FreeSWITCH Version 1.8.5+git~20190124T225359Z~31281a0bf1~64bit (git > 31281a0 2019-01-24 22:53:59Z 64bit) > > Thank you > > -- > --- > I'm SoCIaL, MayBe > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > https://www.facebook.com/signalwireinc?src=email > https://twitter.com/freeswitch > > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 m.shirazi at gmail.com Thu Mar 21 14:08:09 2019 From: m.shirazi at gmail.com (Mehdi Shirazi) Date: Thu, 21 Mar 2019 17:38:09 +0330 Subject: [Freeswitch-users] Both Way early media Message-ID: Hi With help of pre_answer application I can receive DTMF while playing an early media announce in most cases but if destinations was in a Access Gateway with H.248 protocol I can play early media but can not receive DTMF. This is because of H.248 nature in pre answer phase ? I know that if even there was no a=sendrecv in sdp it was implicitly there but is there a way to force this in 183 response ? Regards M.Shirazi -------------- next part -------------- An HTML attachment was scrubbed... URL: From bilaln018 at gmail.com Fri Mar 22 12:37:05 2019 From: bilaln018 at gmail.com (Bilal Abbasi) Date: Fri, 22 Mar 2019 17:37:05 +0500 Subject: [Freeswitch-users] [mod avmd][1.6.X vs 1.8.X] In-Reply-To: References: Message-ID: Hi, I did tested that again, and it worked for me as well, something must be changed in the latest version, as when i tried doing that it was 1.8.2, anyway thanks for your help. On Sat, Mar 16, 2019 at 10:04 PM Piotr Gregor wrote: > Please make sure your settings are similar to above and that should work. > "avmd show" is the command to see them. > The most important part is: detection_mode [2], detectors_n [36], > detectors_lagged_n [1] > > cheers, > Piotr > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 mayamatakeshi at gmail.com Sat Mar 23 13:37:57 2019 From: mayamatakeshi at gmail.com (mayamatakeshi) Date: Sat, 23 Mar 2019 22:37:57 +0900 Subject: [Freeswitch-users] Does early attended transfer execute application set on the transferred channel? Message-ID: Hi, I am testing early attended transfer scenario (REFER with Replaces before transfer target answers). Scenario is like this: 1) PSTN call arrives 2) dialplan sends call to user1 3) user1 answers the call 4) user1 puts PSTN call on-hold 5) user1 makes call to user2 6) FS executes a dialplan that sets some variables (like user1 DB ID) and executes application bridge to user2 7) before user2 answers user1 requests attended transfer 8) it seems in this case FS executes the 'set' applications from step 6 in the PSTN channel and changes the ownership of the ongoing bridge application to it. Can someone confirm this is indeed what happens? (I checked XML CDR, the variable mentioned by application 'set' is assigned but the app_log doesn't show application 'set' was executed). And if this is indeed the case, is there some way to ask FS to refuse early attended transfer as it is causing wrong CDR to be written (PSTN channel is marked as being a user channel)? I don't want to refuse neither blind transfer nor consultative transfer (transfer after answer). I just need to prevent early attended transfer (or maybe someone has some idea about how to deal with this scenario). -------------- next part -------------- An HTML attachment was scrubbed... URL: From harangozo.laszlo at tct.hu Fri Mar 22 10:51:47 2019 From: harangozo.laszlo at tct.hu (=?UTF-8?B?SGFyYW5nb3rDsywgTMOhc3psw7M=?=) Date: Fri, 22 Mar 2019 11:51:47 +0100 Subject: [Freeswitch-users] stash account email address Message-ID: I have created my FS stash account with a typo in the email address. The account settings page tells me that "You cannot edit your display name or email address as they are stored in a read-only user directory.". This is bad for me, since I am not getting the notification mails. Is there a way to change the address? I have just realized this when I saw that my only PR got approved and I started to wonder why I got no notifications. Thanks, Hari -------------- next part -------------- An HTML attachment was scrubbed... URL: From gavin.henry at gmail.com Mon Mar 25 10:08:41 2019 From: gavin.henry at gmail.com (Gavin Henry) Date: Mon, 25 Mar 2019 10:08:41 +0000 Subject: [Freeswitch-users] record_session and file size Message-ID: Hi all, Is there a way to get at the final file size of a recorded call in the CDR or via ESL? Thanks. From mike at freeswitch.com Mon Mar 25 20:40:51 2019 From: mike at freeswitch.com (Mike Jerris) Date: Mon, 25 Mar 2019 14:40:51 -0600 Subject: [Freeswitch-users] stash account email address In-Reply-To: References: Message-ID: i think you can do it from jira. If not, email me info privately and i can fix it up for you. On Mon, Mar 25, 2019 at 2:35 PM Harangozó, László wrote: > I have created my FS stash account with a typo in the email address. The > account settings page tells me that "You cannot edit your display name or > email address as they are stored in a read-only user directory.". > This is bad for me, since I am not getting the notification mails. Is > there a way to change the address? > > I have just realized this when I saw that my only PR got approved and I > started to wonder why I got no notifications. > > Thanks, > Hari > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Mon Mar 25 20:41:52 2019 From: mike at freeswitch.com (Mike Jerris) Date: Mon, 25 Mar 2019 14:41:52 -0600 Subject: [Freeswitch-users] record_session and file size In-Reply-To: References: Message-ID: there are vars set for it yes. if you look at the xml cdr you should see them On Mon, Mar 25, 2019 at 2:35 PM Gavin Henry wrote: > Hi all, > > Is there a way to get at the final file size of a recorded call in the > CDR or via ESL? > > Thanks. > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tahir at ictinnovations.com Tue Mar 26 09:42:30 2019 From: tahir at ictinnovations.com (Tahir Almas) Date: Tue, 26 Mar 2019 05:42:30 -0400 Subject: [Freeswitch-users] ICTFax version 4.0 , Open source Fax over Ip software In-Reply-To: <00dc01d4c14e$7902e630$6b08b290$@gmail.com> References: <00dc01d4c14e$7902e630$6b08b290$@gmail.com> Message-ID: sorry I missed this post, Thanks for positive feedback , We have fixed few issues reported at github also we have updated our website too , Our development team using github therefore we do recommend to use github to report issues as well as download latest versions Yes, ICTFax forum is not active and you can post bug / issues at github and sales / support related issues with live support professional ( GMT 4 to GMT 16 ) or create a support ticket at http://service.ictinnovations.com Regards *Tahir Almas* Managing Partner ICT Innovations http://www.ictinnovations.com Leveraging open source in ICT On Mon, Feb 18, 2019 at 6:01 PM NYCPhoneService wrote: > Tahir – thank you for great product! > > I installed it (although some rpms/deps were missing from ictfax package > and had to do some tweaking) and was able to successfully send faxes. > > There are some issues exist in the new gui and I have a few questions: > > 1. Is there a user support forum or irc channel? The > ictfax.com/forum is not active. > > 2. If we find some bugs, suggest improvements – should we post on > the github? > > 3. Github version of ictfax is completely different from the rpm > version on your site. Which one should we use? > > Thanks again for the great effort! > > Dennis > > > > *From:* FreeSWITCH-users [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Tahir Almas > *Sent:* Saturday, February 9, 2019 5:20 AM > *To:* FreeSWITCH Users Help > *Cc:* freeswitch-biz at lists.freeswitch.org > *Subject:* [Freeswitch-users] ICTFax version 4.0 , Open source Fax over > Ip software > > > > We are pleased to announce that ICTFax 4.0 has been released developed > over freeswitch , ictcore and angular framework. New features include ATA > / Extension support and REST API > > > > http://ictfax.org/ictfax-4.0-released-with-ata-api-support > > > > Regards > > *Tahir Almas* > > Managing Partner > ICT Innovations > http://www.ictinnovations.com > Leveraging open source in ICT > > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 hailiang.hl.wang at gmail.com Tue Mar 26 02:20:57 2019 From: hailiang.hl.wang at gmail.com (Hailiang Wang) Date: Tue, 26 Mar 2019 10:20:57 +0800 Subject: [Freeswitch-users] How to get information of callee when the call is forwarded Message-ID: hi, Folks I have come to a question when dealing with call forwarding: A and B are using Mobile Phones with PSTN. C is another Phone Number but connected with FreeSWTICH Instance which pickups any calls C receives. A calls B, B forwards to C, then FreeSWITCH routes A to an extension, in this extension, I would like to extract the Information of B, like its phone number, etc. I have checked the variables in the channel, but it doesn't contain information of B. Can any one help? Thanks. BTW, one related topic: http://lists.freeswitch.org/pipermail/freeswitch-users/2013-May/096044.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From harangozo.laszlo at tct.hu Tue Mar 26 10:10:11 2019 From: harangozo.laszlo at tct.hu (=?UTF-8?B?SGFyYW5nb3rDsywgTMOhc3psw7M=?=) Date: Tue, 26 Mar 2019 11:10:11 +0100 Subject: [Freeswitch-users] stash account email address In-Reply-To: References: Message-ID: It worked from the jira profile settings. Thanks for your assistance! Mike Jerris ezt írta (időpont: 2019. márc. 25., H, 21:41): > i think you can do it from jira. If not, email me info privately and i > can fix it up for you. > > On Mon, Mar 25, 2019 at 2:35 PM Harangozó, László > wrote: > >> I have created my FS stash account with a typo in the email address. The >> account settings page tells me that "You cannot edit your display name or >> email address as they are stored in a read-only user directory.". >> This is bad for me, since I am not getting the notification mails. Is >> there a way to change the address? >> >> I have just realized this when I saw that my only PR got approved and I >> started to wonder why I got no notifications. >> >> Thanks, >> Hari >> _________________________________________________________________________ >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 shaun.stokes at itec-support.co.uk Wed Mar 27 07:58:54 2019 From: shaun.stokes at itec-support.co.uk (Shaun Stokes) Date: Wed, 27 Mar 2019 07:58:54 +0000 Subject: [Freeswitch-users] How to get information of callee when the call is forwarded In-Reply-To: References: Message-ID: You can use 'info' in your dialplan to list all variables, however I doubt the CLI of B will be there as you've already said it's passing the CLI of A in the forward. If these were SIP call forwards you could perhaps create an additional variable but I don't believe there's any such option with PSTN calls. Here are some possible workarounds: - Change B to pass on it's own CLI instead of A, in this instance you would get the CLI of B instead of A. - Create dedicated inbound DDIs\Numbers for each mobile B to forward to, you can then alter the CLI name to include the CLI of B depending on the DDI\Number which was dialled in your FreeSWITCH dialplan. ________________________________ From: FreeSWITCH-users on behalf of Hailiang Wang Sent: 26 March 2019 02:20:57 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] How to get information of callee when the call is forwarded hi, Folks I have come to a question when dealing with call forwarding: A and B are using Mobile Phones with PSTN. C is another Phone Number but connected with FreeSWTICH Instance which pickups any calls C receives. A calls B, B forwards to C, then FreeSWITCH routes A to an extension, in this extension, I would like to extract the Information of B, like its phone number, etc. I have checked the variables in the channel, but it doesn't contain information of B. Can any one help? Thanks. BTW, one related topic: http://lists.freeswitch.org/pipermail/freeswitch-users/2013-May/096044.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From Miroslav.Levanic at enghouse.com Wed Mar 27 09:58:57 2019 From: Miroslav.Levanic at enghouse.com (Miroslav Levanic) Date: Wed, 27 Mar 2019 09:58:57 +0000 Subject: [Freeswitch-users] libsndfile in FreeSWITCH 1.8 Message-ID: <92d07c84b69948a9b228dc7f2ed3dbd6@enghouse.com> Hi I'm comparing source between FreeSWITCH v1.6 and v1.8 and found out that in 1.8 libsndfile project is not present and there is no original source code for this library, just pre-compiled libs and dlls files in libs\libsndfile-1.0.28.1.fda9c8d folder. I'm interesting is there some special reason for that? Regards, Miro -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Wed Mar 27 11:03:54 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 27 Mar 2019 14:03:54 +0300 Subject: [Freeswitch-users] libsndfile in FreeSWITCH 1.8 In-Reply-To: <92d07c84b69948a9b228dc7f2ed3dbd6@enghouse.com> References: <92d07c84b69948a9b228dc7f2ed3dbd6@enghouse.com> Message-ID: https://freeswitch.org/stash/projects/FS/repos/freeswitch/commits/32c16669c4c2fab6a1a88dc9980cf9b158c4f061 ср, 27 мар. 2019 г. в 13:20, Miroslav Levanic : > Hi > > > > I’m comparing source between FreeSWITCH v1.6 and v1.8 and found out that > in 1.8 libsndfile project is not present and there is no original source > code for this library, just pre-compiled libs and dlls files in > libs\libsndfile-1.0.28.1.fda9c8d folder. > > I’m interesting is there some special reason for that? > > > > Regards, > > Miro > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 d.mordovin at dwide.com Wed Mar 27 12:29:16 2019 From: d.mordovin at dwide.com (Dmitry Mordovin) Date: Wed, 27 Mar 2019 15:29:16 +0300 Subject: [Freeswitch-users] Hebrew sounds Message-ID: Hi I have install module mod_say_he but can't find Hebrew sounds. Does anyone knows link to download Hebrew sounds? Dmitry From lists at virtues.net Wed Mar 27 15:28:59 2019 From: lists at virtues.net (Thomas Auge) Date: Wed, 27 Mar 2019 12:28:59 -0300 Subject: [Freeswitch-users] Chrome M76 requires DTLS 1.2, doesn't work with FS 1.6 on Debian 8 Message-ID: <4d2d50cd-819c-321c-31f2-28a671f4d2fd@virtues.net> FYI for those still using FS 1.6 with webRTC clients: Chrome will require DTLS 1.2 starting with M76, which does not appear to work with FS 1.6 on Debian Jessie. Compiling with backported OpenSSL 1.0.2 did not help. https://freeswitch.org/jira/browse/FS-11730 Cheers! Thomas From harangozo.laszlo at tct.hu Wed Mar 27 13:10:24 2019 From: harangozo.laszlo at tct.hu (=?UTF-8?B?SGFyYW5nb3rDsywgTMOhc3psw7M=?=) Date: Wed, 27 Mar 2019 14:10:24 +0100 Subject: [Freeswitch-users] FS dev communication channel Message-ID: What is the "standard" dev communication channel these days? I have read the Community chapter from the docs but I am still confused. - The freeswitch-dev at lists.freeswitch.org list seems inactive (signed up 9 days ago, no traffic since) - The #freeswitch-dev on IRC seems also abandoned as the topic was set more than 4 years ago (whatever that means, I have never used IRC before) - The #freeswitch-dev channel on Slack is active, but I am not sure if this is the primary channel (as searching the history costs money) I have added a couple of features locally and would like to discuss how and what to contribute back. Hari -------------- next part -------------- An HTML attachment was scrubbed... URL: From daves at voxter.com Wed Mar 27 19:30:04 2019 From: daves at voxter.com (Dave Singer) Date: Wed, 27 Mar 2019 12:30:04 -0700 Subject: [Freeswitch-users] Video across loopback Message-ID: I'm using loopback for connecting calls in some situations but it seems that I can't get video to work when I use a loopback. The SIP captured on both inbound and outbound legs of the call set up the video fine with the 200 OK to the INVITE containing the proper SDP for H264 and the RTP for the video is getting to Freeswitch but not going out from freeswitch. T he logs that seem relevant... mod_loopback.c:158 loopback//context-a setup codec G7221/32000/20 then a little further down switch_ivr_originate.c:1273 Raw Codec Activation Success L16 at 32000hz 1 channel 20ms 0_23453543 at 192.168.88.221 2019-03-20 21:49:28.564575 [DEBUG] switch_core_codec.c:223 sofia/sipinterface_1/@ Push codec L16:100 Those are for audio but there are none for video. Is video not supported by loopback? I'm on Freeswitch 1.6.20.1 Thanks Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Mar 27 20:45:00 2019 From: brian at freeswitch.com (Brian West) Date: Wed, 27 Mar 2019 15:45:00 -0500 Subject: [Freeswitch-users] Video across loopback In-Reply-To: References: Message-ID: No it is not. /b On Wed, Mar 27, 2019 at 3:44 PM Dave Singer wrote: > I'm using loopback for connecting calls in some situations but it seems > that I can't get video to work when I use a loopback. > > The SIP captured on both inbound and outbound legs of the call set up the > video fine with the 200 OK to the INVITE containing the proper SDP for H264 > and the RTP for the video is getting to Freeswitch but not going out from > freeswitch. > T > he logs that seem relevant... > mod_loopback.c:158 loopback//context-a setup codec G7221/32000/20 > then a little further down > switch_ivr_originate.c:1273 Raw Codec Activation Success L16 at 32000hz 1 > channel 20ms > 0_23453543 at 192.168.88.221 2019-03-20 21:49:28.564575 [DEBUG] > switch_core_codec.c:223 sofia/sipinterface_1/@ Push codec > L16:100 > > Those are for audio but there are none for video. > > Is video not supported by loopback? > I'm on Freeswitch 1.6.20.1 > > Thanks > Dave > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Wed Mar 27 22:32:35 2019 From: krice at freeswitch.org (Ken Rice) Date: Wed, 27 Mar 2019 17:32:35 -0500 Subject: [Freeswitch-users] FS dev communication channel In-Reply-To: References: Message-ID: <0533F778-ACFE-46DB-ABCE-B8A47A63C012@freeswitch.org> you can discuss that here or join just the freeswitch slack or irc rooms the devs monitor all of the above or you could just open a jira and pull request against master and discuss things there Sent from my iPhone > On Mar 27, 2019, at 08:10, Harangozó, László wrote: > > What is the "standard" dev communication channel these days? I have read the Community chapter from the docs but I am still confused. > The freeswitch-dev at lists.freeswitch.org list seems inactive (signed up 9 days ago, no traffic since) > The #freeswitch-dev on IRC seems also abandoned as the topic was set more than 4 years ago (whatever that means, I have never used IRC before) > The #freeswitch-dev channel on Slack is active, but I am not sure if this is the primary channel (as searching the history costs money) > I have added a couple of features locally and would like to discuss how and what to contribute back. > > Hari > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Wed Mar 27 22:56:03 2019 From: alex at freeswitch.com (Alexey Sibyakin) Date: Thu, 28 Mar 2019 07:56:03 +0900 Subject: [Freeswitch-users] FS dev communication channel In-Reply-To: References: Message-ID: The main channel is Community Slack these days: https://goo.gl/c194BA Regards, Alex Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd Floor, Palo Alto, CA 94303 Email: alex at freeswitch.com Website: https://www.signalwire.com On Thu, Mar 28, 2019 at 5:50 AM Harangozó, László wrote: > What is the "standard" dev communication channel these days? I have read > the Community chapter > from the > docs but I am still confused. > > - The freeswitch-dev at lists.freeswitch.org list seems inactive (signed > up 9 days ago, no traffic since) > - The #freeswitch-dev on IRC seems also abandoned as the topic was set > more than 4 years ago (whatever that means, I have never used IRC before) > - The #freeswitch-dev channel on Slack is active, but I am not sure > if this is the primary channel (as searching the history costs money) > > I have added a couple of features locally and would like to discuss how > and what to contribute back. > > Hari > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 harangozo.laszlo at tct.hu Thu Mar 28 09:24:38 2019 From: harangozo.laszlo at tct.hu (=?UTF-8?B?SGFyYW5nb3rDsywgTMOhc3psw7M=?=) Date: Thu, 28 Mar 2019 10:24:38 +0100 Subject: [Freeswitch-users] FS dev communication channel In-Reply-To: <0533F778-ACFE-46DB-ABCE-B8A47A63C012@freeswitch.org> References: <0533F778-ACFE-46DB-ABCE-B8A47A63C012@freeswitch.org> Message-ID: Thank you guys, I will just open a Jira ticket and submit a PR for each feature. Ken Rice ezt írta (időpont: 2019. márc. 27., Sze, 23:33): > you can discuss that here or join just the freeswitch slack or irc rooms > the devs monitor all of the above > > or you could just open a jira and pull request against master and discuss > things there > > Sent from my iPhone > > On Mar 27, 2019, at 08:10, Harangozó, László > wrote: > > What is the "standard" dev communication channel these days? I have read > the Community chapter > from the > docs but I am still confused. > > - The freeswitch-dev at lists.freeswitch.org list seems inactive (signed > up 9 days ago, no traffic since) > - The #freeswitch-dev on IRC seems also abandoned as the topic was set > more than 4 years ago (whatever that means, I have never used IRC before) > - The #freeswitch-dev channel on Slack is active, but I am not sure > if this is the primary channel (as searching the history costs money) > > I have added a couple of features locally and would like to discuss how > and what to contribute back. > > Hari > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 Fri Mar 29 06:13:24 2019 From: moshe.rosenberg at gmail.com (Moshe Rosenberg) Date: Fri, 29 Mar 2019 02:13:24 -0400 Subject: [Freeswitch-users] Call transfer Message-ID: Hi With the old Panasonic system there was a feature that if we transfer a caller to an ext and the person does not answer it will not go to VM instead it would ring back to the user who tried to transfer the call How can we do that? In freeswitch -------------- next part -------------- An HTML attachment was scrubbed... URL: From abaci64 at gmail.com Sun Mar 31 05:20:08 2019 From: abaci64 at gmail.com (Abaci B) Date: Sun, 31 Mar 2019 01:20:08 -0400 Subject: [Freeswitch-users] Call transfer In-Reply-To: References: Message-ID: You can use transfer_fallback_extension https://freeswitch.org/confluence/display/FREESWITCH/transfer_fallback_extension On Sat, Mar 30, 2019 at 11:58 PM Moshe Rosenberg wrote: > Hi > > With the old Panasonic system there was a feature that if we transfer a > caller to an ext and the person does not answer it will not go to VM > instead it would ring back to the user who tried to transfer the call > > How can we do that? In freeswitch > > _________________________________________________________________________ > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users 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 gavin.henry at gmail.com Sun Mar 31 16:10:04 2019 From: gavin.henry at gmail.com (Gavin Henry) Date: Sun, 31 Mar 2019 17:10:04 +0100 Subject: [Freeswitch-users] record_session and file size In-Reply-To: References: Message-ID: Thanks Mike! -------------- next part -------------- An HTML attachment was scrubbed... URL: From gavin.henry at gmail.com Sun Mar 31 19:20:23 2019 From: gavin.henry at gmail.com (Gavin Henry) Date: Sun, 31 Mar 2019 20:20:23 +0100 Subject: [Freeswitch-users] record_session and file size In-Reply-To: References: Message-ID: Hi Mike, The only ones I see are: rtp_audio_in_raw_bytes 163136 rtp_audio_out_raw_bytes 139664 rtp_audio_in_media_bytes 163056 rtp_audio_out_media_bytes 139664 and these are there whether record_session is set or not. So I presume as the default file format is wav, which on the filesystem for the above call shows as 318444 bytes, then it's the combo of in_raw and out_raw, but that doesn't add up... The duration of the call is 21 secs, so if it's wav I could use https://en.wikipedia.org/wiki/WAV to work out the size as I don't want to access the filesystem. Thanks.