From olegstolyar at gmail.com Mon Aug 1 02:25:21 2016 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Sun, 31 Jul 2016 15:25:21 -0700 Subject: [Freeswitch-users] Fwd: Freeswitch call via WebRTC not work with Chrome 52 In-Reply-To: References: Message-ID: I ran into the same issue on Ubuntu 14.04 and it turns out that I needed to upgrade libssl-dev rather than openssl. Then rebuild FS. On Sun, Jul 31, 2016 at 4:09 AM, Hai Bui Duc Ha wrote: > Hi all, > > - I have problem with Freeswitch call via WebRTC on Chrome 52, I can't > establish the call and server appear log: > > > *2016-07-31 17:28:01.977603 [ERR] switch_rtp.c:2917 audio Handshake > failure 1* > - I have already researched on Internet: > https://groups.google.com/forum/?fromgroups#!topic/bigbluebutton-dev/5lR5WW_Nsog > - They told that: I need to update OpenSSL version to 1.0.2 or later > (currently is 1.0.1e-2+deb7u21) > - Because, my OS(Debian Wheezy 7.11) don't have OpenSSL 1.0.2 on the > repositories, so that I built this lib from source openssl-1.0.2h and also > built libcurl 7.42. > - After that, I re-built freeswitch like the guide at link > https://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#FreeSWITCH_v.1.4.2Fmaster_openssl_requirement_change > > - I use FreeSWITCH Version 1.4.26+git~20151119T204804Z~66cd7d6b1a~64bit > - But now, I still not work. You have any idea ? > > Thank for your support! > > Best regards, > Hai Bui > > -- > Hai Bui > VoIP engineer, Cvoice team, HTK-HCM Office > Mobile: +84-165-618-9876 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160731/d7cfc4be/attachment-0001.html From cody.rosenbloom at gmail.com Mon Aug 1 04:15:37 2016 From: cody.rosenbloom at gmail.com (Cody Rosenbloom) Date: Sun, 31 Jul 2016 20:15:37 -0400 Subject: [Freeswitch-users] Calls disconnecting when using interactive touch tone services(Fedex, Credit Card company etc) Message-ID: Hi, I have an issue where calls on Freeswitch hangup when using DTMF (i.e. ) interactive touch tone services. I traced the log while this was happening and it looks like an error in *switch_core_media.c * where it can't load a particular codec and appears to hangup. Does anyone have any suggestions on how to fix this? Log trace at http://pastebin.com/Ua7ji1fk Thanks Cody -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160731/fd4385cf/attachment.html From hawkins at hawkinsegroup.com Mon Aug 1 04:24:25 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Sun, 31 Jul 2016 19:24:25 -0500 Subject: [Freeswitch-users] Calls disconnecting when using interactive touch tone services(Fedex, Credit Card company etc) In-Reply-To: References: Message-ID: Cost, I'm not pro but.. switch_core_codec.c:721 Codec opus Exists but not at the desired implementation. 48000hz 5ms 1ch Sincerely, Don Hawkins Sent from my NationPCS? Nexus 6. On Jul 31, 2016 7:17 PM, "Cody Rosenbloom" wrote: > Hi, > > I have an issue where calls on Freeswitch hangup when using DTMF (i.e. ) > interactive touch tone services. I traced the log while this was happening > and it looks like an error in *switch_core_media.c * where it can't load > a particular codec and appears to hangup. Does anyone have any suggestions > on how to fix this? Log trace at http://pastebin.com/Ua7ji1fk > > > Thanks > Cody > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160731/319e919b/attachment.html From richard at treeboxsolutions.com Mon Aug 1 05:38:47 2016 From: richard at treeboxsolutions.com (Richard Chan) Date: Mon, 1 Aug 2016 09:38:47 +0800 Subject: [Freeswitch-users] rtcp-mux on B-leg but there is no signaling in SDP Message-ID: Hi list, FreeSWITCH 1.6.9 and the default configurations: FreeSWITHCH is using rtcp-mux on the B-leg without signalling in SDP (i.e. no rtcp-mux attribute). If I change rtcp_audio_interval_msec to passthru or say 2000 then there is explicit rtcp-mux in the INVITE SDP. The UAC I'm using, sends a few packets to RTP+1, FreeSWITCH sends RTCP with source port the same as RTP, and the UAC auto-adjusts after 10 or so packets. This UAC always includes an a=rtcp line even if the RTCP port is RTP+1. Is this a "bug"? I would expect FreeSWITCH to signal rtcp-mux on the B-leg. (On the A-leg, FreeSWITCH doesn't use rtcp-mux and includes an explicit rtcp port in SDP). -- Richard Chan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/a8ba74bf/attachment.html From mike at jerris.com Mon Aug 1 07:43:58 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 31 Jul 2016 23:43:58 -0400 Subject: [Freeswitch-users] Fwd: Freeswitch call via WebRTC not work with Chrome 52 In-Reply-To: References: Message-ID: you don't need 1.0.2, latest 1.0.1 (I think 1.0.1g is the min needed) is fine. Multiple people have confirmed this fixes this issue multiple times. If it's not workings you may have lib conflicts of some sort, still linking against the old one On Sunday, July 31, 2016, Hai Bui Duc Ha wrote: > Hi all, > > - I have problem with Freeswitch call via WebRTC on Chrome 52, I can't > establish the call and server appear log: > > > *2016-07-31 17:28:01.977603 [ERR] switch_rtp.c:2917 audio Handshake > failure 1* > - I have already researched on Internet: > https://groups.google.com/forum/?fromgroups#!topic/bigbluebutton-dev/5lR5WW_Nsog > - They told that: I need to update OpenSSL version to 1.0.2 or later > (currently is 1.0.1e-2+deb7u21) > - Because, my OS(Debian Wheezy 7.11) don't have OpenSSL 1.0.2 on the > repositories, so that I built this lib from source openssl-1.0.2h and also > built libcurl 7.42. > - After that, I re-built freeswitch like the guide at link > https://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#FreeSWITCH_v.1.4.2Fmaster_openssl_requirement_change > > - I use FreeSWITCH Version 1.4.26+git~20151119T204804Z~66cd7d6b1a~64bit > - But now, I still not work. You have any idea ? > > Thank for your support! > > Best regards, > Hai Bui > > -- > Hai Bui > VoIP engineer, Cvoice team, HTK-HCM Office > Mobile: +84-165-618-9876 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160731/cc4458af/attachment.html From mike at jerris.com Mon Aug 1 07:46:05 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 31 Jul 2016 23:46:05 -0400 Subject: [Freeswitch-users] Calls disconnecting when using interactive touch tone services(Fedex, Credit Card company etc) In-Reply-To: References: Message-ID: Try latest master On Sunday, July 31, 2016, Cody Rosenbloom wrote: > Hi, > > I have an issue where calls on Freeswitch hangup when using DTMF (i.e. ) > interactive touch tone services. I traced the log while this was happening > and it looks like an error in *switch_core_media.c * where it can't load > a particular codec and appears to hangup. Does anyone have any suggestions > on how to fix this? Log trace at http://pastebin.com/Ua7ji1fk > > > Thanks > Cody > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160731/5622f0f6/attachment.html From mike at jerris.com Mon Aug 1 07:48:08 2016 From: mike at jerris.com (Michael Jerris) Date: Sun, 31 Jul 2016 23:48:08 -0400 Subject: [Freeswitch-users] rtcp-mux on B-leg but there is no signaling in SDP In-Reply-To: References: Message-ID: I think we've corrected this in master already. On Sunday, July 31, 2016, Richard Chan wrote: > Hi list, > > FreeSWITCH 1.6.9 and the default configurations: > > FreeSWITHCH is using rtcp-mux on the B-leg without signalling in SDP (i.e. > no rtcp-mux attribute). > > If I change rtcp_audio_interval_msec to passthru or say 2000 then there is > explicit rtcp-mux in the INVITE SDP. > > The UAC I'm using, sends a few packets to RTP+1, FreeSWITCH sends RTCP > with source port the same as RTP, and the UAC auto-adjusts after 10 or so > packets. This UAC always includes an a=rtcp line even if the RTCP port is > RTP+1. > > Is this a "bug"? I would expect FreeSWITCH to signal rtcp-mux on the B-leg. > > (On the A-leg, FreeSWITCH doesn't use rtcp-mux and includes an explicit > rtcp port in SDP). > > > > > > -- > Richard Chan > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160731/a8dc8cb2/attachment-0001.html From hai.bui at htklabs.com Mon Aug 1 08:01:33 2016 From: hai.bui at htklabs.com (Hai Bui Duc Ha) Date: Mon, 1 Aug 2016 10:31:33 +0630 Subject: [Freeswitch-users] Fwd: Freeswitch call via WebRTC not work with Chrome 52 In-Reply-To: References: Message-ID: Hi Oleg, Thanks for your help! Actually, I use Debian Wheezy and they don't have openssl, libssl-dev package > 1.0.2. So that, I must build from source: + Openssl 1.0.2h: ./config --prefix=/usr/openssl102 shared make depend && make && make install + Freeswitch: ./configure --enable-core-odbc-support CFLAGS="-I/usr/openssl102/include" LDFLAGS="-L/usr/openssl102/lib" make && make install It still not work now, you have any idea ? Regards, Hai Bui On Mon, Aug 1, 2016 at 4:55 AM, Oleg Stolyar wrote: > I ran into the same issue on Ubuntu 14.04 and it turns out that I needed > to upgrade libssl-dev rather than openssl. Then rebuild FS. > > On Sun, Jul 31, 2016 at 4:09 AM, Hai Bui Duc Ha > wrote: > >> Hi all, >> >> - I have problem with Freeswitch call via WebRTC on Chrome 52, I can't >> establish the call and server appear log: >> >> >> *2016-07-31 17:28:01.977603 [ERR] switch_rtp.c:2917 audio Handshake >> failure 1* >> - I have already researched on Internet: >> https://groups.google.com/forum/?fromgroups#!topic/bigbluebutton-dev/5lR5WW_Nsog >> - They told that: I need to update OpenSSL version to 1.0.2 or later >> (currently is 1.0.1e-2+deb7u21) >> - Because, my OS(Debian Wheezy 7.11) don't have OpenSSL 1.0.2 on the >> repositories, so that I built this lib from source openssl-1.0.2h and also >> built libcurl 7.42. >> - After that, I re-built freeswitch like the guide at link >> https://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#FreeSWITCH_v.1.4.2Fmaster_openssl_requirement_change >> >> - I use FreeSWITCH Version 1.4.26+git~20151119T204804Z~66cd7d6b1a~64bit >> - But now, I still not work. You have any idea ? >> >> Thank for your support! >> >> Best regards, >> Hai Bui >> >> -- >> Hai Bui >> VoIP engineer, Cvoice team, HTK-HCM Office >> Mobile: +84-165-618-9876 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/245e8bd4/attachment.html From olegstolyar at gmail.com Mon Aug 1 08:13:54 2016 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Sun, 31 Jul 2016 21:13:54 -0700 Subject: [Freeswitch-users] Fwd: Freeswitch call via WebRTC not work with Chrome 52 In-Reply-To: References: Message-ID: As Michael said, 1.0.1g seems to work, so if you can find that version of the library, you might be OK. On Sun, Jul 31, 2016 at 9:01 PM, Hai Bui Duc Ha wrote: > Hi Oleg, > > Thanks for your help! > > Actually, I use Debian Wheezy and they don't have openssl, libssl-dev > package > 1.0.2. So that, I must build from source: > + Openssl 1.0.2h: > ./config --prefix=/usr/openssl102 shared > make depend && make && make install > + Freeswitch: > ./configure --enable-core-odbc-support > CFLAGS="-I/usr/openssl102/include" LDFLAGS="-L/usr/openssl102/lib" > make && make install > > It still not work now, you have any idea ? > > Regards, > Hai Bui > > > On Mon, Aug 1, 2016 at 4:55 AM, Oleg Stolyar > wrote: > >> I ran into the same issue on Ubuntu 14.04 and it turns out that I needed >> to upgrade libssl-dev rather than openssl. Then rebuild FS. >> >> On Sun, Jul 31, 2016 at 4:09 AM, Hai Bui Duc Ha >> wrote: >> >>> Hi all, >>> >>> - I have problem with Freeswitch call via WebRTC on Chrome 52, I can't >>> establish the call and server appear log: >>> >>> >>> *2016-07-31 17:28:01.977603 [ERR] switch_rtp.c:2917 audio Handshake >>> failure 1* >>> - I have already researched on Internet: >>> https://groups.google.com/forum/?fromgroups#!topic/bigbluebutton-dev/5lR5WW_Nsog >>> - They told that: I need to update OpenSSL version to 1.0.2 or later >>> (currently is 1.0.1e-2+deb7u21) >>> - Because, my OS(Debian Wheezy 7.11) don't have OpenSSL 1.0.2 on the >>> repositories, so that I built this lib from source openssl-1.0.2h and also >>> built libcurl 7.42. >>> - After that, I re-built freeswitch like the guide at link >>> https://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#FreeSWITCH_v.1.4.2Fmaster_openssl_requirement_change >>> >>> - I use FreeSWITCH Version 1.4.26+git~20151119T204804Z~66cd7d6b1a~64bit >>> - But now, I still not work. You have any idea ? >>> >>> Thank for your support! >>> >>> Best regards, >>> Hai Bui >>> >>> -- >>> Hai Bui >>> VoIP engineer, Cvoice team, HTK-HCM Office >>> Mobile: +84-165-618-9876 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Hai Bui > VoIP engineer, Cvoice team, HTK-HCM Office > Mobile: +84-165-618-9876 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160731/44db524a/attachment.html From danielnazareth89 at gmail.com Mon Aug 1 08:16:32 2016 From: danielnazareth89 at gmail.com (Daniel Nazareth) Date: Mon, 1 Aug 2016 00:16:32 -0400 Subject: [Freeswitch-users] Calls disconnecting when using interactive touch tone services(Fedex, Credit Card company etc) In-Reply-To: References: Message-ID: Thanks for the advice Michael.To be clear, I originally installed using apt-get install -y freeswitch-meta-all on Debian 8. Is an apt-get update (which puts me on version 1.6.9-16-d574870~64bit ) sufficient or do I need to autoremove and build fresh from master? Sorry for the extra questions, this system already works (apart from this DTMF thing ) in production so I want to change as little as possible. Thanks Cody On Sun, Jul 31, 2016 at 11:46 PM, Michael Jerris wrote: > Try latest master > > > On Sunday, July 31, 2016, Cody Rosenbloom > wrote: > >> Hi, >> >> I have an issue where calls on Freeswitch hangup when using DTMF (i.e. ) >> interactive touch tone services. I traced the log while this was happening >> and it looks like an error in *switch_core_media.c * where it can't load >> a particular codec and appears to hangup. Does anyone have any suggestions >> on how to fix this? Log trace at http://pastebin.com/Ua7ji1fk >> >> >> Thanks >> Cody >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/14766b47/attachment-0001.html From hai.bui at htklabs.com Mon Aug 1 09:15:12 2016 From: hai.bui at htklabs.com (Hai Bui Duc Ha) Date: Mon, 1 Aug 2016 11:45:12 +0630 Subject: [Freeswitch-users] Fwd: Freeswitch call via WebRTC not work with Chrome 52 In-Reply-To: References: Message-ID: Hi Michael and Oleg, I had updated libssl-dev=1.0.2 from Debian SID (unstable) before I read your replies. I built and installed freeswitch ok, but I could not run it: /usr/local/freeswitch/bin/freeswitch *2016-08-01 12:07:51.185162 [ERR] sofia_glue.c:313 Invalid tls-verify-policy value: none2016-08-01 12:07:51.185207 [INFO] sofia.c:5408 Setting MAX Auth Validity to 0 Attempts2016-08-01 12:07:51.185264 [NOTICE] sofia.c:5575 Started Profile external [sofia_reg_external]2016-08-01 12:07:51.185680 [ERR] sofia_glue.c:313 Invalid tls-verify-policy value: none2016-08-01 12:07:51.185895 [INFO] sofia.c:5408 Setting MAX Auth Validity to 0 Attempts2016-08-01 12:07:51.185958 [NOTICE] sofia.c:5575 Started Profile internal [sofia_reg_internal]2016-08-01 12:07:51.186744 [WARNING] sofia.c:1937 MSG Thread 0 Started2016-08-01 12:07:51.191798 [INFO] switch_core_sqldb.c:1693 sofia:external Starting SQL thread.2016-08-01 12:07:51.198735 [INFO] switch_core_sqldb.c:1693 sofia:internal Starting SQL thread.*** Error in `/usr/local/freeswitch/bin/freeswitch': free(): invalid pointer: 0x0000000001a78c60 ***======= Backtrace: =========* Regards, Hai Bui On Mon, Aug 1, 2016 at 10:13 AM, Michael Jerris wrote: > you don't need 1.0.2, latest 1.0.1 (I think 1.0.1g is the min needed) is > fine. Multiple people have confirmed this fixes this issue multiple > times. If it's not workings you may have lib conflicts of some sort, still > linking against the old one > > > On Sunday, July 31, 2016, Hai Bui Duc Ha wrote: > >> Hi all, >> >> - I have problem with Freeswitch call via WebRTC on Chrome 52, I can't >> establish the call and server appear log: >> >> >> *2016-07-31 17:28:01.977603 [ERR] switch_rtp.c:2917 audio Handshake >> failure 1* >> - I have already researched on Internet: >> https://groups.google.com/forum/?fromgroups#!topic/bigbluebutton-dev/5lR5WW_Nsog >> - They told that: I need to update OpenSSL version to 1.0.2 or later >> (currently is 1.0.1e-2+deb7u21) >> - Because, my OS(Debian Wheezy 7.11) don't have OpenSSL 1.0.2 on the >> repositories, so that I built this lib from source openssl-1.0.2h and also >> built libcurl 7.42. >> - After that, I re-built freeswitch like the guide at link >> https://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#FreeSWITCH_v.1.4.2Fmaster_openssl_requirement_change >> >> - I use FreeSWITCH Version 1.4.26+git~20151119T204804Z~66cd7d6b1a~64bit >> - But now, I still not work. You have any idea ? >> >> Thank for your support! >> >> Best regards, >> Hai Bui >> >> -- >> Hai Bui >> VoIP engineer, Cvoice team, HTK-HCM Office >> Mobile: +84-165-618-9876 >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/4da443e8/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Freeswitch_core_dump.log Type: application/octet-stream Size: 7704 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/4da443e8/attachment.obj From mike at jerris.com Mon Aug 1 09:45:51 2016 From: mike at jerris.com (Michael Jerris) Date: Mon, 1 Aug 2016 01:45:51 -0400 Subject: [Freeswitch-users] Calls disconnecting when using interactive touch tone services(Fedex, Credit Card company etc) In-Reply-To: References: Message-ID: The unstable packages are off master On Monday, August 1, 2016, Daniel Nazareth wrote: > Thanks for the advice Michael.To be clear, I originally installed using > apt-get install -y freeswitch-meta-all on Debian 8. Is an apt-get update > (which puts me on version 1.6.9-16-d574870~64bit ) sufficient or do I need > to autoremove and build fresh from master? Sorry for the extra questions, > this system already works (apart from this DTMF thing ) in production so I > want to change as little as possible. > > Thanks > Cody > > On Sun, Jul 31, 2016 at 11:46 PM, Michael Jerris > wrote: > >> Try latest master >> >> >> On Sunday, July 31, 2016, Cody Rosenbloom > > wrote: >> >>> Hi, >>> >>> I have an issue where calls on Freeswitch hangup when using DTMF (i.e. ) >>> interactive touch tone services. I traced the log while this was happening >>> and it looks like an error in *switch_core_media.c * where it can't >>> load a particular codec and appears to hangup. Does anyone have any >>> suggestions on how to fix this? Log trace at >>> http://pastebin.com/Ua7ji1fk >>> >>> >>> Thanks >>> Cody >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/5bd7782e/attachment-0001.html From mike at jerris.com Mon Aug 1 09:53:09 2016 From: mike at jerris.com (Michael Jerris) Date: Mon, 1 Aug 2016 01:53:09 -0400 Subject: [Freeswitch-users] Fwd: Freeswitch call via WebRTC not work with Chrome 52 In-Reply-To: References: Message-ID: switching to 1.0.2 is a bad idea, it breaks api and will require rebuilding tons of libs. Try backporing 1.0.1 from Jesse instead On Monday, August 1, 2016, Hai Bui Duc Ha wrote: > Hi Michael and Oleg, > > I had updated libssl-dev=1.0.2 from Debian SID (unstable) before I read > your replies. > I built and installed freeswitch ok, but I could not run it: > /usr/local/freeswitch/bin/freeswitch > > > > > > > > > > > > *2016-08-01 12:07:51.185162 [ERR] sofia_glue.c:313 Invalid > tls-verify-policy value: none2016-08-01 12:07:51.185207 [INFO] sofia.c:5408 > Setting MAX Auth Validity to 0 Attempts2016-08-01 12:07:51.185264 [NOTICE] > sofia.c:5575 Started Profile external [sofia_reg_external]2016-08-01 > 12:07:51.185680 [ERR] sofia_glue.c:313 Invalid tls-verify-policy value: > none2016-08-01 12:07:51.185895 [INFO] sofia.c:5408 Setting MAX Auth > Validity to 0 Attempts2016-08-01 12:07:51.185958 [NOTICE] sofia.c:5575 > Started Profile internal [sofia_reg_internal]2016-08-01 12:07:51.186744 > [WARNING] sofia.c:1937 MSG Thread 0 Started2016-08-01 12:07:51.191798 > [INFO] switch_core_sqldb.c:1693 sofia:external Starting SQL > thread.2016-08-01 12:07:51.198735 [INFO] switch_core_sqldb.c:1693 > sofia:internal Starting SQL thread.*** Error in > `/usr/local/freeswitch/bin/freeswitch': free(): invalid pointer: > 0x0000000001a78c60 ***======= Backtrace: =========* > > Regards, > Hai Bui > > > On Mon, Aug 1, 2016 at 10:13 AM, Michael Jerris > wrote: > >> you don't need 1.0.2, latest 1.0.1 (I think 1.0.1g is the min needed) is >> fine. Multiple people have confirmed this fixes this issue multiple >> times. If it's not workings you may have lib conflicts of some sort, still >> linking against the old one >> >> >> On Sunday, July 31, 2016, Hai Bui Duc Ha > > wrote: >> >>> Hi all, >>> >>> - I have problem with Freeswitch call via WebRTC on Chrome 52, I can't >>> establish the call and server appear log: >>> >>> >>> *2016-07-31 17:28:01.977603 [ERR] switch_rtp.c:2917 audio Handshake >>> failure 1* >>> - I have already researched on Internet: >>> https://groups.google.com/forum/?fromgroups#!topic/bigbluebutton-dev/5lR5WW_Nsog >>> - They told that: I need to update OpenSSL version to 1.0.2 or later >>> (currently is 1.0.1e-2+deb7u21) >>> - Because, my OS(Debian Wheezy 7.11) don't have OpenSSL 1.0.2 on the >>> repositories, so that I built this lib from source openssl-1.0.2h and also >>> built libcurl 7.42. >>> - After that, I re-built freeswitch like the guide at link >>> https://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#FreeSWITCH_v.1.4.2Fmaster_openssl_requirement_change >>> >>> - I use FreeSWITCH Version 1.4.26+git~20151119T204804Z~66cd7d6b1a~64bit >>> - But now, I still not work. You have any idea ? >>> >>> Thank for your support! >>> >>> Best regards, >>> Hai Bui >>> >>> -- >>> Hai Bui >>> VoIP engineer, Cvoice team, HTK-HCM Office >>> Mobile: +84-165-618-9876 >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Hai Bui > VoIP engineer, Cvoice team, HTK-HCM Office > Mobile: +84-165-618-9876 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/5d0e6e23/attachment.html From saurabhkv01 at gmail.com Mon Aug 1 10:54:16 2016 From: saurabhkv01 at gmail.com (Saurabh Verma) Date: Mon, 1 Aug 2016 12:24:16 +0530 Subject: [Freeswitch-users] Implementing One Way audio through Freeswitch(Default Mode) Message-ID: Hi I want to implement One Way Audio through Freeswitch in Default mode. *SoftClient1 ---------> FREESWITCH ----------> SoftClient2* *a=sendonly (Default Mode) * For this i have hardcoded the media attribute for audio as sendonly in Softclient1.Everytime Softclient1 will initiate the call to softclient2.Now when i make a call,Softclient1 sends *sendonly as media attribute in SDP of INVITE packet*.Freeswitch replies with recvonly in the 200OK.When Freeswitch forwards the Invite to Softclient2 ,*we can't see any media attribute* parameter in it and Softclient2 replies to FREESWITCH with *sendrecv in 200OK *and hence Both way media is flowing instead of one way. Generally if a SIP client receives sendonly in Invite, it will send recvonly in 200OK by default.But here Freeswitch is modifying it and not forwarding sendonly to SoftClient2. ? Why Freeswitch is not forwarding the sendonly in invite to SoftClient2? How can we implement this using Default mode? Can somebody help me with this? -- *With Warm Regards:* *Saurabh Kumar Verma* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/074a51d4/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Call_Flow.png Type: image/png Size: 21576 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/074a51d4/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: Call_Flow.png Type: image/png Size: 21576 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/074a51d4/attachment-0003.png From hai.bui at htklabs.com Mon Aug 1 10:59:37 2016 From: hai.bui at htklabs.com (Hai Bui Duc Ha) Date: Mon, 1 Aug 2016 13:29:37 +0630 Subject: [Freeswitch-users] Fwd: Freeswitch call via WebRTC not work with Chrome 52 In-Reply-To: References: Message-ID: Hi Michael, Thanks for advice ! I will test it. Regards, Hai Bui On Mon, Aug 1, 2016 at 12:23 PM, Michael Jerris wrote: > switching to 1.0.2 is a bad idea, it breaks api and will require > rebuilding tons of libs. Try backporing 1.0.1 from Jesse instead > > > On Monday, August 1, 2016, Hai Bui Duc Ha wrote: > >> Hi Michael and Oleg, >> >> I had updated libssl-dev=1.0.2 from Debian SID (unstable) before I read >> your replies. >> I built and installed freeswitch ok, but I could not run it: >> /usr/local/freeswitch/bin/freeswitch >> >> >> >> >> >> >> >> >> >> >> >> *2016-08-01 12:07:51.185162 [ERR] sofia_glue.c:313 Invalid >> tls-verify-policy value: none2016-08-01 12:07:51.185207 [INFO] sofia.c:5408 >> Setting MAX Auth Validity to 0 Attempts2016-08-01 12:07:51.185264 [NOTICE] >> sofia.c:5575 Started Profile external [sofia_reg_external]2016-08-01 >> 12:07:51.185680 [ERR] sofia_glue.c:313 Invalid tls-verify-policy value: >> none2016-08-01 12:07:51.185895 [INFO] sofia.c:5408 Setting MAX Auth >> Validity to 0 Attempts2016-08-01 12:07:51.185958 [NOTICE] sofia.c:5575 >> Started Profile internal [sofia_reg_internal]2016-08-01 12:07:51.186744 >> [WARNING] sofia.c:1937 MSG Thread 0 Started2016-08-01 12:07:51.191798 >> [INFO] switch_core_sqldb.c:1693 sofia:external Starting SQL >> thread.2016-08-01 12:07:51.198735 [INFO] switch_core_sqldb.c:1693 >> sofia:internal Starting SQL thread.*** Error in >> `/usr/local/freeswitch/bin/freeswitch': free(): invalid pointer: >> 0x0000000001a78c60 ***======= Backtrace: =========* >> >> Regards, >> Hai Bui >> >> >> On Mon, Aug 1, 2016 at 10:13 AM, Michael Jerris wrote: >> >>> you don't need 1.0.2, latest 1.0.1 (I think 1.0.1g is the min needed) is >>> fine. Multiple people have confirmed this fixes this issue multiple >>> times. If it's not workings you may have lib conflicts of some sort, still >>> linking against the old one >>> >>> >>> On Sunday, July 31, 2016, Hai Bui Duc Ha wrote: >>> >>>> Hi all, >>>> >>>> - I have problem with Freeswitch call via WebRTC on Chrome 52, I can't >>>> establish the call and server appear log: >>>> >>>> >>>> *2016-07-31 17:28:01.977603 [ERR] switch_rtp.c:2917 audio Handshake >>>> failure 1* >>>> - I have already researched on Internet: >>>> https://groups.google.com/forum/?fromgroups#!topic/bigbluebutton-dev/5lR5WW_Nsog >>>> - They told that: I need to update OpenSSL version to 1.0.2 or later >>>> (currently is 1.0.1e-2+deb7u21) >>>> - Because, my OS(Debian Wheezy 7.11) don't have OpenSSL 1.0.2 on the >>>> repositories, so that I built this lib from source openssl-1.0.2h and also >>>> built libcurl 7.42. >>>> - After that, I re-built freeswitch like the guide at link >>>> https://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#FreeSWITCH_v.1.4.2Fmaster_openssl_requirement_change >>>> >>>> - I use FreeSWITCH Version 1.4.26+git~20151119T204804Z~66cd7d6b1a~64bit >>>> - But now, I still not work. You have any idea ? >>>> >>>> Thank for your support! >>>> >>>> Best regards, >>>> Hai Bui >>>> >>>> -- >>>> Hai Bui >>>> VoIP engineer, Cvoice team, HTK-HCM Office >>>> Mobile: +84-165-618-9876 >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Hai Bui >> VoIP engineer, Cvoice team, HTK-HCM Office >> Mobile: +84-165-618-9876 >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/e7216c86/attachment.html From s.safarov at gmail.com Mon Aug 1 11:47:53 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 01 Aug 2016 07:47:53 +0000 Subject: [Freeswitch-users] Implementing One Way audio through Freeswitch(Default Mode) In-Reply-To: References: Message-ID: I think FreeSwitch guys will help you implement this requirements. Also you will get understanding how to FreeSwitch working. Please write your requirements to consulting at freeswitch.org https://freeswitch.com/cart.php?gid=4 ??, 1 ???. 2016 ?. ? 9:55, Saurabh Verma : > Hi > > I want to implement One Way Audio through Freeswitch in Default mode. > > *SoftClient1 ---------> FREESWITCH ----------> SoftClient2* > *a=sendonly (Default Mode) * > > For this i have hardcoded the media attribute for audio as sendonly in > Softclient1.Everytime Softclient1 will initiate the call to softclient2.Now > when i make a call,Softclient1 sends *sendonly as media attribute in SDP > of INVITE packet*.Freeswitch replies with recvonly in the 200OK.When > Freeswitch forwards the Invite to Softclient2 ,*we can't see any media > attribute* parameter in it and Softclient2 replies to FREESWITCH with *sendrecv > in 200OK *and hence Both way media is flowing instead of one way. > > Generally if a SIP client receives sendonly in Invite, it will send > recvonly in 200OK by default.But here Freeswitch is modifying it and not > forwarding sendonly to SoftClient2. > > > ? > Why Freeswitch is not forwarding the sendonly in invite to SoftClient2? > How can we implement this using Default mode? > > Can somebody help me with this? > > > > -- > *With Warm Regards:* > *Saurabh Kumar Verma* > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/c4af78d0/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Call_Flow.png Type: image/x-png Size: 21576 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/c4af78d0/attachment-0001.bin From hai.bui at htklabs.com Mon Aug 1 13:31:05 2016 From: hai.bui at htklabs.com (Hai Bui Duc Ha) Date: Mon, 1 Aug 2016 16:01:05 +0630 Subject: [Freeswitch-users] Fwd: Freeswitch call via WebRTC not work with Chrome 52 In-Reply-To: References: Message-ID: Hi Michael, I have already installed openssl1.0.1t from source and rebuilt freeswitch. It worked now. Many thank you, Michael and Oleg. Best wish, Hai Bui On Mon, Aug 1, 2016 at 1:29 PM, Hai Bui Duc Ha wrote: > Hi Michael, > > Thanks for advice ! > I will test it. > > Regards, > Hai Bui > > On Mon, Aug 1, 2016 at 12:23 PM, Michael Jerris wrote: > >> switching to 1.0.2 is a bad idea, it breaks api and will require >> rebuilding tons of libs. Try backporing 1.0.1 from Jesse instead >> >> >> On Monday, August 1, 2016, Hai Bui Duc Ha wrote: >> >>> Hi Michael and Oleg, >>> >>> I had updated libssl-dev=1.0.2 from Debian SID (unstable) before I read >>> your replies. >>> I built and installed freeswitch ok, but I could not run it: >>> /usr/local/freeswitch/bin/freeswitch >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> *2016-08-01 12:07:51.185162 [ERR] sofia_glue.c:313 Invalid >>> tls-verify-policy value: none2016-08-01 12:07:51.185207 [INFO] sofia.c:5408 >>> Setting MAX Auth Validity to 0 Attempts2016-08-01 12:07:51.185264 [NOTICE] >>> sofia.c:5575 Started Profile external [sofia_reg_external]2016-08-01 >>> 12:07:51.185680 [ERR] sofia_glue.c:313 Invalid tls-verify-policy value: >>> none2016-08-01 12:07:51.185895 [INFO] sofia.c:5408 Setting MAX Auth >>> Validity to 0 Attempts2016-08-01 12:07:51.185958 [NOTICE] sofia.c:5575 >>> Started Profile internal [sofia_reg_internal]2016-08-01 12:07:51.186744 >>> [WARNING] sofia.c:1937 MSG Thread 0 Started2016-08-01 12:07:51.191798 >>> [INFO] switch_core_sqldb.c:1693 sofia:external Starting SQL >>> thread.2016-08-01 12:07:51.198735 [INFO] switch_core_sqldb.c:1693 >>> sofia:internal Starting SQL thread.*** Error in >>> `/usr/local/freeswitch/bin/freeswitch': free(): invalid pointer: >>> 0x0000000001a78c60 ***======= Backtrace: =========* >>> >>> Regards, >>> Hai Bui >>> >>> >>> On Mon, Aug 1, 2016 at 10:13 AM, Michael Jerris wrote: >>> >>>> you don't need 1.0.2, latest 1.0.1 (I think 1.0.1g is the min >>>> needed) is fine. Multiple people have confirmed this fixes this issue >>>> multiple times. If it's not workings you may have lib conflicts of some >>>> sort, still linking against the old one >>>> >>>> >>>> On Sunday, July 31, 2016, Hai Bui Duc Ha wrote: >>>> >>>>> Hi all, >>>>> >>>>> - I have problem with Freeswitch call via WebRTC on Chrome 52, I can't >>>>> establish the call and server appear log: >>>>> >>>>> >>>>> *2016-07-31 17:28:01.977603 [ERR] switch_rtp.c:2917 audio Handshake >>>>> failure 1* >>>>> - I have already researched on Internet: >>>>> https://groups.google.com/forum/?fromgroups#!topic/bigbluebutton-dev/5lR5WW_Nsog >>>>> - They told that: I need to update OpenSSL version to 1.0.2 or later >>>>> (currently is 1.0.1e-2+deb7u21) >>>>> - Because, my OS(Debian Wheezy 7.11) don't have OpenSSL 1.0.2 on the >>>>> repositories, so that I built this lib from source openssl-1.0.2h and also >>>>> built libcurl 7.42. >>>>> - After that, I re-built freeswitch like the guide at link >>>>> https://wiki.freeswitch.org/wiki/Download_%26_Installation_Guide#FreeSWITCH_v.1.4.2Fmaster_openssl_requirement_change >>>>> >>>>> - I use FreeSWITCH Version 1.4.26+git~20151119T204804Z~66cd7d6b1a~64bit >>>>> - But now, I still not work. You have any idea ? >>>>> >>>>> Thank for your support! >>>>> >>>>> Best regards, >>>>> Hai Bui >>>>> >>>>> -- >>>>> Hai Bui >>>>> VoIP engineer, Cvoice team, HTK-HCM Office >>>>> Mobile: +84-165-618-9876 >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Hai Bui >>> VoIP engineer, Cvoice team, HTK-HCM Office >>> Mobile: +84-165-618-9876 >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Hai Bui > VoIP engineer, Cvoice team, HTK-HCM Office > Mobile: +84-165-618-9876 > -- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/fc6a2467/attachment.html From uzair.iltifat.ahmed at gmail.com Mon Aug 1 15:47:02 2016 From: uzair.iltifat.ahmed at gmail.com (uzair iltifat) Date: Mon, 1 Aug 2016 07:47:02 -0400 Subject: [Freeswitch-users] fusionPBX Message-ID: Hi I am installing an rpm file "freeswitch-sounds-music-48000-1.0.8-5.1.noarch.rpm" but getting hthis error ------ warning: 222.rpm: Header V4 RSA/SHA1 Signature, key ID ac25decd: NOKEY error: Failed dependencies: freeswitch is needed by freeswitch-sounds-music-48000-1.0.51-2.el6.noarch ------ http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ Uzair Ahmed [image: http://]about.me/uzairIltifat http://uzair.ahmed.netcv.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/47e71693/attachment.html From mike at jerris.com Mon Aug 1 17:27:48 2016 From: mike at jerris.com (Michael Jerris) Date: Mon, 1 Aug 2016 09:27:48 -0400 Subject: [Freeswitch-users] Implementing One Way audio through Freeswitch(Default Mode) In-Reply-To: References: Message-ID: On Monday, August 1, 2016, Saurabh Verma wrote: > Hi > > I want to implement One Way Audio through Freeswitch in Default mode. > > *SoftClient1 ---------> FREESWITCH ----------> SoftClient2* > *a=sendonly (Default Mode) * > > For this i have hardcoded the media attribute for audio as sendonly in > Softclient1.Everytime Softclient1 will initiate the call to softclient2.Now > when i make a call,Softclient1 sends *sendonly as media attribute in SDP > of INVITE packet*.Freeswitch replies with recvonly in the 200OK.When > Freeswitch forwards the Invite to Softclient2 ,*we can't see any media > attribute* parameter in it and Softclient2 replies to FREESWITCH with *sendrecv > in 200OK *and hence Both way media is flowing instead of one way. > > Generally if a SIP client receives sendonly in Invite, it will send > recvonly in 200OK by default. > > And that's is what we are doing here > But here Freeswitch is modifying it and not forwarding sendonly to > SoftClient2. > > > > ? > Please understand these are 2 different calls. Depending on your codec negotiation settings the sdp may be related to different degrees or not related at all. > Why Freeswitch is not forwarding the sendonly in invite to SoftClient2? > If you are looking for FreeSWITCH to copy the exact sdp and forward it, use bypass media > How can we implement this using Default mode? > > What is default mode? > Can somebody help me with this? > > > > -- > *With Warm Regards:* > *Saurabh Kumar Verma* > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/be4873ce/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Call_Flow.png Type: image/png Size: 21576 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/be4873ce/attachment-0001.png From aubalde at presenceco.com Mon Aug 1 18:22:55 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Mon, 1 Aug 2016 16:22:55 +0200 Subject: [Freeswitch-users] Disable IPV6 Message-ID: Hi all, Anyone knows if is possible to disable ipv6 from configuration files? Thanks, *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/51e19021/attachment.html From brian at freeswitch.org Mon Aug 1 18:25:28 2016 From: brian at freeswitch.org (Brian West) Date: Mon, 1 Aug 2016 09:25:28 -0500 Subject: [Freeswitch-users] Disable IPV6 In-Reply-To: References: Message-ID: Just disable it on your system if you don't want to use IPv6, but you shouldn't be thinking like that, you should embrace IPv6 NOW. On Mon, Aug 1, 2016 at 9:22 AM, Agust? Ubalde wrote: > Hi all, > > Anyone knows if is possible to disable ipv6 from configuration files? > > > Thanks, > > *PRESENCE TECHNOLOGY* > *Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > > *Follow us on:* > > *[image: tw]* *[image: yt]* > *[image: in]* > *[image: ss]* > *[image: fb]* > > > For additional information, please visit our website *www.presenceco.com* > > > > *Presence Technology - DisclaimerThis message, its content and any file > attached thereto is for the intended recipient only and is confidential and > /or privileged. If you have received this e-mail in error or had access to > it, you should note that the information in it is private and any use > thereof is unauthorized. In such an event please notify us by e-mail or by > telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by > whatsoever means and any transmission or dissemination thereof to other > persons is prohibited. It should be deleted immediately from your system. > Presence Technology reserves the right to take legal action against any > persons unlawfully gaining access to the content of any external message it > has emitted.* > > *For additional information, please visit our website **www.presenceco.com > * > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/d80febc6/attachment.html From bipin at xbipin.com Mon Aug 1 18:34:02 2016 From: bipin at xbipin.com (Bipin Patel) Date: Mon, 1 Aug 2016 18:34:02 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/8235e016/attachment.html From mirkobrankovic at gmail.com Mon Aug 1 18:39:58 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Mon, 1 Aug 2016 16:39:58 +0200 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: Message-ID: HI, Do you do answer before the bridge? Turn on SIP and Verto trace and see if 180/183 is propagated correctly into verto event "originalChannelCallState": "RINGING", after verto.invite. -mirko On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel wrote: > i have successfully setup VC with FS with all the certs etc and all calls > coming from verto goto sip gateway and from there to pstn line. The calls > go all fine with 2 way audio but the only problem im facing is when the > verto user calls a number, he cant hear any ringtone and in cases where the > remote party mobile is switched of that time the wireless carrier usually > gives a phone switched off or out of coverage ivr but all those are not > heard to the verto user. Is there any way to fix this or probably bridge > the ringing received from remote side to verto caller, i dont want to > generate any local ring back on FS > > > -- > Regards, > Bipin > > > ------------------------------ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/c513de5a/attachment-0001.html From bipin at xbipin.com Mon Aug 1 19:08:10 2016 From: bipin at xbipin.com (Bipin Patel) Date: Mon, 1 Aug 2016 19:08:10 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: Message-ID: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/e03688a0/attachment.html From mirkobrankovic at gmail.com Mon Aug 1 19:19:24 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Mon, 1 Aug 2016 17:19:24 +0200 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> Message-ID: yes increase the debug value to maybe 10 in verto.xml.conf and sofia global siptrace on and see what is going on. On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel wrote: > hi, > > yes i have answer before the bridge but i even tried without answer and > both ways no ringtone came, ill check the trace and get back > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: Mirko Brankovic > > To: FreeSWITCH Users Help > > Date: 8/1/2016, 6:39:58 PM > > HI, > Do you do answer before the bridge? > > Turn on SIP and Verto trace and see if 180/183 is propagated correctly > into verto event "originalChannelCallState": "RINGING", after > verto.invite. > > -mirko > > > On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel wrote: > >> i have successfully setup VC with FS with all the certs etc and all calls >> coming from verto goto sip gateway and from there to pstn line. The calls >> go all fine with 2 way audio but the only problem im facing is when the >> verto user calls a number, he cant hear any ringtone and in cases where the >> remote party mobile is switched of that time the wireless carrier usually >> gives a phone switched off or out of coverage ivr but all those are not >> heard to the verto user. Is there any way to fix this or probably bridge >> the ringing received from remote side to verto caller, i dont want to >> generate any local ring back on FS >> >> >> -- >> Regards, >> Bipin >> >> >> ------------------------------ >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/72b18804/attachment.html From bipin at xbipin.com Mon Aug 1 19:35:42 2016 From: bipin at xbipin.com (Bipin Patel) Date: Mon, 1 Aug 2016 19:35:42 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> Message-ID: <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/9102c96b/attachment-0001.html From s.rath at voverc.com Mon Aug 1 19:37:10 2016 From: s.rath at voverc.com (Sangram Rath) Date: Mon, 1 Aug 2016 21:07:10 +0530 Subject: [Freeswitch-users] freeswitch wan.auto ipv6 problem In-Reply-To: References: Message-ID: Hi Mike, We also tried fs 1.6 and received the same issue. Again only webrtc does not work. Message on fs_cli is: *[WARNING] switch_core_media.c:3392 NO candidate ACL defined, Defaulting to wan.auto* In fs 1.4.23, we were able to resolve it by adding *apply-candidate-acl*, I understand what it does but is that right in the sense that it resolved the issue? Thanks, Sangram On 29 July 2016 at 05:57, Michael Jerris wrote: > I strongly reccomend using FreeSWITCH 1.6 for this. 1.4 is no longer > receiving any updates except for critical secuity fixes and significant > work has been done on the area you are having issues with in 1.6. > > > On Thursday, July 28, 2016, Sangram Rath wrote: > >> Hi Group, >> >> We have an issue here where we are not able to make inbound/outbound >> calls using a websocket application that uses sipjs. >> We think that wan.auto is not excluding IPv6. This problem is related to >> ICE. There was a bug on this that was fixed in 1.4.19. >> >> Additional info: >> - The platform is Kazoo >> - FS version: 1.4.23 (also tried upgrading to 1.4.26) >> - IPv6 is disabled in the OS >> >> We have the below in logs: >> [WARNING] switch_core_media.c:2790 NO candidate ACL defined, Defaulting >> to wan.auto >> [DEBUG] switch_core_media.c:5178 AUDIO RTP [sofia/sipinterface_1/ >> DPRD025488 at somedomain.com] x.x.x.x port 24092 -> >> 2001::5ef5:79fd:207f:3d43:3f57:fe92 port 61975 codec: 8 ms: 20 >> [DEBUG] switch_rtp.c:3588 Not using a timer >> [INFO] switch_core_media.c:5352 Activating Audio ICE >> [NOTICE] switch_rtp.c:4029 Activating RTP audio ICE: >> bveNJceaOHdVG0Tq:tThuJX7NS3O8dtZ1 2001::5ef5:79fd:207f:3d43:3f57:fe92:61975 >> [INFO] switch_core_media.c:5395 Activating RTCP PORT 61975 >> [DEBUG] switch_rtp.c:3929 RTCP send rate is: 10000 and packet rate is: >> 20000 Remote Port: 61975 >> [DEBUG] switch_rtp.c:2349 Setting RTCP remote addr to :61975 >> [INFO] switch_core_media.c:5403 Skipping RTCP ICE (Same as RTP) >> [INFO] switch_rtp.c:3104 Activate RTP/RTCP audio DTLS client >> >> It would be great to have ideas on what could be the reason. >> >> Thanks, >> Sangram >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/6ed27786/attachment.html From olegstolyar at gmail.com Mon Aug 1 19:41:53 2016 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Mon, 1 Aug 2016 08:41:53 -0700 Subject: [Freeswitch-users] Conference recording in stereo In-Reply-To: References: Message-ID: How do I set up a conference in stereo? I tried to use the member positional flag but it did not result in a stereo recording. On Fri, Jul 29, 2016 at 10:34 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > If the conference is setup in stereo, it will record that way. > Its based on the openal positioning > > > On Friday, July 29, 2016, Oleg Stolyar wrote: > >> Hi guys, >> >> is there a way to record conferences to wav files in stereo? >> >> Documentation for RECORD STEREO variable mentions Leg A and Leg B, so I >> am not sure it will work for a conference. >> > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/cc7da5c8/attachment.html From mirkobrankovic at gmail.com Mon Aug 1 19:51:13 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Mon, 1 Aug 2016 17:51:13 +0200 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> Message-ID: I guess that is it. Just before that event being fired up you should have Callstate changed from Down to Ringing, something like: 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> RINGING which means that on the client side this event is not picked up to play ringtone I guess. Check the browser console log. On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: > hi, > > i did the verto trace and after invite i get the below event, i didnt do > the sip trace because when i call directly using sip i get session progress > so the gateway is surely generating the session progress > "channelCallState": "RINGING", > "originalChannelCallState": "DOWN", > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: Mirko Brankovic > > To: FreeSWITCH Users Help > > Date: 8/1/2016, 7:19:24 PM > > yes increase the debug value to maybe 10 in verto.xml.conf and sofia > global siptrace on and see what is going on. > > On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel wrote: > >> hi, >> >> yes i have answer before the bridge but i even tried without answer and >> both ways no ringtone came, ill check the trace and get back >> >> >> Regards, >> Bipin >> >> >> ------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >> From: Mirko Brankovic >> >> To: FreeSWITCH Users Help >> >> Date: 8/1/2016, 6:39:58 PM >> >> HI, >> Do you do answer before the bridge? >> >> Turn on SIP and Verto trace and see if 180/183 is propagated correctly >> into verto event "originalChannelCallState": "RINGING", after >> verto.invite. >> >> -mirko >> >> >> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel wrote: >> >>> i have successfully setup VC with FS with all the certs etc and all >>> calls coming from verto goto sip gateway and from there to pstn line. The >>> calls go all fine with 2 way audio but the only problem im facing is when >>> the verto user calls a number, he cant hear any ringtone and in cases where >>> the remote party mobile is switched of that time the wireless carrier >>> usually gives a phone switched off or out of coverage ivr but all those are >>> not heard to the verto user. Is there any way to fix this or probably >>> bridge the ringing received from remote side to verto caller, i dont want >>> to generate any local ring back on FS >>> >>> >>> -- >>> Regards, >>> Bipin >>> >>> >>> ------------------------------ >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/fd77e152/attachment-0001.html From anthony.minessale at gmail.com Mon Aug 1 19:54:17 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 1 Aug 2016 10:54:17 -0500 Subject: [Freeswitch-users] Conference recording in stereo In-Reply-To: References: Message-ID: look at the default configs in tree for conference.conf.xml there should be a stereo example there. On Mon, Aug 1, 2016 at 10:41 AM, Oleg Stolyar wrote: > How do I set up a conference in stereo? I tried to use the member > positional flag but it did not result in a stereo recording. > > On Fri, Jul 29, 2016 at 10:34 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> If the conference is setup in stereo, it will record that way. >> Its based on the openal positioning >> >> >> On Friday, July 29, 2016, Oleg Stolyar wrote: >> >>> Hi guys, >>> >>> is there a way to record conferences to wav files in stereo? >>> >>> Documentation for RECORD STEREO variable mentions Leg A and Leg B, so I >>> am not sure it will work for a conference. >>> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/b3e89062/attachment.html From aubalde at presenceco.com Mon Aug 1 20:17:14 2016 From: aubalde at presenceco.com (=?UTF-8?Q?Agust=C3=AD_Ubalde?=) Date: Mon, 1 Aug 2016 18:17:14 +0200 Subject: [Freeswitch-users] Disable IPV6 In-Reply-To: References: Message-ID: Hi Brian, The problem is that the WebRTC connections with Firefox 47 no longer receive audio when sent the second INVITE. When I disabled IPV6 environment on the client side everything works correctly. Is there any way to discriminate ipv6 candidates in the ice gathering? Thanks, *PRESENCE TECHNOLOGY* *Agust? Ubalde Bellot* Chief Developer C/ Comte Urgell 240 3A Barcelona 08036 aubalde at presenceco.com Ph: +34 93 10 10 300 Fx: +34 93 10 10 333 *www.presenceco.com* *Follow us on:* *[image: tw]* *[image: yt]* *[image: in]* *[image: ss]* *[image: fb]* For additional information, please visit our website *www.presenceco.com* 2016-08-01 16:25 GMT+02:00 Brian West : > Just disable it on your system if you don't want to use IPv6, but you > shouldn't be thinking like that, you should embrace IPv6 NOW. > > On Mon, Aug 1, 2016 at 9:22 AM, Agust? Ubalde > wrote: > >> Hi all, >> >> Anyone knows if is possible to disable ipv6 from configuration files? >> >> >> Thanks, >> >> *PRESENCE TECHNOLOGY* >> *Agust? Ubalde Bellot* >> Chief Developer >> C/ Comte Urgell 240 3A >> Barcelona 08036 >> aubalde at presenceco.com >> >> Ph: +34 93 10 10 300 >> Fx: +34 93 10 10 333 >> >> *www.presenceco.com* >> >> *Follow us on:* >> >> *[image: tw]* *[image: yt]* >> *[image: in]* >> *[image: ss]* >> *[image: fb]* >> >> >> For additional information, please visit our website *www.presenceco.com* >> >> >> >> *Presence Technology - DisclaimerThis message, its content and any file >> attached thereto is for the intended recipient only and is confidential and >> /or privileged. If you have received this e-mail in error or had access to >> it, you should note that the information in it is private and any use >> thereof is unauthorized. In such an event please notify us by e-mail or by >> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >> whatsoever means and any transmission or dissemination thereof to other >> persons is prohibited. It should be deleted immediately from your system. >> Presence Technology reserves the right to take legal action against any >> persons unlawfully gaining access to the content of any external message it >> has emitted.* >> >> *For additional information, please visit our website **www.presenceco.com >> * >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Presence Technology - DisclaimerThis message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted.* *For additional information, please visit our website **www.presenceco.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/e76d6c9b/attachment-0001.html From trever at middleearth.sapphiresunday.org Mon Aug 1 20:20:40 2016 From: trever at middleearth.sapphiresunday.org (Trever L. Adams) Date: Mon, 1 Aug 2016 10:20:40 -0600 Subject: [Freeswitch-users] Hangup hooks in Python Message-ID: I am working on adding functionality to an external project that already supports Asterisk. I have used hook events with lua to capture call data on hangup and hangup complete before. Unfortunately, I need authenticated json rpc or xmlrpc. The original code I am working from is also in Python. Lua xml and json rpc modules do not seem to do authenticated requests. Since I already have Python, it seems to be easier. https://wiki.freeswitch.org/wiki/Mod_python#Hangup_hook_.2B_SQLAlchemy_crashes_switch, it says that hangup hooks are very buggy and should be avoided. Is this still the case in the last year or so (recent versions)? If so, what is the best way to do this? If not, can someone post a simple equivalent of event:getHeader in a simple handler for hangups so that I can start working on this? Do I use def fsapi(session, stream, env, args) or def handler(session, args)? Thank you for help getting started, Trever -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 872 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/cb5979af/attachment.bin From mario_fs at mgtech.com Mon Aug 1 20:25:40 2016 From: mario_fs at mgtech.com (Mario G) Date: Mon, 1 Aug 2016 09:25:40 -0700 Subject: [Freeswitch-users] Typo in Lua API confluence page In-Reply-To: References: Message-ID: Fixed > On Jul 29, 2016, at 2:19 PM, Joel Serrano wrote: > > Hi guys, > > There is a little typo in this page: > > https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference > > > session:execute > session:execute(app, data) > local mySound = "/usr/local/freeswitch/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav" > session:execute("playback", mySound) > NOTE: Callbacks (DTMF and friends) CAN NOT EXECUTE during an execute. > > > session:executeString > session:execute(api_string) <<<< Shouldn't this be executeString??? > local mySound = "/usr/local/freeswitch/sounds/music/16000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav" > session:executeString("playback "..mySound) > Note: Callbacks (DTMF and friends) CAN NOT EXECUTE during an execute. > > > Can anybody update it please? Can lead to confusion. > > Thanks! > > Joel. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/3fadaa0e/attachment.html From olegstolyar at gmail.com Mon Aug 1 20:26:57 2016 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Mon, 1 Aug 2016 09:26:57 -0700 Subject: [Freeswitch-users] Conference recording in stereo In-Reply-To: References: Message-ID: Got it, thanks! I was looking for the word "Stereo" but should have been looking for the word "channels" On Mon, Aug 1, 2016 at 8:54 AM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > look at the default configs in tree for conference.conf.xml there should > be a stereo example there. > > > On Mon, Aug 1, 2016 at 10:41 AM, Oleg Stolyar > wrote: > >> How do I set up a conference in stereo? I tried to use the member >> positional flag but it did not result in a stereo recording. >> >> On Fri, Jul 29, 2016 at 10:34 PM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> If the conference is setup in stereo, it will record that way. >>> Its based on the openal positioning >>> >>> >>> On Friday, July 29, 2016, Oleg Stolyar wrote: >>> >>>> Hi guys, >>>> >>>> is there a way to record conferences to wav files in stereo? >>>> >>>> Documentation for RECORD STEREO variable mentions Leg A and Leg B, so >>>> I am not sure it will work for a conference. >>>> >>> >>> >>> -- >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/131b322f/attachment.html From joel at gogii.net Mon Aug 1 20:46:39 2016 From: joel at gogii.net (Joel Serrano) Date: Mon, 1 Aug 2016 09:46:39 -0700 Subject: [Freeswitch-users] Hangup hooks in Python In-Reply-To: References: Message-ID: Hi, Have you tried something like: [...] [...] ?? On Mon, Aug 1, 2016 at 9:20 AM, Trever L. Adams < trever at middleearth.sapphiresunday.org> wrote: > I am working on adding functionality to an external project that already > supports Asterisk. I have used hook events with lua to capture call data > on hangup and hangup complete before. Unfortunately, I need > authenticated json rpc or xmlrpc. The original code I am working from is > also in Python. Lua xml and json rpc modules do not seem to do > authenticated requests. Since I already have Python, it seems to be easier. > > > https://wiki.freeswitch.org/wiki/Mod_python#Hangup_hook_.2B_SQLAlchemy_crashes_switch > , > it says that hangup hooks are very buggy and should be avoided. Is this > still the case in the last year or so (recent versions)? If so, what is > the best way to do this? If not, can someone post a simple equivalent of > event:getHeader in a simple handler for hangups so that I can start > working on this? > > Do I use def fsapi(session, stream, env, args) or def handler(session, > args)? > > Thank you for help getting started, > > Trever > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/b0fcc213/attachment-0001.html From bipin at xbipin.com Tue Aug 2 00:21:56 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 02 Aug 2016 00:21:56 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> Message-ID: <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> I'm using g711u codec and the standard verto communicator portal so what can go wrong? Even the conference server of fs using vc I hear no ringtone so could it be the vc code itself having the issue? On August 1, 2016 7:52:32 PM Mirko Brankovic wrote: > I guess that is it. > Just before that event being fired up you should have Callstate changed > from Down to Ringing, something like: > > 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready > verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! > 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 > (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> > RINGING > > which means that on the client side this event is not picked up to play > ringtone I guess. Check the browser console log. > > > > On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: > >> hi, >> >> i did the verto trace and after invite i get the below event, i didnt do >> the sip trace because when i call directly using sip i get session progress >> so the gateway is surely generating the session progress >> "channelCallState": "RINGING", >> "originalChannelCallState": "DOWN", >> >> >> Regards, >> Bipin >> >> >> ------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >> From: Mirko Brankovic >> >> To: FreeSWITCH Users Help >> >> Date: 8/1/2016, 7:19:24 PM >> >> yes increase the debug value to maybe 10 in verto.xml.conf and sofia >> global siptrace on and see what is going on. >> >> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel wrote: >> >>> hi, >>> >>> yes i have answer before the bridge but i even tried without answer and >>> both ways no ringtone came, ill check the trace and get back >>> >>> >>> Regards, >>> Bipin >>> >>> >>> ------------------------------ >>> -------- Original Message -------- >>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>> From: Mirko Brankovic >>> >>> To: FreeSWITCH Users Help >>> >>> Date: 8/1/2016, 6:39:58 PM >>> >>> HI, >>> Do you do answer before the bridge? >>> >>> Turn on SIP and Verto trace and see if 180/183 is propagated correctly >>> into verto event "originalChannelCallState": "RINGING", after >>> verto.invite. >>> >>> -mirko >>> >>> >>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel wrote: >>> >>>> i have successfully setup VC with FS with all the certs etc and all >>>> calls coming from verto goto sip gateway and from there to pstn line. The >>>> calls go all fine with 2 way audio but the only problem im facing is when >>>> the verto user calls a number, he cant hear any ringtone and in cases where >>>> the remote party mobile is switched of that time the wireless carrier >>>> usually gives a phone switched off or out of coverage ivr but all those are >>>> not heard to the verto user. Is there any way to fix this or probably >>>> bridge the ringing received from remote side to verto caller, i dont want >>>> to generate any local ring back on FS >>>> >>>> >>>> -- >>>> Regards, >>>> Bipin >>>> >>>> >>>> ------------------------------ >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH >>> Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH >> Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > > > ---------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/a9003762/attachment.html From italo at freeswitch.org Tue Aug 2 00:50:47 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Mon, 1 Aug 2016 17:50:47 -0300 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: Verto lib takes care of playing the ringFile specified when you create the verto handle, you just need the sounds/bell_ring2.wav file available. Try calling a local sip endpoint, if the ringing works then you're probably not getting an 180 from your remote end. On Mon, Aug 1, 2016 at 5:21 PM, Bipin Patel wrote: > I'm using g711u codec and the standard verto communicator portal so what > can go wrong? > Even the conference server of fs using vc I hear no ringtone so could it > be the vc code itself having the issue? > > On August 1, 2016 7:52:32 PM Mirko Brankovic > wrote: > >> I guess that is it. >> Just before that event being fired up you should have Callstate changed >> from Down to Ringing, something like: >> >> 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready >> verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! >> 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 >> (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> >> RINGING >> >> which means that on the client side this event is not picked up to play >> ringtone I guess. Check the browser console log. >> >> >> >> On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: >> >>> hi, >>> >>> i did the verto trace and after invite i get the below event, i didnt do >>> the sip trace because when i call directly using sip i get session progress >>> so the gateway is surely generating the session progress >>> "channelCallState": "RINGING", >>> "originalChannelCallState": "DOWN", >>> >>> >>> Regards, >>> Bipin >>> >>> >>> ------------------------------ >>> -------- Original Message -------- >>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>> From: Mirko Brankovic >>> >>> To: FreeSWITCH Users Help >>> >>> Date: 8/1/2016, 7:19:24 PM >>> >>> yes increase the debug value to maybe 10 in verto.xml.conf and sofia >>> global siptrace on and see what is going on. >>> >>> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel wrote: >>> >>>> hi, >>>> >>>> yes i have answer before the bridge but i even tried without answer and >>>> both ways no ringtone came, ill check the trace and get back >>>> >>>> >>>> Regards, >>>> Bipin >>>> >>>> >>>> ------------------------------ >>>> -------- Original Message -------- >>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>> From: Mirko Brankovic >>>> >>>> To: FreeSWITCH Users Help >>>> >>>> Date: 8/1/2016, 6:39:58 PM >>>> >>>> HI, >>>> Do you do answer before the bridge? >>>> >>>> Turn on SIP and Verto trace and see if 180/183 is propagated correctly >>>> into verto event "originalChannelCallState": "RINGING", after >>>> verto.invite. >>>> >>>> -mirko >>>> >>>> >>>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel wrote: >>>> >>>>> i have successfully setup VC with FS with all the certs etc and all >>>>> calls coming from verto goto sip gateway and from there to pstn line. The >>>>> calls go all fine with 2 way audio but the only problem im facing is when >>>>> the verto user calls a number, he cant hear any ringtone and in cases where >>>>> the remote party mobile is switched of that time the wireless carrier >>>>> usually gives a phone switched off or out of coverage ivr but all those are >>>>> not heard to the verto user. Is there any way to fix this or probably >>>>> bridge the ringing received from remote side to verto caller, i dont want >>>>> to generate any local ring back on FS >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Bipin >>>>> >>>>> >>>>> ------------------------------ >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Mirko >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/9c4f49cc/attachment-0001.html From naveen32india at gmail.com Tue Aug 2 01:27:26 2016 From: naveen32india at gmail.com (Naveen Tamanam) Date: Tue, 2 Aug 2016 02:57:26 +0530 Subject: [Freeswitch-users] How to detect North America RING_TONE using spandsp Message-ID: Hi, I'm trying to detect North America RING_TONE using spandsp Using default settings as mentioned follows But I'm not getting consistent tone detections. Is there any thing that I need to change to have a proper tone detection. As per the tone/spectrum analysis using audacity. This tone is having two frequencies 440 and 480 a mentioned in conf, but spandsp is not detecting them. To have a proper and consistent tone detection how much duration I should use? Please refer spectrum analysis of tone representing 440Hz & 480Hz frequencies. As per the doc min and max values represents duration. How to determine these durations of any give tone? What is the meaning of having max value 0 ? -- Thanks & Regards, Naveen Tamanam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/539c0db3/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: NA_ring_tone_frequencies.png Type: image/png Size: 33303 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/539c0db3/attachment-0001.png From naveen32india at gmail.com Tue Aug 2 02:02:11 2016 From: naveen32india at gmail.com (Naveen Tamanam) Date: Tue, 2 Aug 2016 03:32:11 +0530 Subject: [Freeswitch-users] What kind of event do we get on event socket upon silence detection Message-ID: Hi, What kind of event do we get on event socket upon silence detection. What dialplan application I can use for silence detection ? I found wait_for_silence ?Is there any other dialplan application which is helpful for silence detection ? If silence is detected what event can be expected to receive on event socket ?? -- Thanks & Regards, Naveen Tamanam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/ea501615/attachment.html From jungleboogie0 at gmail.com Tue Aug 2 02:15:53 2016 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Mon, 1 Aug 2016 15:15:53 -0700 Subject: [Freeswitch-users] save voicemail via http Message-ID: Hi All, Has anyone successfully saved voicemail off of their freeswitch install using http? I know you can mount a nfs share and save the files the share. Is that what people usually do? If not, how do folks make voicemail accessible when using a backup freeswitch server? Is something like couchDB used? Does the voicemail code support http put/post methods? Thanks! -- ------- inum: 883510009027723 sip: jungleboogie at sip2sip.info From nneul at mst.edu Tue Aug 2 02:24:57 2016 From: nneul at mst.edu (Nathan Neulinger) Date: Mon, 1 Aug 2016 17:24:57 -0500 Subject: [Freeswitch-users] save voicemail via http In-Reply-To: References: Message-ID: I'm using gluster filesystem as backend storage... From what I understand the voicemail code does not support non-filesystem style access at the moment. -- Nathan On 08/01/2016 05:15 PM, jungle Boogie wrote: > Hi All, > > Has anyone successfully saved voicemail off of their freeswitch > install using http? I know you can mount a nfs share and save the > files the share. Is that what people usually do? > > If not, how do folks make voicemail accessible when using a backup > freeswitch server? Is something like couchDB used? Does the voicemail > code support http put/post methods? > > Thanks! > -- ------------------------------------------------------------ Nathan Neulinger nneul at mst.edu Missouri S&T Information Technology (573) 612-1412 System Administrator - Architect From jungleboogie0 at gmail.com Tue Aug 2 02:31:49 2016 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Mon, 1 Aug 2016 15:31:49 -0700 Subject: [Freeswitch-users] save voicemail via http In-Reply-To: References: Message-ID: Hi Nathan, On 1 August 2016 at 15:24, Nathan Neulinger wrote: > I'm using gluster filesystem as backend storage... Can you take a couple paragraphs to write what you can about it? I'll add it to the voicemail confluence page: https://freeswitch.org/confluence/display/FREESWITCH/mod_voicemail Being totally ignorant about glusterFS, is this any different than NFS-like options? > > From what I understand the voicemail code does not support non-filesystem style access at the moment. > Thanks for the confirmation! > -- Nathan -- ------- inum: 883510009027723 sip: jungleboogie at sip2sip.info From nneul at mst.edu Tue Aug 2 04:24:39 2016 From: nneul at mst.edu (Nathan Neulinger) Date: Mon, 1 Aug 2016 19:24:39 -0500 Subject: [Freeswitch-users] save voicemail via http In-Reply-To: References: Message-ID: <48a23cad-a97a-3d92-d0a5-d9b3a5111016@mst.edu> Essentially, gluster is a cluster distributed filesystem. It uses local storage on each 'server' node, and that can then be mounted on clients. It's intended for high performance compute resources, but works quite nicely for freeswitch backend. In my case, I have 4 servers accessing the cluster - 2 freeswitch nodes that are setup as an HA pair using keepalived (article already in wiki for that), 2 web server front end nodes for a local custom UI. On the backend, I have the three gluster nodes for file service (odd number to insure quorum) and 3 Percona XTraDB mysql nodes also operating as a cluster. Everything except the two freeswitch instances is running as a VM. The FS nodes are running on real hardware. The key difference with NFS is that the filesystem itself is redundant - so you can take any one of those backend nodes out of service and it isn't visible (except as a momentary hang) to the servers that have the filesystem mounted. -- Nathan On 08/01/2016 05:31 PM, jungle Boogie wrote: > Hi Nathan, > On 1 August 2016 at 15:24, Nathan Neulinger wrote: >> I'm using gluster filesystem as backend storage... > > Can you take a couple paragraphs to write what you can about it? I'll > add it to the voicemail confluence page: > https://freeswitch.org/confluence/display/FREESWITCH/mod_voicemail > > Being totally ignorant about glusterFS, is this any different than > NFS-like options? > >> >> From what I understand the voicemail code does not support non-filesystem style access at the moment. >> > > Thanks for the confirmation! > >> -- Nathan > > > > -- ------------------------------------------------------------ Nathan Neulinger nneul at mst.edu Missouri S&T Information Technology (573) 612-1412 System Administrator - Architect From jungleboogie0 at gmail.com Tue Aug 2 06:45:36 2016 From: jungleboogie0 at gmail.com (Jungle Boogie) Date: Mon, 1 Aug 2016 19:45:36 -0700 Subject: [Freeswitch-users] group dial disconnects before VM Message-ID: <20160802024534.GA30334@gmail.com> Hi All, I have some end points in a ring group and when there's no answer, I'd like it transferred to a voicemail box. Pretty simple. What's happening is I hear, "The person at extenion--goodbye. conf/dialplan/default.xml for the group: Logs: https://pastebin.freeswitch.org/view/b3856e93 What am I doing incorrectly? Thanks! From avi at avimarcus.net Tue Aug 2 07:52:48 2016 From: avi at avimarcus.net (Avi Marcus) Date: Tue, 2 Aug 2016 03:52:48 +0000 Subject: [Freeswitch-users] save voicemail via http In-Reply-To: References: Message-ID: <010001564961e7f2-f1f83a51-2cc1-401c-a616-095c248b37df-000000@email.amazonses.com> Hiya. This has been a question of mine for a while. It seems you can use http_cache with amazon S3 - http_cache will support PUT and GET (and maybe any web server?) I haven't tried it yet, but it's on the wiki: https://wiki.freeswitch.org/wiki/Mod_http_cache -- it's one of my next projects, but I don't have much voicemail volume. -Avi Marcus BestFone On Tue, Aug 2, 2016 at 1:15 AM, jungle Boogie wrote: > Hi All, > > Has anyone successfully saved voicemail off of their freeswitch > install using http? I know you can mount a nfs share and save the > files the share. Is that what people usually do? > > If not, how do folks make voicemail accessible when using a backup > freeswitch server? Is something like couchDB used? Does the voicemail > code support http put/post methods? > > Thanks! > > -- > ------- > inum: 883510009027723 > sip: jungleboogie at sip2sip.info > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/d62e69d7/attachment.html From jungleboogie0 at gmail.com Tue Aug 2 08:54:39 2016 From: jungleboogie0 at gmail.com (Jungle Boogie) Date: Mon, 1 Aug 2016 21:54:39 -0700 Subject: [Freeswitch-users] save voicemail via http In-Reply-To: <48a23cad-a97a-3d92-d0a5-d9b3a5111016@mst.edu> References: <48a23cad-a97a-3d92-d0a5-d9b3a5111016@mst.edu> Message-ID: <20160802045436.GB30334@gmail.com> On Mon, Aug 01, 2016 at 07:24:39PM -0500, Nathan Neulinger wrote: > Essentially, gluster is a cluster distributed filesystem. It uses local storage on each 'server' node, and that can then > be mounted on clients. It's intended for high performance compute resources, but works quite nicely for freeswitch backend. > > In my case, I have 4 servers accessing the cluster - 2 freeswitch nodes that are setup as an HA pair using keepalived > (article already in wiki for that), 2 web server front end nodes for a local custom UI. > > On the backend, I have the three gluster nodes for file service (odd number to insure quorum) and 3 Percona XTraDB mysql > nodes also operating as a cluster. > > Everything except the two freeswitch instances is running as a VM. The FS nodes are running on real hardware. > > The key difference with NFS is that the filesystem itself is redundant - so you can take any one of those backend nodes > out of service and it isn't visible (except as a momentary hang) to the servers that have the filesystem mounted. > I appreciate all the info. Gluster sounds great and seems like it works out well in a situation like this. Did you try a document storage DB before going to gluster, or was gluster already what you were using so it just fell into place? > -- Nathan > From jungleboogie0 at gmail.com Tue Aug 2 09:06:59 2016 From: jungleboogie0 at gmail.com (Jungle Boogie) Date: Mon, 1 Aug 2016 22:06:59 -0700 Subject: [Freeswitch-users] group dial disconnects before VM In-Reply-To: <20160802024534.GA30334@gmail.com> References: <20160802024534.GA30334@gmail.com> Message-ID: <20160802050658.GA1908@gmail.com> Just wanted to add this... Calling the user directly plays the full voicemail prompt and allows you to leave a VM. On Mon, Aug 01, 2016 at 07:45:36PM -0700, Jungle Boogie wrote: > Hi All, > > I have some end points in a ring group and when there's no answer, I'd like it > transferred to a voicemail box. Pretty simple. What's happening is I hear, > "The person at extenion--goodbye. > > conf/dialplan/default.xml for the group: > > > > > > > > > > > > > > > Logs: > https://pastebin.freeswitch.org/view/b3856e93 > > What am I doing incorrectly? > > Thanks! From jungleboogie0 at gmail.com Tue Aug 2 09:29:18 2016 From: jungleboogie0 at gmail.com (Jungle Boogie) Date: Mon, 1 Aug 2016 22:29:18 -0700 Subject: [Freeswitch-users] save voicemail via http In-Reply-To: <010001564961e7f2-f1f83a51-2cc1-401c-a616-095c248b37df-000000@email.amazonses.com> References: <010001564961e7f2-f1f83a51-2cc1-401c-a616-095c248b37df-000000@email.amazonses.com> Message-ID: <20160802052915.GB1908@gmail.com> On Tue, Aug 02, 2016 at 03:52:48AM +0000, Avi Marcus wrote: > Hiya. This has been a question of mine for a while. > It seems you can use http_cache with amazon S3 - http_cache will support > PUT and GET (and maybe any web server?) > > I haven't tried it yet, but it's on the wiki: > https://wiki.freeswitch.org/wiki/Mod_http_cache -- it's one of my next > projects, but I don't have much voicemail volume. > Good find. Looks like it may work with at least with s3. I think 2600hz/kazoo uses couchDB but I don't know the details: https://couchdb.apache.org/ > -Avi Marcus > BestFone > From fraunhofer.lists.freeswitch-001 at traced.net Tue Aug 2 09:39:00 2016 From: fraunhofer.lists.freeswitch-001 at traced.net (Benedikt Fraunhofer) Date: Tue, 2 Aug 2016 07:39:00 +0200 Subject: [Freeswitch-users] random delay after correct group_confirm_key Message-ID: Hello Everyone, we're expriencing random delay after a correct group_confirm_key press with 1.6.9-16-d574870~64bit ac20683c 21:12:58.321694 [DEBUG] mod_dptools.c:1519 SET sofia/external/+XXX [group_confirm_key]=[1] ac20683c 21:12:58.321694 [DEBUG] mod_dptools.c:1519 SET sofia/external/+XXX [group_confirm_read_timeout]=[1000] ac20683c 21:12:58.341607 [DEBUG] mod_dptools.c:1519 SET sofia/external/+XXX [group_confirm_file]=[/etc/freeswitch-qa//prompts/new-layout/de/press-one.wav] [...] f4a97f39 21:13:00.281608 [DEBUG] switch_ivr_play_say.c:1467 Codec Activated L16 at 8000hz 1 channels 20ms f4a97f39 21:13:00.341654 [DEBUG] switch_rtp.c:6711 Correct audio ip/port confirmed. f4a97f39 21:13:01.301658 [DEBUG] switch_ivr_play_say.c:1910 done playing file /etc/freeswitch-qa//prompts/new-layout/de/press-one.wav f4a97f39 21:13:01.301658 [DEBUG] switch_ivr.c:1325 Codec Activated L16 at 8000hz 1 channels 20ms [...] f4a97f39 21:13:05.341669 [DEBUG] switch_ivr_play_say.c:1910 done playing file /etc/freeswitch-qa//prompts/new-layout/de/press-one.wav f4a97f39 21:13:05.341669 [DEBUG] switch_ivr.c:1325 Codec Activated L16 at 8000hz 1 channels 20ms f4a97f39 21:13:06.241632 [DEBUG] switch_rtp.c:6931 RTP RECV DTMF 1:800 f4a97f39 21:13:06.241632 [INFO] switch_channel.c:515 RECV DTMF 1:800 ac20683c 21:13:10.281620 [DEBUG] switch_core_codec.c:246 sofia/external/+XXX Restore previous codec PCMA:8. note the 4s delay after the "1" has been recognized before it bridges the legs. The delay is quite random between one and 4 seconds. I already played around with group_confirm_read_timeout and replaced the prompt with a shorter version because initially I thought it was always continuing to play the prompt to it's end before proceeding but that's not true. Any tips and/or is this worth filing a bug? Thx in advance Benedikt From jack at livematch.com Tue Aug 2 09:39:26 2016 From: jack at livematch.com (Jack Loranger) Date: Mon, 1 Aug 2016 22:39:26 -0700 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: Message-ID: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> Has anyone found a definitive fix for this? Thanks, Jack On 7/28/2016 7:34 AM, Agust? Ubalde wrote: > Hi Michael, > > According to this document > https://developers.google.com/web/updates/2016/06/webrtc-ecdsa, We > have to change the JavaScript library. > > > Thanks, > > *PRESENCE TECHNOLOGY** > **Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* ** > > *Follow us on:* > > *tw* *yt* > *in* > *ss* > *fb* > ** > > For additional information, please visit our website > *www.presenceco.com* > > > 2016-07-28 15:43 GMT+02:00 Michael Jerris >: > > change it to what? > > > On Thursday, July 28, 2016, Agust? Ubalde > wrote: > > Hi all, > > Is possible to change ECDSA-based on FreeSWITCH? > > > Thanks, > > *PRESENCE TECHNOLOGY** > **Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* ** > > *Follow us on:* > > *tw* *yt* > *in* > *ss* > *fb* > ** > > For additional information, please visit our website > *www.presenceco.com* > > > 2016-07-27 19:24 GMT+02:00 Chad Phillips > : > > I think this may clarify the issue a bit more. According > to these release notes: > > https://groups.google.com/forum/#!topic/discuss-webrtc/bDfxOA8XiJI > > > Chrome 52 uses ECDSA-based certificate generation by > default, and I don't think older versions of OpenSSL > support it. > > On Wed, Jul 27, 2016 at 4:33 AM, Mirko Brankovic > wrote: > > Thanks, > > I got it fixed on Ubuntu 14.04 from 16.04 openssl lib > and on Debian7 wheezy with lib from stretch. > > Luckely there was no dependencies problem, and no side > effects for now sinece libc and libc6 was also updated. > > Thanks for suggestion. > > Mirko > > On Wed, Jul 27, 2016 at 1:02 PM, Agust? Ubalde > wrote: > > CentOS release 6.8 (Final) > > *PRESENCE TECHNOLOGY** > **Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* ** > > *Follow us on:* > > *tw* *yt* > *in* > *ss* > *fb* > ** > > For additional information, please visit our > website *www.presenceco.com* > > > > 2016-07-27 12:58 GMT+02:00 Mirko Brankovic > : > > Hi Agusti, > > Can you tell me which version you installed on > CentOS ? > > Thanks, > mirko > > On Wed, Jul 27, 2016 at 11:42 AM, Mirko > Brankovic wrote: > > HI, > > I guessed it was it but on debian I didn't > had newer yesterday, but tried downgrading > it which didn't help ofcourse. > > I'll see if there is newer one now. > > Thanks, > Mirko > > On Wed, Jul 27, 2016 at 11:20 AM, Agust? > Ubalde wrote: > > Hi Mirko, > > I solved the problem updating > *openssl* packet (I'm using CentOS 6). > > > Regards, > > *PRESENCE TECHNOLOGY** > **Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > ** > > *Follow us on:* > > *tw* > *yt* > *in* > *ss* > *fb* > ** > > For additional information, please > visit our website *www.presenceco.com* > > > > 2016-07-27 11:05 GMT+02:00 Agust? > Ubalde : > > Hi all, > > I've the same problem with > FreeSWITCH 1.5.14. I apply this > patch to resolve a problem with > Firefox > (https://freeswitch.org/jira/browse/FS-7839) > and now, Chrome 52 not works. > > > Thanks, > > *PRESENCE TECHNOLOGY** > **Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > ** > > *Follow us on:* > > *tw* > *yt* > *in* > *ss* > *fb* > ** > > For additional information, please > visit our website > *www.presenceco.com* > > > > 2016-07-27 10:47 GMT+02:00 Mirko > Brankovic : > > Yes, I was a 'few' commits > behind on 1.7 ?, pulled latest > from git re-compiled but > problem still the same. > > I'll try to get some deeper > into the problem. > > Thanks, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH > Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > *Presence Technology - Disclaimer > This message, its content and any file > attached thereto is for the intended > recipient only and is confidential and > /or privileged. If you have received > this e-mail in error or had access to > it, you should note that the > information in it is private and any > use thereof is unauthorized. In such > an event please notify us by e-mail or > by telephone (+ 34 93 10 10 300). Any > reproduction of this e-mail by > whatsoever means and any transmission > or dissemination thereof to other > persons is prohibited. It should be > deleted immediately from your system. > Presence Technology reserves the right > to take legal action against any > persons unlawfully gaining access to > the content of any external message it > has emitted.* > > *For additional information, please > visit our website **www.presenceco.com > * > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting > Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > Regards, > Mirko > > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > *Presence Technology - Disclaimer > This message, its content and any file attached > thereto is for the intended recipient only and is > confidential and /or privileged. If you have > received this e-mail in error or had access to it, > you should note that the information in it is > private and any use thereof is unauthorized. In > such an event please notify us by e-mail or by > telephone (+ 34 93 10 10 300). Any reproduction of > this e-mail by whatsoever means and any > transmission or dissemination thereof to other > persons is prohibited. It should be deleted > immediately from your system. Presence Technology > reserves the right to take legal action against > any persons unlawfully gaining access to the > content of any external message it has emitted.* > > *For additional information, please visit our > website **www.presenceco.com > * > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > *Presence Technology - Disclaimer > This message, its content and any file attached thereto is for > the intended recipient only and is confidential and /or > privileged. If you have received this e-mail in error or had > access to it, you should note that the information in it is > private and any use thereof is unauthorized. In such an event > please notify us by e-mail or by telephone (+ 34 93 10 10 > 300). Any reproduction of this e-mail by whatsoever means and > any transmission or dissemination thereof to other persons is > prohibited. It should be deleted immediately from your system. > Presence Technology reserves the right to take legal action > against any persons unlawfully gaining access to the content > of any external message it has emitted.* > > *For additional information, please visit our website > **www.presenceco.com * > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > *Presence Technology - Disclaimer > This message, its content and any file attached thereto is for the > intended recipient only and is confidential and /or privileged. If you > have received this e-mail in error or had access to it, you should > note that the information in it is private and any use thereof is > unauthorized. In such an event please notify us by e-mail or by > telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by > whatsoever means and any transmission or dissemination thereof to > other persons is prohibited. It should be deleted immediately from > your system. Presence Technology reserves the right to take legal > action against any persons unlawfully gaining access to the content of > any external message it has emitted.* > > *For additional information, please visit our website > **www.presenceco.com * > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7690 / Virus Database: 4627/12697 - Release Date: 07/28/16 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160801/1a23e962/attachment-0001.html From saurabhkv01 at gmail.com Tue Aug 2 09:42:53 2016 From: saurabhkv01 at gmail.com (Saurabh Verma) Date: Tue, 2 Aug 2016 11:12:53 +0530 Subject: [Freeswitch-users] Implementing One Way audio through Freeswitch(Default Mode) In-Reply-To: References: Message-ID: Hi Michael, As the SoftClient1 has set sendonly as media attribute for audio in the INVITE packet and getting recvonly in 200OK even after that RTP packets are flowing from FREESWITCH to SoftClient1 (on A-Leg) and we don't want that stream. What exactly we need is One Way Audio on A-Leg(SoftClient1 to Freeswitch only). Anything we can configure for One Way Audio Stream (SoftClient1 to SoftClient2) using Default Mode in Freeswitch? Thanks On Mon, Aug 1, 2016 at 6:57 PM, Michael Jerris wrote: > > > On Monday, August 1, 2016, Saurabh Verma wrote: > >> Hi >> >> I want to implement One Way Audio through Freeswitch in Default mode. >> >> *SoftClient1 ---------> FREESWITCH ----------> SoftClient2* >> *a=sendonly (Default Mode) * >> >> For this i have hardcoded the media attribute for audio as sendonly in >> Softclient1.Everytime Softclient1 will initiate the call to softclient2.Now >> when i make a call,Softclient1 sends *sendonly as media attribute in SDP >> of INVITE packet*.Freeswitch replies with recvonly in the 200OK.When >> Freeswitch forwards the Invite to Softclient2 ,*we can't see any media >> attribute* parameter in it and Softclient2 replies to FREESWITCH with *sendrecv >> in 200OK *and hence Both way media is flowing instead of one way. >> >> Generally if a SIP client receives sendonly in Invite, it will send >> recvonly in 200OK by default. >> >> > > And that's is what we are doing here > > >> But here Freeswitch is modifying it and not forwarding sendonly to >> SoftClient2. >> >> >> >> ? >> > > Please understand these are 2 different calls. Depending on your codec > negotiation settings the sdp may be related to different degrees or not > related at all. > > >> Why Freeswitch is not forwarding the sendonly in invite to SoftClient2? >> > > If you are looking for FreeSWITCH to copy the exact > sdp and forward it, use bypass media > > >> How can we implement this using Default mode? >> >> > What is default mode? > > >> Can somebody help me with this? >> >> >> >> -- >> *With Warm Regards:* >> *Saurabh Kumar Verma* >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *With Warm Regards:* *Saurabh Kumar Verma* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/df211d61/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Call_Flow.png Type: image/png Size: 21576 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/df211d61/attachment-0001.png From richard at treeboxsolutions.com Tue Aug 2 10:04:24 2016 From: richard at treeboxsolutions.com (Richard Chan) Date: Tue, 2 Aug 2016 14:04:24 +0800 Subject: [Freeswitch-users] rtcp-mux on B-leg but there is no signaling in SDP In-Reply-To: References: Message-ID: Thanks - tried master and saw that it is fixed. Regards Richard On Mon, Aug 1, 2016 at 11:48 AM, Michael Jerris wrote: > I think we've corrected this in master already. > > > On Sunday, July 31, 2016, Richard Chan > wrote: > >> Hi list, >> >> FreeSWITCH 1.6.9 and the default configurations: >> >> FreeSWITHCH is using rtcp-mux on the B-leg without signalling in SDP >> (i.e. no rtcp-mux attribute). >> >> If I change rtcp_audio_interval_msec to passthru or say 2000 then there >> is explicit rtcp-mux in the INVITE SDP. >> >> The UAC I'm using, sends a few packets to RTP+1, FreeSWITCH sends RTCP >> with source port the same as RTP, and the UAC auto-adjusts after 10 or so >> packets. This UAC always includes an a=rtcp line even if the RTCP port is >> RTP+1. >> >> Is this a "bug"? I would expect FreeSWITCH to signal rtcp-mux on the >> B-leg. >> >> (On the A-leg, FreeSWITCH doesn't use rtcp-mux and includes an explicit >> rtcp port in SDP). >> >> >> >> >> >> -- >> Richard Chan >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Richard Chan Chief Architect TreeBox Solutions Pte Ltd 1 Commonwealth Lane #03-01 Singapore 149544 Tel: 6570 3725 http://www.treeboxsolutions.com Co.Reg.No. 201100585R -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/46c300e7/attachment.html From bipin at xbipin.com Tue Aug 2 10:10:02 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 2 Aug 2016 10:10:02 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: <8ae984ed-c062-2810-bb53-8afa33fe3cc2@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/4d83f25c/attachment-0001.html From mirkobrankovic at gmail.com Tue Aug 2 11:14:01 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Tue, 2 Aug 2016 09:14:01 +0200 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> Message-ID: Hi, No I guess you need to go to new version of OS or wait for the openssl backport, or backport it yourself :) On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger wrote: > Has anyone found a definitive fix for this? > Thanks, > Jack > > On 7/28/2016 7:34 AM, Agust? Ubalde wrote: > > Hi Michael, > > According to this document > https://developers.google.com/web/updates/2016/06/webrtc-ecdsa, We have > to change the JavaScript library. > > > Thanks, > > *PRESENCE TECHNOLOGY* > *Agust? Ubalde Bellot* > Chief Developer > C/ Comte Urgell 240 3A > Barcelona 08036 > aubalde at presenceco.com > > Ph: +34 93 10 10 300 > Fx: +34 93 10 10 333 > > *www.presenceco.com* > > *Follow us on:* > > *[image: tw]* *[image: yt]* > *[image: in]* > *[image: ss]* > *[image: fb]* > > > For additional information, please visit our website *www.presenceco.com* > > > 2016-07-28 15:43 GMT+02:00 Michael Jerris : > >> change it to what? >> >> >> On Thursday, July 28, 2016, Agust? Ubalde wrote: >> >>> Hi all, >>> >>> Is possible to change ECDSA-based on FreeSWITCH? >>> >>> >>> Thanks, >>> >>> *PRESENCE TECHNOLOGY* >>> *Agust? Ubalde Bellot* >>> Chief Developer >>> C/ Comte Urgell 240 3A >>> Barcelona 08036 >>> aubalde at presenceco.com >>> >>> Ph: +34 93 10 10 300 >>> Fx: +34 93 10 10 333 >>> >>> *www.presenceco.com* >>> >>> *Follow us on:* >>> >>> *[image: tw]* *[image: yt]* >>> *[image: in]* >>> *[image: ss]* >>> *[image: fb]* >>> >>> >>> For additional information, please visit our website >>> *www.presenceco.com* >>> >>> 2016-07-27 19:24 GMT+02:00 Chad Phillips : >>> >>>> I think this may clarify the issue a bit more. According to these >>>> release notes: >>>> >>>> https://groups.google.com/forum/#!topic/discuss-webrtc/bDfxOA8XiJI >>>> >>>> Chrome 52 uses ECDSA-based certificate generation by default, and I >>>> don't think older versions of OpenSSL support it. >>>> >>>> On Wed, Jul 27, 2016 at 4:33 AM, Mirko Brankovic < >>>> mirkobrankovic at gmail.com> wrote: >>>> >>>>> Thanks, >>>>> >>>>> I got it fixed on Ubuntu 14.04 from 16.04 openssl lib and on Debian7 >>>>> wheezy with lib from stretch. >>>>> >>>>> Luckely there was no dependencies problem, and no side effects for now >>>>> sinece libc and libc6 was also updated. >>>>> >>>>> Thanks for suggestion. >>>>> >>>>> Mirko >>>>> >>>>> On Wed, Jul 27, 2016 at 1:02 PM, Agust? Ubalde >>>> > wrote: >>>>> >>>>>> CentOS release 6.8 (Final) >>>>>> >>>>>> *PRESENCE TECHNOLOGY* >>>>>> *Agust? Ubalde Bellot* >>>>>> Chief Developer >>>>>> C/ Comte Urgell 240 3A >>>>>> Barcelona 08036 >>>>>> aubalde at presenceco.com >>>>>> >>>>>> Ph: +34 93 10 10 300 >>>>>> Fx: +34 93 10 10 333 >>>>>> >>>>>> *www.presenceco.com* >>>>>> >>>>>> *Follow us on:* >>>>>> >>>>>> *[image: tw]* *[image: yt]* >>>>>> *[image: in]* >>>>>> *[image: >>>>>> ss]* *[image: fb]* >>>>>> >>>>>> >>>>>> For additional information, please visit our website >>>>>> *www.presenceco.com* >>>>>> >>>>>> 2016-07-27 12:58 GMT+02:00 Mirko Brankovic >>>>>> : >>>>>> >>>>>>> Hi Agusti, >>>>>>> >>>>>>> Can you tell me which version you installed on CentOS ? >>>>>>> >>>>>>> Thanks, >>>>>>> mirko >>>>>>> >>>>>>> On Wed, Jul 27, 2016 at 11:42 AM, Mirko Brankovic < >>>>>>> mirkobrankovic at gmail.com> wrote: >>>>>>> >>>>>>>> HI, >>>>>>>> >>>>>>>> I guessed it was it but on debian I didn't had newer yesterday, but >>>>>>>> tried downgrading it which didn't help ofcourse. >>>>>>>> >>>>>>>> I'll see if there is newer one now. >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Mirko >>>>>>>> >>>>>>>> On Wed, Jul 27, 2016 at 11:20 AM, Agust? Ubalde < >>>>>>>> aubalde at presenceco.com> wrote: >>>>>>>> >>>>>>>>> Hi Mirko, >>>>>>>>> >>>>>>>>> I solved the problem updating *openssl* packet (I'm using CentOS >>>>>>>>> 6). >>>>>>>>> >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> >>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>> Chief Developer >>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>> Barcelona 08036 >>>>>>>>> aubalde at presenceco.com >>>>>>>>> >>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>> >>>>>>>>> *www.presenceco.com* >>>>>>>>> >>>>>>>>> *Follow us on:* >>>>>>>>> >>>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>>> *[image: in]* >>>>>>>>> *[image: >>>>>>>>> ss]* *[image: fb]* >>>>>>>>> >>>>>>>>> >>>>>>>>> For additional information, please visit our website >>>>>>>>> *www.presenceco.com* >>>>>>>>> >>>>>>>>> 2016-07-27 11:05 GMT+02:00 Agust? Ubalde : >>>>>>>>> >>>>>>>>>> Hi all, >>>>>>>>>> >>>>>>>>>> I've the same problem with FreeSWITCH 1.5.14. I apply this patch >>>>>>>>>> to resolve a problem with Firefox ( >>>>>>>>>> https://freeswitch.org/jira/browse/FS-7839) and now, Chrome 52 >>>>>>>>>> not works. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> >>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>> Chief Developer >>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>> Barcelona 08036 >>>>>>>>>> aubalde at presenceco.com >>>>>>>>>> >>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>> >>>>>>>>>> *www.presenceco.com* >>>>>>>>>> >>>>>>>>>> *Follow us on:* >>>>>>>>>> >>>>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>>>> *[image: in]* >>>>>>>>>> *[image: >>>>>>>>>> ss]* *[image: fb]* >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> For additional information, please visit our website >>>>>>>>>> *www.presenceco.com* >>>>>>>>>> >>>>>>>>>> 2016-07-27 10:47 GMT+02:00 Mirko Brankovic < >>>>>>>>>> mirkobrankovic at gmail.com>: >>>>>>>>>> >>>>>>>>>>> Yes, I was a 'few' commits behind on 1.7 ?, pulled latest from >>>>>>>>>>> git re-compiled but problem still the same. >>>>>>>>>>> >>>>>>>>>>> I'll try to get some deeper into the problem. >>>>>>>>>>> >>>>>>>>>>> Thanks, >>>>>>>>>>> Mirko >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> *Presence Technology - Disclaimer This message, its content and >>>>>>>>> any file attached thereto is for the intended recipient only and is >>>>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>>>> or had access to it, you should note that the information in it is private >>>>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>>>> has emitted.* >>>>>>>>> >>>>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>>>> * >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Mirko >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Mirko >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> *Presence Technology - Disclaimer This message, its content and any >>>>>> file attached thereto is for the intended recipient only and is >>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>> or had access to it, you should note that the information in it is private >>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>> Presence Technology reserves the right to take legal action against any >>>>>> persons unlawfully gaining access to the content of any external message it >>>>>> has emitted.* >>>>>> >>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>> * >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Mirko >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> *Presence Technology - Disclaimer This message, its content and any file >>> attached thereto is for the intended recipient only and is confidential and >>> /or privileged. If you have received this e-mail in error or had access to >>> it, you should note that the information in it is private and any use >>> thereof is unauthorized. In such an event please notify us by e-mail or by >>> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >>> whatsoever means and any transmission or dissemination thereof to other >>> persons is prohibited. It should be deleted immediately from your system. >>> Presence Technology reserves the right to take legal action against any >>> persons unlawfully gaining access to the content of any external message it >>> has emitted.* >>> >>> *For additional information, please visit our website **www.presenceco.com >>> * >>> >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > *Presence Technology - Disclaimer This message, its content and any file > attached thereto is for the intended recipient only and is confidential and > /or privileged. If you have received this e-mail in error or had access to > it, you should note that the information in it is private and any use > thereof is unauthorized. In such an event please notify us by e-mail or by > telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by > whatsoever means and any transmission or dissemination thereof to other > persons is prohibited. It should be deleted immediately from your system. > Presence Technology reserves the right to take legal action against any > persons unlawfully gaining access to the content of any external message it > has emitted.* > > *For additional information, please visit our website **www.presenceco.com > * > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7690 / Virus Database: 4627/12697 - Release Date: 07/28/16 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/02fbf3ab/attachment-0001.html From mirkobrankovic at gmail.com Tue Aug 2 11:23:06 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Tue, 2 Aug 2016 09:23:06 +0200 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: BTW do you have freeswitch-sounds-en-us-callie installed ? On Mon, Aug 1, 2016 at 10:21 PM, Bipin Patel wrote: > I'm using g711u codec and the standard verto communicator portal so what > can go wrong? > Even the conference server of fs using vc I hear no ringtone so could it > be the vc code itself having the issue? > > On August 1, 2016 7:52:32 PM Mirko Brankovic > wrote: > >> I guess that is it. >> Just before that event being fired up you should have Callstate changed >> from Down to Ringing, something like: >> >> 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready >> verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! >> 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 >> (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> >> RINGING >> >> which means that on the client side this event is not picked up to play >> ringtone I guess. Check the browser console log. >> >> >> >> On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: >> >>> hi, >>> >>> i did the verto trace and after invite i get the below event, i didnt do >>> the sip trace because when i call directly using sip i get session progress >>> so the gateway is surely generating the session progress >>> "channelCallState": "RINGING", >>> "originalChannelCallState": "DOWN", >>> >>> >>> Regards, >>> Bipin >>> >>> >>> ------------------------------ >>> -------- Original Message -------- >>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>> From: Mirko Brankovic >>> >>> To: FreeSWITCH Users Help >>> >>> Date: 8/1/2016, 7:19:24 PM >>> >>> yes increase the debug value to maybe 10 in verto.xml.conf and sofia >>> global siptrace on and see what is going on. >>> >>> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel wrote: >>> >>>> hi, >>>> >>>> yes i have answer before the bridge but i even tried without answer and >>>> both ways no ringtone came, ill check the trace and get back >>>> >>>> >>>> Regards, >>>> Bipin >>>> >>>> >>>> ------------------------------ >>>> -------- Original Message -------- >>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>> From: Mirko Brankovic >>>> >>>> To: FreeSWITCH Users Help >>>> >>>> Date: 8/1/2016, 6:39:58 PM >>>> >>>> HI, >>>> Do you do answer before the bridge? >>>> >>>> Turn on SIP and Verto trace and see if 180/183 is propagated correctly >>>> into verto event "originalChannelCallState": "RINGING", after >>>> verto.invite. >>>> >>>> -mirko >>>> >>>> >>>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel wrote: >>>> >>>>> i have successfully setup VC with FS with all the certs etc and all >>>>> calls coming from verto goto sip gateway and from there to pstn line. The >>>>> calls go all fine with 2 way audio but the only problem im facing is when >>>>> the verto user calls a number, he cant hear any ringtone and in cases where >>>>> the remote party mobile is switched of that time the wireless carrier >>>>> usually gives a phone switched off or out of coverage ivr but all those are >>>>> not heard to the verto user. Is there any way to fix this or probably >>>>> bridge the ringing received from remote side to verto caller, i dont want >>>>> to generate any local ring back on FS >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Bipin >>>>> >>>>> >>>>> ------------------------------ >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Mirko >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/86c28e83/attachment.html From mirkobrankovic at gmail.com Tue Aug 2 11:27:18 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Tue, 2 Aug 2016 09:27:18 +0200 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: aah yes it is in verto dir: ??? sounds ? ??? bell_ring2.mp3 ? ??? bell_ring2.wav On Tue, Aug 2, 2016 at 9:23 AM, Mirko Brankovic wrote: > BTW do you have freeswitch-sounds-en-us-callie installed ? > > On Mon, Aug 1, 2016 at 10:21 PM, Bipin Patel wrote: > >> I'm using g711u codec and the standard verto communicator portal so what >> can go wrong? >> Even the conference server of fs using vc I hear no ringtone so could it >> be the vc code itself having the issue? >> >> On August 1, 2016 7:52:32 PM Mirko Brankovic >> wrote: >> >>> I guess that is it. >>> Just before that event being fired up you should have Callstate changed >>> from Down to Ringing, something like: >>> >>> 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready >>> verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! >>> 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 >>> (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> >>> RINGING >>> >>> which means that on the client side this event is not picked up to play >>> ringtone I guess. Check the browser console log. >>> >>> >>> >>> On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: >>> >>>> hi, >>>> >>>> i did the verto trace and after invite i get the below event, i didnt >>>> do the sip trace because when i call directly using sip i get session >>>> progress so the gateway is surely generating the session progress >>>> "channelCallState": "RINGING", >>>> "originalChannelCallState": "DOWN", >>>> >>>> >>>> Regards, >>>> Bipin >>>> >>>> >>>> ------------------------------ >>>> -------- Original Message -------- >>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>> From: Mirko Brankovic >>>> >>>> To: FreeSWITCH Users Help >>>> >>>> Date: 8/1/2016, 7:19:24 PM >>>> >>>> yes increase the debug value to maybe 10 in verto.xml.conf and sofia >>>> global siptrace on and see what is going on. >>>> >>>> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel wrote: >>>> >>>>> hi, >>>>> >>>>> yes i have answer before the bridge but i even tried without answer >>>>> and both ways no ringtone came, ill check the trace and get back >>>>> >>>>> >>>>> Regards, >>>>> Bipin >>>>> >>>>> >>>>> ------------------------------ >>>>> -------- Original Message -------- >>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>> From: Mirko Brankovic >>>>> >>>>> To: FreeSWITCH Users Help >>>>> >>>>> Date: 8/1/2016, 6:39:58 PM >>>>> >>>>> HI, >>>>> Do you do answer before the bridge? >>>>> >>>>> Turn on SIP and Verto trace and see if 180/183 is propagated correctly >>>>> into verto event "originalChannelCallState": "RINGING", after >>>>> verto.invite. >>>>> >>>>> -mirko >>>>> >>>>> >>>>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel wrote: >>>>> >>>>>> i have successfully setup VC with FS with all the certs etc and all >>>>>> calls coming from verto goto sip gateway and from there to pstn line. The >>>>>> calls go all fine with 2 way audio but the only problem im facing is when >>>>>> the verto user calls a number, he cant hear any ringtone and in cases where >>>>>> the remote party mobile is switched of that time the wireless carrier >>>>>> usually gives a phone switched off or out of coverage ivr but all those are >>>>>> not heard to the verto user. Is there any way to fix this or probably >>>>>> bridge the ringing received from remote side to verto caller, i dont want >>>>>> to generate any local ring back on FS >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Bipin >>>>>> >>>>>> >>>>>> ------------------------------ >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Mirko >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Mirko >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/b6899f1b/attachment-0001.html From yu at yu-boot.ru Tue Aug 2 12:56:16 2016 From: yu at yu-boot.ru (Yu Boot) Date: Tue, 2 Aug 2016 11:56:16 +0300 Subject: [Freeswitch-users] Custom text in hangup code Message-ID: <7646c28a-69e7-ff19-7d4e-78194f3a9462@yu-boot.ru> How to change default text in hangup SIP messages? For example I want hangup with "503 Call limit exceeded" instead of just "503 Service unavailable" for call limit. From bipin at xbipin.com Tue Aug 2 13:01:59 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 2 Aug 2016 13:01:59 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: <7585c707-e45a-2349-ceea-677fa77205a7@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/41e794e0/attachment-0001.html From bipin at xbipin.com Tue Aug 2 13:28:07 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 2 Aug 2016 13:28:07 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/20be292b/attachment-0001.html From bipin at xbipin.com Tue Aug 2 14:07:31 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 2 Aug 2016 14:07:31 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> Message-ID: <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/76a83bb2/attachment-0001.html From uzair.iltifat.ahmed at gmail.com Tue Aug 2 14:08:53 2016 From: uzair.iltifat.ahmed at gmail.com (uzair iltifat) Date: Tue, 2 Aug 2016 06:08:53 -0400 Subject: [Freeswitch-users] fusionpbx error Message-ID: Hi, I have recently installed fusionPBX, when i try to access it with the URL i get this error ----- SQLSTATE[28000] [1045] Access denied for user 'fusionpbx'@'localhost' (using password: YES) ----- waiting for the fastest response, thanks! http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ Uzair Ahmed [image: http://]about.me/uzairIltifat http://uzair.ahmed.netcv.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/183d555b/attachment.html From nneul at mst.edu Tue Aug 2 15:36:34 2016 From: nneul at mst.edu (Nathan Neulinger) Date: Tue, 2 Aug 2016 06:36:34 -0500 Subject: [Freeswitch-users] save voicemail via http In-Reply-To: <20160802045436.GB30334@gmail.com> References: <48a23cad-a97a-3d92-d0a5-d9b3a5111016@mst.edu> <20160802045436.GB30334@gmail.com> Message-ID: <7bd5ba68-c236-183d-abbb-18ef448c9bd6@mst.edu> The issue is the support within mod_voicemail. If mod_voicemail supported a object store access method, then it could be adapted to just about any storage mechanism. -- Nathan On 08/01/2016 11:54 PM, Jungle Boogie wrote: > On Mon, Aug 01, 2016 at 07:24:39PM -0500, Nathan Neulinger wrote: >> Essentially, gluster is a cluster distributed filesystem. It uses local storage on each 'server' node, and that can then >> be mounted on clients. It's intended for high performance compute resources, but works quite nicely for freeswitch backend. >> >> In my case, I have 4 servers accessing the cluster - 2 freeswitch nodes that are setup as an HA pair using keepalived >> (article already in wiki for that), 2 web server front end nodes for a local custom UI. >> >> On the backend, I have the three gluster nodes for file service (odd number to insure quorum) and 3 Percona XTraDB mysql >> nodes also operating as a cluster. >> >> Everything except the two freeswitch instances is running as a VM. The FS nodes are running on real hardware. >> >> The key difference with NFS is that the filesystem itself is redundant - so you can take any one of those backend nodes >> out of service and it isn't visible (except as a momentary hang) to the servers that have the filesystem mounted. >> > > I appreciate all the info. Gluster sounds great and seems like it > works out well in a situation like this. > > Did you try a document storage DB before going to gluster, or was > gluster already what you were using so it just fell into place? > >> -- Nathan >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ------------------------------------------------------------ Nathan Neulinger nneul at mst.edu Missouri S&T Information Technology (573) 612-1412 System Administrator - Architect From shaun.stokes at itec-support.co.uk Tue Aug 2 15:43:32 2016 From: shaun.stokes at itec-support.co.uk (Shaun Stokes) Date: Tue, 2 Aug 2016 11:43:32 +0000 Subject: [Freeswitch-users] fusionpbx error In-Reply-To: References: Message-ID: <6FD2F8B5BB72834E9939AEDF9FB802A901E7BDD9D5@mbx-01.sysconfig.co.uk> I don?t believe I?ve seen this specific error before, symptoms would indicate that the credentials supplied for the SQL database are incorrect. You can modify the SQL database information and credentials by editing the file ?/var/www/fusionpbx/resources/config.php?, you may need to restart nginx (or apache) for the change to take effect. If you?re still experiencing problems and you followed the FusionPBX installation steps you should raise the issue with the FusionPBX community: https://github.com/fusionpbx/fusionpbx/issues From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of uzair iltifat Sent: 02 August 2016 11:09 To: FreeSWITCH Users Help Subject: [Freeswitch-users] fusionpbx error Hi, I have recently installed fusionPBX, when i try to access it with the URL i get this error ----- SQLSTATE[28000] [1045] Access denied for user 'fusionpbx'@'localhost' (using password: YES) ----- waiting for the fastest response, thanks! http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ Uzair Ahmed about.me/uzairIltifat http://uzair.ahmed.netcv.com/ ______________________________________________________________________ This message has been checked for all known viruses by MessageLabs Virus Scanning Service. ______________________________________________________________________ ______________________________________________________________________ This message has been checked for all known viruses by MessageLabs Virus Scanning Service. ______________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/12735960/attachment.html From hawkins at hawkinsegroup.com Tue Aug 2 18:03:52 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Tue, 2 Aug 2016 09:03:52 -0500 Subject: [Freeswitch-users] fusionpbx error In-Reply-To: <6FD2F8B5BB72834E9939AEDF9FB802A901E7BDD9D5@mbx-01.sysconfig.co.uk> References: <6FD2F8B5BB72834E9939AEDF9FB802A901E7BDD9D5@mbx-01.sysconfig.co.uk> Message-ID: Your basic SQL error. Check that your credentials (username/password) are correct. Google is also your friend on issues such as this one. Sincerely, Don Hawkins Sent from my NationPCS? Nexus 6. On Aug 2, 2016 6:44 AM, "Shaun Stokes" wrote: > I don?t believe I?ve seen this specific error before, symptoms would > indicate that the credentials supplied for the SQL database are incorrect. > > > > You can modify the SQL database information and credentials by editing the > file ?/var/www/fusionpbx/resources/config.php?, you may need to restart > nginx (or apache) for the change to take effect. > > > > If you?re still experiencing problems and you followed the FusionPBX > installation steps you should raise the issue with the FusionPBX community: > https://github.com/fusionpbx/fusionpbx/issues > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *uzair > iltifat > *Sent:* 02 August 2016 11:09 > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] fusionpbx error > > > > Hi, > > I have recently installed fusionPBX, when i try to access it with the URL > i get this error > > ----- > SQLSTATE[28000] [1045] Access denied for user 'fusionpbx'@'localhost' > (using password: YES) > ----- > > waiting for the fastest response, thanks! > > http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ > > > *Uzair Ahmed* > > about.me/uzairIltifat > > > > > > > > http://uzair.ahmed.netcv.com/ > > > ______________________________________________________________________ > This message has been checked for all known viruses by MessageLabs Virus > Scanning Service. > ______________________________________________________________________ > > ______________________________________________________________________ > This message has been checked for all known viruses by MessageLabs Virus > Scanning Service. > ______________________________________________________________________ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/f3eda3d1/attachment-0001.html From mike at jerris.com Tue Aug 2 18:16:45 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 2 Aug 2016 09:16:45 -0500 Subject: [Freeswitch-users] group dial disconnects before VM In-Reply-To: <20160802050658.GA1908@gmail.com> References: <20160802024534.GA30334@gmail.com> <20160802050658.GA1908@gmail.com> Message-ID: <15AEE78F-E53B-4EA9-96E4-23F16CF49999@jerris.com> How are you calling voicemail when it works vs when it doesn't work Sent from my iPad > On Aug 2, 2016, at 12:06 AM, Jungle Boogie wrote: > > Just wanted to add this... > > Calling the user directly plays the full voicemail prompt and allows you > to leave a VM. > > >> On Mon, Aug 01, 2016 at 07:45:36PM -0700, Jungle Boogie wrote: >> Hi All, >> >> I have some end points in a ring group and when there's no answer, I'd like it >> transferred to a voicemail box. Pretty simple. What's happening is I hear, >> "The person at extenion--goodbye. >> >> conf/dialplan/default.xml for the group: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> Logs: >> https://pastebin.freeswitch.org/view/b3856e93 >> >> What am I doing incorrectly? >> >> Thanks! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From blackc2004 at gmail.com Tue Aug 2 18:18:42 2016 From: blackc2004 at gmail.com (Cj B) Date: Tue, 2 Aug 2016 07:18:42 -0700 Subject: [Freeswitch-users] fusionpbx error In-Reply-To: References: <6FD2F8B5BB72834E9939AEDF9FB802A901E7BDD9D5@mbx-01.sysconfig.co.uk> Message-ID: <60338C42-265D-48E2-ACBE-675359E40599@gmail.com> Or Join the fusion IRC channel at #fusionpbx there?s always people there to help. Thanks, Cj B > On Aug 2, 2016, at 7:03 AM, Don Hawkins wrote: > > Your basic SQL error. > > Check that your credentials (username/password) are correct. Google is also your friend on issues such as this one. > > Sincerely, > Don Hawkins > > Sent from my NationPCS? Nexus 6. > > > On Aug 2, 2016 6:44 AM, "Shaun Stokes" > wrote: > I don?t believe I?ve seen this specific error before, symptoms would indicate that the credentials supplied for the SQL database are incorrect. > > > > You can modify the SQL database information and credentials by editing the file ?/var/www/fusionpbx/resources/config.php?, you may need to restart nginx (or apache) for the change to take effect. > > > > If you?re still experiencing problems and you followed the FusionPBX installation steps you should raise the issue with the FusionPBX community: https://github.com/fusionpbx/fusionpbx/issues > > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of uzair iltifat > Sent: 02 August 2016 11:09 > To: FreeSWITCH Users Help > > Subject: [Freeswitch-users] fusionpbx error > > > > Hi, > > I have recently installed fusionPBX, when i try to access it with the URL i get this error > > ----- > SQLSTATE[28000] [1045] Access denied for user 'fusionpbx'@'localhost' (using password: YES) > ----- > > waiting for the fastest response, thanks! > > http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ > Uzair Ahmed > > about.me/uzairIltifat > > > > > > > http://uzair.ahmed.netcv.com/ > > ______________________________________________________________________ > This message has been checked for all known viruses by MessageLabs Virus Scanning Service. > ______________________________________________________________________ > > > ______________________________________________________________________ > This message has been checked for all known viruses by MessageLabs Virus Scanning Service. > ______________________________________________________________________ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/d7f23b03/attachment.html From mike at jerris.com Tue Aug 2 18:19:11 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 2 Aug 2016 09:19:11 -0500 Subject: [Freeswitch-users] Implementing One Way audio through Freeswitch(Default Mode) In-Reply-To: References: Message-ID: <5417112E-020B-44A9-9395-163F114344F1@jerris.com> What is "default mode"? Sent from my iPad > On Aug 2, 2016, at 12:42 AM, Saurabh Verma wrote: > > Hi Michael, > > As the SoftClient1 has set sendonly as media attribute for audio in the INVITE packet and getting recvonly in 200OK even after that RTP packets are flowing from FREESWITCH to SoftClient1 (on A-Leg) and we don't want that stream. > > What exactly we need is One Way Audio on A-Leg(SoftClient1 to Freeswitch only). > > Anything we can configure for One Way Audio Stream (SoftClient1 to SoftClient2) using Default Mode in Freeswitch? > > Thanks > >> On Mon, Aug 1, 2016 at 6:57 PM, Michael Jerris wrote: >> >> >>> On Monday, August 1, 2016, Saurabh Verma wrote: >>> Hi >>> >>> I want to implement One Way Audio through Freeswitch in Default mode. >>> >>> SoftClient1 ---------> FREESWITCH ----------> SoftClient2 >>> a=sendonly (Default Mode) >>> >>> For this i have hardcoded the media attribute for audio as sendonly in Softclient1.Everytime Softclient1 will initiate the call to softclient2.Now when i make a call,Softclient1 sends sendonly as media attribute in SDP of INVITE packet.Freeswitch replies with recvonly in the 200OK.When Freeswitch forwards the Invite to Softclient2 ,we can't see any media attribute parameter in it and Softclient2 replies to FREESWITCH with sendrecv in 200OK and hence Both way media is flowing instead of one way. >>> >>> Generally if a SIP client receives sendonly in Invite, it will send recvonly in 200OK by default. >> >> And that's is what we are doing here >> >>> But here Freeswitch is modifying it and not forwarding sendonly to SoftClient2. >>> >>> >>> >> >> Please understand these are 2 different calls. Depending on your codec negotiation settings the sdp may be related to different degrees or not related at all. >> >>> Why Freeswitch is not forwarding the sendonly in invite to SoftClient2? >> >> If you are looking for FreeSWITCH to copy the exact >> sdp and forward it, use bypass media >> >>> How can we implement this using Default mode? >> >> What is default mode? >> >>> Can somebody help me with this? >>> >>> >>> >>> -- >>> With Warm Regards: >>> Saurabh Kumar Verma >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > -- > With Warm Regards: > Saurabh Kumar Verma > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/728838a4/attachment-0001.html From fanx07 at gmail.com Tue Aug 2 18:19:58 2016 From: fanx07 at gmail.com (Anonim Stefan) Date: Tue, 2 Aug 2016 17:19:58 +0300 Subject: [Freeswitch-users] play_and_get_digits questions Message-ID: Hi, While in a group call, I'm using "play_and_get_digits" to dial out a number as shown in example [1], triggered via a DTMF key: "" The issues I'm facing is that when the user forms the number, DTMF caller controls get triggered(like mute, vol up, etc..) as defined in conference.conf.xml. 1. Is there a way to not trigger those DTMF caller controls while forming the number when using play_and_get_digits? 2. Is there a way to get some details in the ASK_FOR_NUMBER_(\d+) extension, about the one that triggered the DTMF? (i.e. something like user_name or user_number) Thanks, Stefan [1] https://wiki.freeswitch.org/wiki/Conference_Add_Call_Example -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/6e5a3ad2/attachment.html From mike at jerris.com Tue Aug 2 18:24:07 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 2 Aug 2016 09:24:07 -0500 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> Message-ID: We have seen this working multiple times now by way of installing unpatched openssl 1.0.1 (latest version or at least g) over top of the distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 Sent from my iPad > On Aug 2, 2016, at 2:14 AM, Mirko Brankovic wrote: > > Hi, > > No I guess you need to go to new version of OS or wait for the openssl backport, or backport it yourself :) > >> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger wrote: >> Has anyone found a definitive fix for this? >> Thanks, >> Jack >> >>> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>> Hi Michael, >>> >>> According to this document https://developers.google.com/web/updates/2016/06/webrtc-ecdsa, We have to change the JavaScript library. >>> >>> >>> Thanks, >>> PRESENCE TECHNOLOGY >>> Agust? Ubalde Bellot >>> Chief Developer >>> C/ Comte Urgell 240 3A >>> Barcelona 08036 >>> aubalde at presenceco.com >>> >>> Ph: +34 93 10 10 300 >>> Fx: +34 93 10 10 333 >>> >>> >>> www.presenceco.com >>> >>> Follow us on: >>> >>> >>> >>> For additional information, please visit our website www.presenceco.com >>> >>> 2016-07-28 15:43 GMT+02:00 Michael Jerris : >>>> change it to what? >>>> >>>> >>>>> On Thursday, July 28, 2016, Agust? Ubalde wrote: >>>>> Hi all, >>>>> >>>>> Is possible to change ECDSA-based on FreeSWITCH? >>>>> >>>>> >>>>> Thanks, >>>>> PRESENCE TECHNOLOGY >>>>> Agust? Ubalde Bellot >>>>> Chief Developer >>>>> C/ Comte Urgell 240 3A >>>>> Barcelona 08036 >>>>> aubalde at presenceco.com >>>>> >>>>> Ph: +34 93 10 10 300 >>>>> Fx: +34 93 10 10 333 >>>>> >>>>> >>>>> www.presenceco.com >>>>> >>>>> Follow us on: >>>>> >>>>> >>>>> >>>>> For additional information, please visit our website www.presenceco.com >>>>> >>>>> 2016-07-27 19:24 GMT+02:00 Chad Phillips : >>>>>> I think this may clarify the issue a bit more. According to these release notes: >>>>>> >>>>>> https://groups.google.com/forum/#!topic/discuss-webrtc/bDfxOA8XiJI >>>>>> >>>>>> Chrome 52 uses ECDSA-based certificate generation by default, and I don't think older versions of OpenSSL support it. >>>>>> >>>>>> On Wed, Jul 27, 2016 at 4:33 AM, Mirko Brankovic wrote: >>>>>>> Thanks, >>>>>>> >>>>>>> I got it fixed on Ubuntu 14.04 from 16.04 openssl lib and on Debian7 wheezy with lib from stretch. >>>>>>> >>>>>>> Luckely there was no dependencies problem, and no side effects for now sinece libc and libc6 was also updated. >>>>>>> >>>>>>> Thanks for suggestion. >>>>>>> >>>>>>> Mirko >>>>>>> >>>>>>> On Wed, Jul 27, 2016 at 1:02 PM, Agust? Ubalde wrote: >>>>>>>> CentOS release 6.8 (Final) >>>>>>>> >>>>>>>> PRESENCE TECHNOLOGY >>>>>>>> Agust? Ubalde Bellot >>>>>>>> Chief Developer >>>>>>>> C/ Comte Urgell 240 3A >>>>>>>> Barcelona 08036 >>>>>>>> aubalde at presenceco.com >>>>>>>> >>>>>>>> Ph: +34 93 10 10 300 >>>>>>>> Fx: +34 93 10 10 333 >>>>>>>> >>>>>>>> >>>>>>>> www.presenceco.com >>>>>>>> >>>>>>>> Follow us on: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> For additional information, please visit our website www.presenceco.com >>>>>>>> >>>>>>>> 2016-07-27 12:58 GMT+02:00 Mirko Brankovic : >>>>>>>>> Hi Agusti, >>>>>>>>> >>>>>>>>> Can you tell me which version you installed on CentOS ? >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> mirko >>>>>>>>> >>>>>>>>>> On Wed, Jul 27, 2016 at 11:42 AM, Mirko Brankovic wrote: >>>>>>>>>> HI, >>>>>>>>>> >>>>>>>>>> I guessed it was it but on debian I didn't had newer yesterday, but tried downgrading it which didn't help ofcourse. >>>>>>>>>> >>>>>>>>>> I'll see if there is newer one now. >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> Mirko >>>>>>>>>> >>>>>>>>>>> On Wed, Jul 27, 2016 at 11:20 AM, Agust? Ubalde wrote: >>>>>>>>>>> Hi Mirko, >>>>>>>>>>> >>>>>>>>>>> I solved the problem updating openssl packet (I'm using CentOS 6). >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Regards, >>>>>>>>>>> PRESENCE TECHNOLOGY >>>>>>>>>>> Agust? Ubalde Bellot >>>>>>>>>>> Chief Developer >>>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>>> Barcelona 08036 >>>>>>>>>>> aubalde at presenceco.com >>>>>>>>>>> >>>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> www.presenceco.com >>>>>>>>>>> >>>>>>>>>>> Follow us on: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> For additional information, please visit our website www.presenceco.com >>>>>>>>>>> >>>>>>>>>>> 2016-07-27 11:05 GMT+02:00 Agust? Ubalde : >>>>>>>>>>>> Hi all, >>>>>>>>>>>> >>>>>>>>>>>> I've the same problem with FreeSWITCH 1.5.14. I apply this patch to resolve a problem with Firefox (https://freeswitch.org/jira/browse/FS-7839) and now, Chrome 52 not works. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Thanks, >>>>>>>>>>>> PRESENCE TECHNOLOGY >>>>>>>>>>>> Agust? Ubalde Bellot >>>>>>>>>>>> Chief Developer >>>>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>>>> Barcelona 08036 >>>>>>>>>>>> aubalde at presenceco.com >>>>>>>>>>>> >>>>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> www.presenceco.com >>>>>>>>>>>> >>>>>>>>>>>> Follow us on: >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> For additional information, please visit our website www.presenceco.com >>>>>>>>>>>> >>>>>>>>>>>> 2016-07-27 10:47 GMT+02:00 Mirko Brankovic : >>>>>>>>>>>>> Yes, I was a 'few' commits behind on 1.7 ?, pulled latest from git re-compiled but problem still the same. >>>>>>>>>>>>> >>>>>>>>>>>>> I'll try to get some deeper into the problem. >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks, >>>>>>>>>>>>> Mirko >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Presence Technology - Disclaimer >>>>>>>>>>> This message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted. >>>>>>>>>>> For additional information, please visit our website www.presenceco.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Regards, >>>>>>>>>> Mirko >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Regards, >>>>>>>>> Mirko >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> Presence Technology - Disclaimer >>>>>>>> This message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted. >>>>>>>> For additional information, please visit our website www.presenceco.com >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Mirko >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> Presence Technology - Disclaimer >>>>> This message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted. >>>>> For additional information, please visit our website www.presenceco.com >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> Presence Technology - Disclaimer >>> This message, its content and any file attached thereto is for the intended recipient only and is confidential and /or privileged. If you have received this e-mail in error or had access to it, you should note that the information in it is private and any use thereof is unauthorized. In such an event please notify us by e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by whatsoever means and any transmission or dissemination thereof to other persons is prohibited. It should be deleted immediately from your system. Presence Technology reserves the right to take legal action against any persons unlawfully gaining access to the content of any external message it has emitted. >>> For additional information, please visit our website www.presenceco.com >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> No virus found in this message. >>> Checked by AVG - www.avg.com >>> Version: 2016.0.7690 / Virus Database: 4627/12697 - Release Date: 07/28/16 >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > -- > Regards, > Mirko > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/61777fb0/attachment-0001.html From mike at jerris.com Tue Aug 2 18:28:15 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 2 Aug 2016 09:28:15 -0500 Subject: [Freeswitch-users] save voicemail via http In-Reply-To: <7bd5ba68-c236-183d-abbb-18ef448c9bd6@mst.edu> References: <48a23cad-a97a-3d92-d0a5-d9b3a5111016@mst.edu> <20160802045436.GB30334@gmail.com> <7bd5ba68-c236-183d-abbb-18ef448c9bd6@mst.edu> Message-ID: <62775914-432F-4A8F-9D02-68678CC8201B@jerris.com> Mod voicemail has checks for if the file exists that don't work right when you use http. Doing this right is going to require a re architecture of mod voicemail. We have some designs and discussions on doing this but don't have any funding for the project yet Sent from my iPad > On Aug 2, 2016, at 6:36 AM, Nathan Neulinger wrote: > > The issue is the support within mod_voicemail. > > If mod_voicemail supported a object store access method, then it could be adapted to just about any storage mechanism. > > -- Nathan > >> On 08/01/2016 11:54 PM, Jungle Boogie wrote: >>> On Mon, Aug 01, 2016 at 07:24:39PM -0500, Nathan Neulinger wrote: >>> Essentially, gluster is a cluster distributed filesystem. It uses local storage on each 'server' node, and that can then >>> be mounted on clients. It's intended for high performance compute resources, but works quite nicely for freeswitch backend. >>> >>> In my case, I have 4 servers accessing the cluster - 2 freeswitch nodes that are setup as an HA pair using keepalived >>> (article already in wiki for that), 2 web server front end nodes for a local custom UI. >>> >>> On the backend, I have the three gluster nodes for file service (odd number to insure quorum) and 3 Percona XTraDB mysql >>> nodes also operating as a cluster. >>> >>> Everything except the two freeswitch instances is running as a VM. The FS nodes are running on real hardware. >>> >>> The key difference with NFS is that the filesystem itself is redundant - so you can take any one of those backend nodes >>> out of service and it isn't visible (except as a momentary hang) to the servers that have the filesystem mounted. >> >> I appreciate all the info. Gluster sounds great and seems like it >> works out well in a situation like this. >> >> Did you try a document storage DB before going to gluster, or was >> gluster already what you were using so it just fell into place? >> >>> -- Nathan >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > ------------------------------------------------------------ > Nathan Neulinger nneul at mst.edu > Missouri S&T Information Technology (573) 612-1412 > System Administrator - Architect > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From colin.morelli at gmail.com Tue Aug 2 18:34:14 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Tue, 02 Aug 2016 14:34:14 +0000 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> Message-ID: I can confirm Chrome v52 works fine with later OpenSSL builds. If upgrading the OS is a problem you can consider running on Docker. It's fairly trivial to build FS from source in a docker container where you have a highly controlled environment of dependencies. Best, Colin On Tue, Aug 2, 2016 at 10:27 AM Michael Jerris wrote: > We have seen this working multiple times now by way of installing > unpatched openssl 1.0.1 (latest version or at least g) over top of the > distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 > > Sent from my iPad > > On Aug 2, 2016, at 2:14 AM, Mirko Brankovic > wrote: > > Hi, > > No I guess you need to go to new version of OS or wait for the openssl > backport, or backport it yourself :) > > On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger wrote: > >> Has anyone found a definitive fix for this? >> Thanks, >> Jack >> >> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >> >> Hi Michael, >> >> According to this document >> https://developers.google.com/web/updates/2016/06/webrtc-ecdsa, We have >> to change the JavaScript library. >> >> >> Thanks, >> >> *PRESENCE TECHNOLOGY* >> *Agust? Ubalde Bellot* >> Chief Developer >> C/ Comte Urgell 240 3A >> Barcelona 08036 >> aubalde at presenceco.com >> >> Ph: +34 93 10 10 300 >> Fx: +34 93 10 10 333 >> >> *www.presenceco.com* >> >> *Follow us on:* >> >> *[image: tw]* *[image: yt]* >> *[image: in]* >> *[image: ss]* >> *[image: fb]* >> >> >> For additional information, please visit our website *www.presenceco.com* >> >> >> 2016-07-28 15:43 GMT+02:00 Michael Jerris : >> >>> change it to what? >>> >>> >>> On Thursday, July 28, 2016, Agust? Ubalde >>> wrote: >>> >>>> Hi all, >>>> >>>> Is possible to change ECDSA-based on FreeSWITCH? >>>> >>>> >>>> Thanks, >>>> >>>> *PRESENCE TECHNOLOGY* >>>> *Agust? Ubalde Bellot* >>>> Chief Developer >>>> C/ Comte Urgell 240 3A >>>> Barcelona 08036 >>>> aubalde at presenceco.com >>>> >>>> Ph: +34 93 10 10 300 >>>> Fx: +34 93 10 10 333 >>>> >>>> *www.presenceco.com* >>>> >>>> *Follow us on:* >>>> >>>> *[image: tw]* *[image: yt]* >>>> *[image: in]* >>>> *[image: ss]* >>>> *[image: fb]* >>>> >>>> >>>> For additional information, please visit our website >>>> *www.presenceco.com* >>>> >>>> 2016-07-27 19:24 GMT+02:00 Chad Phillips : >>>> >>>>> I think this may clarify the issue a bit more. According to these >>>>> release notes: >>>>> >>>>> https://groups.google.com/forum/#!topic/discuss-webrtc/bDfxOA8XiJI >>>>> >>>>> Chrome 52 uses ECDSA-based certificate generation by default, and I >>>>> don't think older versions of OpenSSL support it. >>>>> >>>>> On Wed, Jul 27, 2016 at 4:33 AM, Mirko Brankovic < >>>>> mirkobrankovic at gmail.com> wrote: >>>>> >>>>>> Thanks, >>>>>> >>>>>> I got it fixed on Ubuntu 14.04 from 16.04 openssl lib and on Debian7 >>>>>> wheezy with lib from stretch. >>>>>> >>>>>> Luckely there was no dependencies problem, and no side effects for >>>>>> now sinece libc and libc6 was also updated. >>>>>> >>>>>> Thanks for suggestion. >>>>>> >>>>>> Mirko >>>>>> >>>>>> On Wed, Jul 27, 2016 at 1:02 PM, Agust? Ubalde < >>>>>> aubalde at presenceco.com> wrote: >>>>>> >>>>>>> CentOS release 6.8 (Final) >>>>>>> >>>>>>> *PRESENCE TECHNOLOGY* >>>>>>> *Agust? Ubalde Bellot* >>>>>>> Chief Developer >>>>>>> C/ Comte Urgell 240 3A >>>>>>> Barcelona 08036 >>>>>>> aubalde at presenceco.com >>>>>>> >>>>>>> Ph: +34 93 10 10 300 >>>>>>> Fx: +34 93 10 10 333 >>>>>>> >>>>>>> *www.presenceco.com* >>>>>>> >>>>>>> *Follow us on:* >>>>>>> >>>>>>> *[image: tw]* *[image: yt]* >>>>>>> *[image: in]* >>>>>>> *[image: >>>>>>> ss]* *[image: fb]* >>>>>>> >>>>>>> >>>>>>> For additional information, please visit our website >>>>>>> *www.presenceco.com* >>>>>>> >>>>>>> 2016-07-27 12:58 GMT+02:00 Mirko Brankovic >>>>>> >: >>>>>>> >>>>>>>> Hi Agusti, >>>>>>>> >>>>>>>> Can you tell me which version you installed on CentOS ? >>>>>>>> >>>>>>>> Thanks, >>>>>>>> mirko >>>>>>>> >>>>>>>> On Wed, Jul 27, 2016 at 11:42 AM, Mirko Brankovic < >>>>>>>> mirkobrankovic at gmail.com> wrote: >>>>>>>> >>>>>>>>> HI, >>>>>>>>> >>>>>>>>> I guessed it was it but on debian I didn't had newer yesterday, >>>>>>>>> but tried downgrading it which didn't help ofcourse. >>>>>>>>> >>>>>>>>> I'll see if there is newer one now. >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Mirko >>>>>>>>> >>>>>>>>> On Wed, Jul 27, 2016 at 11:20 AM, Agust? Ubalde < >>>>>>>>> aubalde at presenceco.com> wrote: >>>>>>>>> >>>>>>>>>> Hi Mirko, >>>>>>>>>> >>>>>>>>>> I solved the problem updating *openssl* packet (I'm using CentOS >>>>>>>>>> 6). >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> >>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>> Chief Developer >>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>> Barcelona 08036 >>>>>>>>>> aubalde at presenceco.com >>>>>>>>>> >>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>> >>>>>>>>>> *www.presenceco.com* >>>>>>>>>> >>>>>>>>>> *Follow us on:* >>>>>>>>>> >>>>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>>>> *[image: in]* >>>>>>>>>> *[image: >>>>>>>>>> ss]* *[image: fb]* >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> For additional information, please visit our website >>>>>>>>>> *www.presenceco.com* >>>>>>>>>> >>>>>>>>>> 2016-07-27 11:05 GMT+02:00 Agust? Ubalde >>>>>>>>>> : >>>>>>>>>> >>>>>>>>>>> Hi all, >>>>>>>>>>> >>>>>>>>>>> I've the same problem with FreeSWITCH 1.5.14. I apply this patch >>>>>>>>>>> to resolve a problem with Firefox ( >>>>>>>>>>> https://freeswitch.org/jira/browse/FS-7839) and now, Chrome 52 >>>>>>>>>>> not works. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Thanks, >>>>>>>>>>> >>>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>>> Chief Developer >>>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>>> Barcelona 08036 >>>>>>>>>>> aubalde at presenceco.com >>>>>>>>>>> >>>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>>> >>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>> >>>>>>>>>>> *Follow us on:* >>>>>>>>>>> >>>>>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>>>>> *[image: in]* >>>>>>>>>>> *[image: >>>>>>>>>>> ss]* *[image: fb]* >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> For additional information, please visit our website >>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>> >>>>>>>>>>> 2016-07-27 10:47 GMT+02:00 Mirko Brankovic < >>>>>>>>>>> mirkobrankovic at gmail.com>: >>>>>>>>>>> >>>>>>>>>>>> Yes, I was a 'few' commits behind on 1.7 ?, pulled latest from >>>>>>>>>>>> git re-compiled but problem still the same. >>>>>>>>>>>> >>>>>>>>>>>> I'll try to get some deeper into the problem. >>>>>>>>>>>> >>>>>>>>>>>> Thanks, >>>>>>>>>>>> Mirko >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *Presence Technology - Disclaimer This message, its content and >>>>>>>>>> any file attached thereto is for the intended recipient only and is >>>>>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>>>>> or had access to it, you should note that the information in it is private >>>>>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>>>>> has emitted.* >>>>>>>>>> >>>>>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>>>>> * >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Regards, >>>>>>>>> Mirko >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Mirko >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> *Presence Technology - Disclaimer This message, its content and any >>>>>>> file attached thereto is for the intended recipient only and is >>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>> or had access to it, you should note that the information in it is private >>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>> has emitted.* >>>>>>> >>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>> * >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Mirko >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> *Presence Technology - Disclaimer This message, its content and any >>>> file attached thereto is for the intended recipient only and is >>>> confidential and /or privileged. If you have received this e-mail in error >>>> or had access to it, you should note that the information in it is private >>>> and any use thereof is unauthorized. In such an event please notify us by >>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>> by whatsoever means and any transmission or dissemination thereof to other >>>> persons is prohibited. It should be deleted immediately from your system. >>>> Presence Technology reserves the right to take legal action against any >>>> persons unlawfully gaining access to the content of any external message it >>>> has emitted.* >>>> >>>> *For additional information, please visit our website **www.presenceco.com >>>> * >>>> >>>> >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> *Presence Technology - Disclaimer This message, its content and any file >> attached thereto is for the intended recipient only and is confidential and >> /or privileged. If you have received this e-mail in error or had access to >> it, you should note that the information in it is private and any use >> thereof is unauthorized. In such an event please notify us by e-mail or by >> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >> whatsoever means and any transmission or dissemination thereof to other >> persons is prohibited. It should be deleted immediately from your system. >> Presence Technology reserves the right to take legal action against any >> persons unlawfully gaining access to the content of any external message it >> has emitted.* >> >> *For additional information, please visit our website **www.presenceco.com >> * >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2016.0.7690 / Virus Database: 4627/12697 - Release Date: 07/28/16 >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/23a16b42/attachment-0001.html From fanx07 at gmail.com Tue Aug 2 18:38:45 2016 From: fanx07 at gmail.com (Anonim Stefan) Date: Tue, 2 Aug 2016 17:38:45 +0300 Subject: [Freeswitch-users] play_and_get_digits questions In-Reply-To: References: Message-ID: Hi, Please ignore question 1. The solution was to increase the timeout of the play_and_get_digits [2]. Still wondering about question 2. Thanks, Stefan [2] https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+play+and+get+digits On Tue, Aug 2, 2016 at 5:19 PM, Anonim Stefan wrote: > Hi, > > While in a group call, I'm using "play_and_get_digits" to dial out a > number as shown in example [1], triggered via a DTMF key: > > "" > > The issues I'm facing is that when the user forms the number, DTMF caller > controls get triggered(like mute, vol up, etc..) as defined in > conference.conf.xml. > > 1. Is there a way to not trigger those DTMF caller controls while forming > the number when using play_and_get_digits? > > 2. Is there a way to get some details in the ASK_FOR_NUMBER_(\d+) > extension, about the one that triggered the DTMF? (i.e. something like > user_name or user_number) > > Thanks, > Stefan > > [1] https://wiki.freeswitch.org/wiki/Conference_Add_Call_Example > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/fc732914/attachment.html From mirkobrankovic at gmail.com Tue Aug 2 18:57:31 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Tue, 2 Aug 2016 16:57:31 +0200 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> Message-ID: So just add, xenial securiti list to your apt repo: deb http://security.ubuntu.com/ubuntu xenial-security main and upgrate openssl: apt-get update && apt-get upgrade openssl -y On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris wrote: > We have seen this working multiple times now by way of installing > unpatched openssl 1.0.1 (latest version or at least g) over top of the > distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 > > Sent from my iPad > > On Aug 2, 2016, at 2:14 AM, Mirko Brankovic > wrote: > > Hi, > > No I guess you need to go to new version of OS or wait for the openssl > backport, or backport it yourself :) > > On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger wrote: > >> Has anyone found a definitive fix for this? >> Thanks, >> Jack >> >> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >> >> Hi Michael, >> >> According to this document >> https://developers.google.com/web/updates/2016/06/webrtc-ecdsa, We have >> to change the JavaScript library. >> >> >> Thanks, >> >> *PRESENCE TECHNOLOGY* >> *Agust? Ubalde Bellot* >> Chief Developer >> C/ Comte Urgell 240 3A >> Barcelona 08036 >> aubalde at presenceco.com >> >> Ph: +34 93 10 10 300 >> Fx: +34 93 10 10 333 >> >> *www.presenceco.com* >> >> *Follow us on:* >> >> *[image: tw]* *[image: yt]* >> *[image: in]* >> *[image: ss]* >> *[image: fb]* >> >> >> For additional information, please visit our website *www.presenceco.com* >> >> >> 2016-07-28 15:43 GMT+02:00 Michael Jerris : >> >>> change it to what? >>> >>> >>> On Thursday, July 28, 2016, Agust? Ubalde >>> wrote: >>> >>>> Hi all, >>>> >>>> Is possible to change ECDSA-based on FreeSWITCH? >>>> >>>> >>>> Thanks, >>>> >>>> *PRESENCE TECHNOLOGY* >>>> *Agust? Ubalde Bellot* >>>> Chief Developer >>>> C/ Comte Urgell 240 3A >>>> Barcelona 08036 >>>> aubalde at presenceco.com >>>> >>>> Ph: +34 93 10 10 300 >>>> Fx: +34 93 10 10 333 >>>> >>>> *www.presenceco.com* >>>> >>>> *Follow us on:* >>>> >>>> *[image: tw]* *[image: yt]* >>>> *[image: in]* >>>> *[image: ss]* >>>> *[image: fb]* >>>> >>>> >>>> For additional information, please visit our website >>>> *www.presenceco.com* >>>> >>>> 2016-07-27 19:24 GMT+02:00 Chad Phillips : >>>> >>>>> I think this may clarify the issue a bit more. According to these >>>>> release notes: >>>>> >>>>> https://groups.google.com/forum/#!topic/discuss-webrtc/bDfxOA8XiJI >>>>> >>>>> Chrome 52 uses ECDSA-based certificate generation by default, and I >>>>> don't think older versions of OpenSSL support it. >>>>> >>>>> On Wed, Jul 27, 2016 at 4:33 AM, Mirko Brankovic < >>>>> mirkobrankovic at gmail.com> wrote: >>>>> >>>>>> Thanks, >>>>>> >>>>>> I got it fixed on Ubuntu 14.04 from 16.04 openssl lib and on Debian7 >>>>>> wheezy with lib from stretch. >>>>>> >>>>>> Luckely there was no dependencies problem, and no side effects for >>>>>> now sinece libc and libc6 was also updated. >>>>>> >>>>>> Thanks for suggestion. >>>>>> >>>>>> Mirko >>>>>> >>>>>> On Wed, Jul 27, 2016 at 1:02 PM, Agust? Ubalde < >>>>>> aubalde at presenceco.com> wrote: >>>>>> >>>>>>> CentOS release 6.8 (Final) >>>>>>> >>>>>>> *PRESENCE TECHNOLOGY* >>>>>>> *Agust? Ubalde Bellot* >>>>>>> Chief Developer >>>>>>> C/ Comte Urgell 240 3A >>>>>>> Barcelona 08036 >>>>>>> aubalde at presenceco.com >>>>>>> >>>>>>> Ph: +34 93 10 10 300 >>>>>>> Fx: +34 93 10 10 333 >>>>>>> >>>>>>> *www.presenceco.com* >>>>>>> >>>>>>> *Follow us on:* >>>>>>> >>>>>>> *[image: tw]* *[image: yt]* >>>>>>> *[image: in]* >>>>>>> *[image: >>>>>>> ss]* *[image: fb]* >>>>>>> >>>>>>> >>>>>>> For additional information, please visit our website >>>>>>> *www.presenceco.com* >>>>>>> >>>>>>> 2016-07-27 12:58 GMT+02:00 Mirko Brankovic >>>>>> >: >>>>>>> >>>>>>>> Hi Agusti, >>>>>>>> >>>>>>>> Can you tell me which version you installed on CentOS ? >>>>>>>> >>>>>>>> Thanks, >>>>>>>> mirko >>>>>>>> >>>>>>>> On Wed, Jul 27, 2016 at 11:42 AM, Mirko Brankovic < >>>>>>>> mirkobrankovic at gmail.com> wrote: >>>>>>>> >>>>>>>>> HI, >>>>>>>>> >>>>>>>>> I guessed it was it but on debian I didn't had newer yesterday, >>>>>>>>> but tried downgrading it which didn't help ofcourse. >>>>>>>>> >>>>>>>>> I'll see if there is newer one now. >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Mirko >>>>>>>>> >>>>>>>>> On Wed, Jul 27, 2016 at 11:20 AM, Agust? Ubalde < >>>>>>>>> aubalde at presenceco.com> wrote: >>>>>>>>> >>>>>>>>>> Hi Mirko, >>>>>>>>>> >>>>>>>>>> I solved the problem updating *openssl* packet (I'm using CentOS >>>>>>>>>> 6). >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> >>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>> Chief Developer >>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>> Barcelona 08036 >>>>>>>>>> aubalde at presenceco.com >>>>>>>>>> >>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>> >>>>>>>>>> *www.presenceco.com* >>>>>>>>>> >>>>>>>>>> *Follow us on:* >>>>>>>>>> >>>>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>>>> *[image: in]* >>>>>>>>>> *[image: >>>>>>>>>> ss]* *[image: fb]* >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> For additional information, please visit our website >>>>>>>>>> *www.presenceco.com* >>>>>>>>>> >>>>>>>>>> 2016-07-27 11:05 GMT+02:00 Agust? Ubalde >>>>>>>>>> : >>>>>>>>>> >>>>>>>>>>> Hi all, >>>>>>>>>>> >>>>>>>>>>> I've the same problem with FreeSWITCH 1.5.14. I apply this patch >>>>>>>>>>> to resolve a problem with Firefox ( >>>>>>>>>>> https://freeswitch.org/jira/browse/FS-7839) and now, Chrome 52 >>>>>>>>>>> not works. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Thanks, >>>>>>>>>>> >>>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>>> Chief Developer >>>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>>> Barcelona 08036 >>>>>>>>>>> aubalde at presenceco.com >>>>>>>>>>> >>>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>>> >>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>> >>>>>>>>>>> *Follow us on:* >>>>>>>>>>> >>>>>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>>>>> *[image: in]* >>>>>>>>>>> *[image: >>>>>>>>>>> ss]* *[image: fb]* >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> For additional information, please visit our website >>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>> >>>>>>>>>>> 2016-07-27 10:47 GMT+02:00 Mirko Brankovic < >>>>>>>>>>> mirkobrankovic at gmail.com>: >>>>>>>>>>> >>>>>>>>>>>> Yes, I was a 'few' commits behind on 1.7 ?, pulled latest from >>>>>>>>>>>> git re-compiled but problem still the same. >>>>>>>>>>>> >>>>>>>>>>>> I'll try to get some deeper into the problem. >>>>>>>>>>>> >>>>>>>>>>>> Thanks, >>>>>>>>>>>> Mirko >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *Presence Technology - Disclaimer This message, its content and >>>>>>>>>> any file attached thereto is for the intended recipient only and is >>>>>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>>>>> or had access to it, you should note that the information in it is private >>>>>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>>>>> has emitted.* >>>>>>>>>> >>>>>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>>>>> * >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Regards, >>>>>>>>> Mirko >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Mirko >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> *Presence Technology - Disclaimer This message, its content and any >>>>>>> file attached thereto is for the intended recipient only and is >>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>> or had access to it, you should note that the information in it is private >>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>> has emitted.* >>>>>>> >>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>> * >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Mirko >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> *Presence Technology - Disclaimer This message, its content and any >>>> file attached thereto is for the intended recipient only and is >>>> confidential and /or privileged. If you have received this e-mail in error >>>> or had access to it, you should note that the information in it is private >>>> and any use thereof is unauthorized. In such an event please notify us by >>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>> by whatsoever means and any transmission or dissemination thereof to other >>>> persons is prohibited. It should be deleted immediately from your system. >>>> Presence Technology reserves the right to take legal action against any >>>> persons unlawfully gaining access to the content of any external message it >>>> has emitted.* >>>> >>>> *For additional information, please visit our website **www.presenceco.com >>>> * >>>> >>>> >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> *Presence Technology - Disclaimer This message, its content and any file >> attached thereto is for the intended recipient only and is confidential and >> /or privileged. If you have received this e-mail in error or had access to >> it, you should note that the information in it is private and any use >> thereof is unauthorized. In such an event please notify us by e-mail or by >> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >> whatsoever means and any transmission or dissemination thereof to other >> persons is prohibited. It should be deleted immediately from your system. >> Presence Technology reserves the right to take legal action against any >> persons unlawfully gaining access to the content of any external message it >> has emitted.* >> >> *For additional information, please visit our website **www.presenceco.com >> * >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> >> >> No virus found in this message. >> Checked by AVG - www.avg.com >> Version: 2016.0.7690 / Virus Database: 4627/12697 - Release Date: 07/28/16 >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/000d3595/attachment-0001.html From fanx07 at gmail.com Tue Aug 2 18:58:25 2016 From: fanx07 at gmail.com (Anonim Stefan) Date: Tue, 2 Aug 2016 17:58:25 +0300 Subject: [Freeswitch-users] play_and_get_digits questions In-Reply-To: References: Message-ID: Apparently ${caller_id_number} reduces to what I need ^^. Stefan On Tue, Aug 2, 2016 at 5:38 PM, Anonim Stefan wrote: > Hi, > > Please ignore question 1. The solution was to increase the timeout of the > play_and_get_digits [2]. > > Still wondering about question 2. > > Thanks, > Stefan > > [2] > https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+play+and+get+digits > > On Tue, Aug 2, 2016 at 5:19 PM, Anonim Stefan wrote: > >> Hi, >> >> While in a group call, I'm using "play_and_get_digits" to dial out a >> number as shown in example [1], triggered via a DTMF key: >> >> "> data="execute_extension ASK_FOR_NUMBER_447279569204 XML default"/>" >> >> The issues I'm facing is that when the user forms the number, DTMF caller >> controls get triggered(like mute, vol up, etc..) as defined in >> conference.conf.xml. >> >> 1. Is there a way to not trigger those DTMF caller controls while forming >> the number when using play_and_get_digits? >> >> 2. Is there a way to get some details in the ASK_FOR_NUMBER_(\d+) >> extension, about the one that triggered the DTMF? (i.e. something like >> user_name or user_number) >> >> Thanks, >> Stefan >> >> [1] https://wiki.freeswitch.org/wiki/Conference_Add_Call_Example >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/b3e66ed4/attachment.html From mirkobrankovic at gmail.com Tue Aug 2 19:00:36 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Tue, 2 Aug 2016 17:00:36 +0200 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> Message-ID: or apt-get install openssl=1.0.2g-1ubuntu4.1 On Tue, Aug 2, 2016 at 4:57 PM, Mirko Brankovic wrote: > So just add, xenial securiti list to your apt repo: > deb http://security.ubuntu.com/ubuntu xenial-security main > > and upgrate openssl: > apt-get update && apt-get upgrade openssl -y > > > > On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris wrote: > >> We have seen this working multiple times now by way of installing >> unpatched openssl 1.0.1 (latest version or at least g) over top of the >> distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 >> >> Sent from my iPad >> >> On Aug 2, 2016, at 2:14 AM, Mirko Brankovic >> wrote: >> >> Hi, >> >> No I guess you need to go to new version of OS or wait for the openssl >> backport, or backport it yourself :) >> >> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger wrote: >> >>> Has anyone found a definitive fix for this? >>> Thanks, >>> Jack >>> >>> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>> >>> Hi Michael, >>> >>> According to this document >>> https://developers.google.com/web/updates/2016/06/webrtc-ecdsa, We have >>> to change the JavaScript library. >>> >>> >>> Thanks, >>> >>> *PRESENCE TECHNOLOGY* >>> *Agust? Ubalde Bellot* >>> Chief Developer >>> C/ Comte Urgell 240 3A >>> Barcelona 08036 >>> aubalde at presenceco.com >>> >>> Ph: +34 93 10 10 300 >>> Fx: +34 93 10 10 333 >>> >>> *www.presenceco.com* >>> >>> *Follow us on:* >>> >>> *[image: tw]* *[image: yt]* >>> *[image: in]* >>> *[image: ss]* >>> *[image: fb]* >>> >>> >>> For additional information, please visit our website >>> *www.presenceco.com* >>> >>> 2016-07-28 15:43 GMT+02:00 Michael Jerris : >>> >>>> change it to what? >>>> >>>> >>>> On Thursday, July 28, 2016, Agust? Ubalde >>>> wrote: >>>> >>>>> Hi all, >>>>> >>>>> Is possible to change ECDSA-based on FreeSWITCH? >>>>> >>>>> >>>>> Thanks, >>>>> >>>>> *PRESENCE TECHNOLOGY* >>>>> *Agust? Ubalde Bellot* >>>>> Chief Developer >>>>> C/ Comte Urgell 240 3A >>>>> Barcelona 08036 >>>>> aubalde at presenceco.com >>>>> >>>>> Ph: +34 93 10 10 300 >>>>> Fx: +34 93 10 10 333 >>>>> >>>>> *www.presenceco.com* >>>>> >>>>> *Follow us on:* >>>>> >>>>> *[image: tw]* *[image: yt]* >>>>> *[image: in]* >>>>> *[image: ss]* >>>>> *[image: fb]* >>>>> >>>>> >>>>> For additional information, please visit our website >>>>> *www.presenceco.com* >>>>> >>>>> 2016-07-27 19:24 GMT+02:00 Chad Phillips : >>>>> >>>>>> I think this may clarify the issue a bit more. According to these >>>>>> release notes: >>>>>> >>>>>> https://groups.google.com/forum/#!topic/discuss-webrtc/bDfxOA8XiJI >>>>>> >>>>>> Chrome 52 uses ECDSA-based certificate generation by default, and I >>>>>> don't think older versions of OpenSSL support it. >>>>>> >>>>>> On Wed, Jul 27, 2016 at 4:33 AM, Mirko Brankovic < >>>>>> mirkobrankovic at gmail.com> wrote: >>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> I got it fixed on Ubuntu 14.04 from 16.04 openssl lib and on Debian7 >>>>>>> wheezy with lib from stretch. >>>>>>> >>>>>>> Luckely there was no dependencies problem, and no side effects for >>>>>>> now sinece libc and libc6 was also updated. >>>>>>> >>>>>>> Thanks for suggestion. >>>>>>> >>>>>>> Mirko >>>>>>> >>>>>>> On Wed, Jul 27, 2016 at 1:02 PM, Agust? Ubalde < >>>>>>> aubalde at presenceco.com> wrote: >>>>>>> >>>>>>>> CentOS release 6.8 (Final) >>>>>>>> >>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>> *Agust? Ubalde Bellot* >>>>>>>> Chief Developer >>>>>>>> C/ Comte Urgell 240 3A >>>>>>>> Barcelona 08036 >>>>>>>> aubalde at presenceco.com >>>>>>>> >>>>>>>> Ph: +34 93 10 10 300 >>>>>>>> Fx: +34 93 10 10 333 >>>>>>>> >>>>>>>> *www.presenceco.com* >>>>>>>> >>>>>>>> *Follow us on:* >>>>>>>> >>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>> *[image: in]* >>>>>>>> *[image: >>>>>>>> ss]* *[image: fb]* >>>>>>>> >>>>>>>> >>>>>>>> For additional information, please visit our website >>>>>>>> *www.presenceco.com* >>>>>>>> >>>>>>>> 2016-07-27 12:58 GMT+02:00 Mirko Brankovic < >>>>>>>> mirkobrankovic at gmail.com>: >>>>>>>> >>>>>>>>> Hi Agusti, >>>>>>>>> >>>>>>>>> Can you tell me which version you installed on CentOS ? >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> mirko >>>>>>>>> >>>>>>>>> On Wed, Jul 27, 2016 at 11:42 AM, Mirko Brankovic < >>>>>>>>> mirkobrankovic at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> HI, >>>>>>>>>> >>>>>>>>>> I guessed it was it but on debian I didn't had newer yesterday, >>>>>>>>>> but tried downgrading it which didn't help ofcourse. >>>>>>>>>> >>>>>>>>>> I'll see if there is newer one now. >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> Mirko >>>>>>>>>> >>>>>>>>>> On Wed, Jul 27, 2016 at 11:20 AM, Agust? Ubalde < >>>>>>>>>> aubalde at presenceco.com> wrote: >>>>>>>>>> >>>>>>>>>>> Hi Mirko, >>>>>>>>>>> >>>>>>>>>>> I solved the problem updating *openssl* packet (I'm using >>>>>>>>>>> CentOS 6). >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Regards, >>>>>>>>>>> >>>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>>> Chief Developer >>>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>>> Barcelona 08036 >>>>>>>>>>> aubalde at presenceco.com >>>>>>>>>>> >>>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>>> >>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>> >>>>>>>>>>> *Follow us on:* >>>>>>>>>>> >>>>>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>>>>> *[image: in]* >>>>>>>>>>> *[image: >>>>>>>>>>> ss]* *[image: fb]* >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> For additional information, please visit our website >>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>> >>>>>>>>>>> 2016-07-27 11:05 GMT+02:00 Agust? Ubalde >>>>>>>>>> >: >>>>>>>>>>> >>>>>>>>>>>> Hi all, >>>>>>>>>>>> >>>>>>>>>>>> I've the same problem with FreeSWITCH 1.5.14. I apply this >>>>>>>>>>>> patch to resolve a problem with Firefox ( >>>>>>>>>>>> https://freeswitch.org/jira/browse/FS-7839) and now, Chrome 52 >>>>>>>>>>>> not works. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Thanks, >>>>>>>>>>>> >>>>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>>>> Chief Developer >>>>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>>>> Barcelona 08036 >>>>>>>>>>>> aubalde at presenceco.com >>>>>>>>>>>> >>>>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>>>> >>>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>>> >>>>>>>>>>>> *Follow us on:* >>>>>>>>>>>> >>>>>>>>>>>> *[image: tw]* *[image: yt]* >>>>>>>>>>>> *[image: in]* >>>>>>>>>>>> *[image: >>>>>>>>>>>> ss]* *[image: fb]* >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> For additional information, please visit our website >>>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>>> >>>>>>>>>>>> 2016-07-27 10:47 GMT+02:00 Mirko Brankovic < >>>>>>>>>>>> mirkobrankovic at gmail.com>: >>>>>>>>>>>> >>>>>>>>>>>>> Yes, I was a 'few' commits behind on 1.7 ?, pulled latest from >>>>>>>>>>>>> git re-compiled but problem still the same. >>>>>>>>>>>>> >>>>>>>>>>>>> I'll try to get some deeper into the problem. >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks, >>>>>>>>>>>>> Mirko >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> *Presence Technology - Disclaimer This message, its content and >>>>>>>>>>> any file attached thereto is for the intended recipient only and is >>>>>>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>>>>>> or had access to it, you should note that the information in it is private >>>>>>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>>>>>> has emitted.* >>>>>>>>>>> >>>>>>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>>>>>> * >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Regards, >>>>>>>>>> Mirko >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Regards, >>>>>>>>> Mirko >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> *Presence Technology - Disclaimer This message, its content and any >>>>>>>> file attached thereto is for the intended recipient only and is >>>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>>> or had access to it, you should note that the information in it is private >>>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>>> has emitted.* >>>>>>>> >>>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>>> * >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Mirko >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> *Presence Technology - Disclaimer This message, its content and any >>>>> file attached thereto is for the intended recipient only and is >>>>> confidential and /or privileged. If you have received this e-mail in error >>>>> or had access to it, you should note that the information in it is private >>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>> persons is prohibited. It should be deleted immediately from your system. >>>>> Presence Technology reserves the right to take legal action against any >>>>> persons unlawfully gaining access to the content of any external message it >>>>> has emitted.* >>>>> >>>>> *For additional information, please visit our website **www.presenceco.com >>>>> * >>>>> >>>>> >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> *Presence Technology - Disclaimer This message, its content and any file >>> attached thereto is for the intended recipient only and is confidential and >>> /or privileged. If you have received this e-mail in error or had access to >>> it, you should note that the information in it is private and any use >>> thereof is unauthorized. In such an event please notify us by e-mail or by >>> telephone (+ 34 93 10 10 300). Any reproduction of this e-mail by >>> whatsoever means and any transmission or dissemination thereof to other >>> persons is prohibited. It should be deleted immediately from your system. >>> Presence Technology reserves the right to take legal action against any >>> persons unlawfully gaining access to the content of any external message it >>> has emitted.* >>> >>> *For additional information, please visit our website **www.presenceco.com >>> * >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>> >>> >>> >>> No virus found in this message. >>> Checked by AVG - www.avg.com >>> Version: 2016.0.7690 / Virus Database: 4627/12697 - Release Date: >>> 07/28/16 >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/873bdb32/attachment-0001.html From saurabhkv01 at gmail.com Tue Aug 2 19:03:28 2016 From: saurabhkv01 at gmail.com (Saurabh Verma) Date: Tue, 2 Aug 2016 20:33:28 +0530 Subject: [Freeswitch-users] Implementing One Way audio through Freeswitch(Default Mode) In-Reply-To: <5417112E-020B-44A9-9395-163F114344F1@jerris.com> References: <5417112E-020B-44A9-9395-163F114344F1@jerris.com> Message-ID: Freeswitch has three media handling modes. - Default: media flows through FS, full processing option. - Proxy: media flows through FS, no media processing options. - Bypass: media flows around FS directly between endpoints, no media processing option. And i am using Default media mode. On Tue, Aug 2, 2016 at 7:49 PM, Michael Jerris wrote: > What is "default mode"? > > Sent from my iPad > > On Aug 2, 2016, at 12:42 AM, Saurabh Verma wrote: > > Hi Michael, > > As the SoftClient1 has set sendonly as media attribute for audio in the > INVITE packet and getting recvonly in 200OK even after that RTP packets are > flowing from FREESWITCH to SoftClient1 (on A-Leg) and we don't want that > stream. > > What exactly we need is One Way Audio on A-Leg(SoftClient1 to Freeswitch > only). > > Anything we can configure for One Way Audio Stream (SoftClient1 to > SoftClient2) using Default Mode in Freeswitch? > > Thanks > > On Mon, Aug 1, 2016 at 6:57 PM, Michael Jerris wrote: > >> >> >> On Monday, August 1, 2016, Saurabh Verma wrote: >> >>> Hi >>> >>> I want to implement One Way Audio through Freeswitch in Default mode. >>> >>> *SoftClient1 ---------> FREESWITCH ----------> SoftClient2* >>> *a=sendonly (Default Mode) * >>> >>> For this i have hardcoded the media attribute for audio as sendonly in >>> Softclient1.Everytime Softclient1 will initiate the call to softclient2.Now >>> when i make a call,Softclient1 sends *sendonly as media attribute in >>> SDP of INVITE packet*.Freeswitch replies with recvonly in the >>> 200OK.When Freeswitch forwards the Invite to Softclient2 ,*we can't see >>> any media attribute* parameter in it and Softclient2 replies to >>> FREESWITCH with *sendrecv in 200OK *and hence Both way media is flowing >>> instead of one way. >>> >>> Generally if a SIP client receives sendonly in Invite, it will send >>> recvonly in 200OK by default. >>> >>> >> >> And that's is what we are doing here >> >> >>> But here Freeswitch is modifying it and not forwarding sendonly to >>> SoftClient2. >>> >>> >>> >>> ? >>> >> >> Please understand these are 2 different calls. Depending on your codec >> negotiation settings the sdp may be related to different degrees or not >> related at all. >> >> >>> Why Freeswitch is not forwarding the sendonly in invite to SoftClient2? >>> >> >> If you are looking for FreeSWITCH to copy the exact >> sdp and forward it, use bypass media >> >> >>> How can we implement this using Default mode? >>> >>> >> What is default mode? >> >> >>> Can somebody help me with this? >>> >>> >>> >>> -- >>> *With Warm Regards:* >>> *Saurabh Kumar Verma* >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > *With Warm Regards:* > *Saurabh Kumar Verma* > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *With Warm Regards:* *Saurabh Kumar Verma* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/2e81f74b/attachment.html From abaci64 at gmail.com Tue Aug 2 19:28:02 2016 From: abaci64 at gmail.com (Abaci B) Date: Tue, 2 Aug 2016 11:28:02 -0400 Subject: [Freeswitch-users] play_and_get_digits questions In-Reply-To: References: Message-ID: you can also use any channel variable that you set on the call prior to entering the conference On Tue, Aug 2, 2016 at 10:58 AM, Anonim Stefan wrote: > Apparently ${caller_id_number} reduces to what I need ^^. > > Stefan > > On Tue, Aug 2, 2016 at 5:38 PM, Anonim Stefan wrote: > >> Hi, >> >> Please ignore question 1. The solution was to increase the timeout of the >> play_and_get_digits [2]. >> >> Still wondering about question 2. >> >> Thanks, >> Stefan >> >> [2] >> https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+play+and+get+digits >> >> On Tue, Aug 2, 2016 at 5:19 PM, Anonim Stefan wrote: >> >>> Hi, >>> >>> While in a group call, I'm using "play_and_get_digits" to dial out a >>> number as shown in example [1], triggered via a DTMF key: >>> >>> ">> data="execute_extension ASK_FOR_NUMBER_447279569204 XML default"/>" >>> >>> The issues I'm facing is that when the user forms the number, DTMF >>> caller controls get triggered(like mute, vol up, etc..) as defined in >>> conference.conf.xml. >>> >>> 1. Is there a way to not trigger those DTMF caller controls while >>> forming the number when using play_and_get_digits? >>> >>> 2. Is there a way to get some details in the ASK_FOR_NUMBER_(\d+) >>> extension, about the one that triggered the DTMF? (i.e. something like >>> user_name or user_number) >>> >>> Thanks, >>> Stefan >>> >>> [1] https://wiki.freeswitch.org/wiki/Conference_Add_Call_Example >>> >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/c535f6f6/attachment.html From jungleboogie0 at gmail.com Tue Aug 2 19:48:39 2016 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Tue, 2 Aug 2016 08:48:39 -0700 Subject: [Freeswitch-users] group dial disconnects before VM In-Reply-To: <15AEE78F-E53B-4EA9-96E4-23F16CF49999@jerris.com> References: <20160802024534.GA30334@gmail.com> <20160802050658.GA1908@gmail.com> <15AEE78F-E53B-4EA9-96E4-23F16CF49999@jerris.com> Message-ID: On 2 August 2016 at 07:16, Michael Jerris wrote: > How are you calling voicemail when it works vs when it doesn't work > > Calling extension 2600. If the phone is in DND, it goes straight to voicemail. > Sent from my iPad > > From italo at freeswitch.org Tue Aug 2 21:38:20 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Tue, 2 Aug 2016 14:38:20 -0300 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> Message-ID: Try calling a local sip endpoint and let me know. On Tue, Aug 2, 2016 at 7:07 AM, Bipin Patel wrote: > sorry about that, that not implemented also happens when calling FS > conference server > > my dialstring in dialplan is as such, could this be a problem > > {^^:sip_invite_domain=${dialed_domain}}${sofia_contact(*/${dialed_user}@ > ${dialed_domain})},${verto_contact > ${dialed_user}@${dialed_domain}} > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: Bipin Patel > To: FreeSWITCH Users Help > > Date: 8/2/2016, 1:28:07 PM > > in chrome console i see a got a not implemented state soon after the call > is placed > > Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state change from new to > requesting > > vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, verto: > $.verto, direction: Object, lastState: Object, state: Object?} > > vertoService.js:624 Got a not implemented state: $.v?o.dialog {params: > Object, verto: $.verto, direction: Object, lastState: Object, state: > Object?}answered: falseattach: falseaudioStream: video#webcam.hidecallID: > "beac6a4b-dcc4-45bb-1d9f-fca14604acfb"callbacks: Objectcause: "NORMAL > CLEARING"causeCode: 16direction: ObjectlastState: Objectparams: Objectrtc: > $.FSRTCscreenShare: falsestate: ObjectuseCamera: "none"useMic: > "b59a95125522bf173fa8b1e7006b02e71087bef1a3fa3c32c147806f9d641072"useSpeak: > "default"verto: $.verto__proto__: Object > > jquery.jsonrpcclient.js:422 Speed Test: Up: 627 Down: 2012 > > jquery.verto.js:2146 Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state > change from requesting to trying > > vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, verto: > $.verto, direction: Object, lastState: Object, state: Object?} > > vertoService.js:595 Calling: Outbound Call <1234> > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: Mirko Brankovic > > To: FreeSWITCH Users Help > > Date: 8/2/2016, 11:27:18 AM > > aah yes it is in verto dir: > > ??? sounds > ? ??? bell_ring2.mp3 > ? ??? bell_ring2.wav > > > On Tue, Aug 2, 2016 at 9:23 AM, Mirko Brankovic > wrote: > >> BTW do you have freeswitch-sounds-en-us-callie installed ? >> >> On Mon, Aug 1, 2016 at 10:21 PM, Bipin Patel wrote: >> >>> I'm using g711u codec and the standard verto communicator portal so what >>> can go wrong? >>> Even the conference server of fs using vc I hear no ringtone so could it >>> be the vc code itself having the issue? >>> >>> On August 1, 2016 7:52:32 PM Mirko Brankovic >>> wrote: >>> >>>> I guess that is it. >>>> Just before that event being fired up you should have Callstate changed >>>> from Down to Ringing, something like: >>>> >>>> 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready >>>> verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! >>>> 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 >>>> (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> >>>> RINGING >>>> >>>> which means that on the client side this event is not picked up to play >>>> ringtone I guess. Check the browser console log. >>>> >>>> >>>> >>>> On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: >>>> >>>>> hi, >>>>> >>>>> i did the verto trace and after invite i get the below event, i didnt >>>>> do the sip trace because when i call directly using sip i get session >>>>> progress so the gateway is surely generating the session progress >>>>> "channelCallState": "RINGING", >>>>> "originalChannelCallState": "DOWN", >>>>> >>>>> >>>>> Regards, >>>>> Bipin >>>>> >>>>> >>>>> ------------------------------ >>>>> -------- Original Message -------- >>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>> From: Mirko Brankovic >>>>> >>>>> To: FreeSWITCH Users Help >>>>> >>>>> Date: 8/1/2016, 7:19:24 PM >>>>> >>>>> yes increase the debug value to maybe 10 in verto.xml.conf and sofia >>>>> global siptrace on and see what is going on. >>>>> >>>>> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel wrote: >>>>> >>>>>> hi, >>>>>> >>>>>> yes i have answer before the bridge but i even tried without answer >>>>>> and both ways no ringtone came, ill check the trace and get back >>>>>> >>>>>> >>>>>> Regards, >>>>>> Bipin >>>>>> >>>>>> >>>>>> ------------------------------ >>>>>> -------- Original Message -------- >>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>> From: Mirko Brankovic >>>>>> >>>>>> To: FreeSWITCH Users Help >>>>>> >>>>>> Date: 8/1/2016, 6:39:58 PM >>>>>> >>>>>> HI, >>>>>> Do you do answer before the bridge? >>>>>> >>>>>> Turn on SIP and Verto trace and see if 180/183 is propagated >>>>>> correctly into verto event "originalChannelCallState": "RINGING", >>>>>> after verto.invite. >>>>>> >>>>>> -mirko >>>>>> >>>>>> >>>>>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel wrote: >>>>>> >>>>>>> i have successfully setup VC with FS with all the certs etc and all >>>>>>> calls coming from verto goto sip gateway and from there to pstn line. The >>>>>>> calls go all fine with 2 way audio but the only problem im facing is when >>>>>>> the verto user calls a number, he cant hear any ringtone and in cases where >>>>>>> the remote party mobile is switched of that time the wireless carrier >>>>>>> usually gives a phone switched off or out of coverage ivr but all those are >>>>>>> not heard to the verto user. Is there any way to fix this or probably >>>>>>> bridge the ringing received from remote side to verto caller, i dont want >>>>>>> to generate any local ring back on FS >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Bipin >>>>>>> >>>>>>> >>>>>>> ------------------------------ >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Mirko >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Mirko >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Mirko >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> > > > > -- > Regards, > Mirko > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/95ce8744/attachment-0001.html From colin.morelli at gmail.com Tue Aug 2 22:00:28 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Tue, 02 Aug 2016 18:00:28 +0000 Subject: [Freeswitch-users] Hostname vs IP in SDP Message-ID: Hey all, So it looks like WebRTC has issues dealing with hostnames in the SDP instead of IP addresses. Particularly, when including a hostname in the SDP there's no audio in either direction. This is the case in both the latest Firefox + Chrome browsers. This is particularly problematic for applications that are WebRTC + mobile, now that Apple is enforcing applications to support IPv6-only networks. Using hostnames in the record-route and SDP addresses meets the requirement since the OS will synthesize an IPv6 address when a DNS query is performed, but according to the documentation they strongly urge applications to avoid using address literals in their applications. Has anyone had success with methods to switch between advertising a hostname vs IP address in the SDP? Or other methods for solving this problem? Best, Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/3f69cacb/attachment.html From bilaln018 at gmail.com Tue Aug 2 22:13:51 2016 From: bilaln018 at gmail.com (Bilal Abbasi) Date: Tue, 2 Aug 2016 23:13:51 +0500 Subject: [Freeswitch-users] [Weird FreeSwitch Duplicate UUID Error] In-Reply-To: References: Message-ID: Thanks all for your time, Actually problem is i want to mute B-Party, not A-Party. Plus there is only single end point registered to destination_number, so i guess {} brackets should work. Regards Abbasi On Thu, Jul 28, 2016 at 8:45 PM, Steven Ayre wrote: > If user/ does expand to multiple destinations you'll not be able to set > origination_uuid. > > What happens if you mute read on the A-leg which'll just be ${uuid} > without having to do anything with origination_uuid? That is: > > > > > > On 28 July 2016 at 16:39, Steven Ayre wrote: > >> Does user/ expand to multiple destinations? origination_uuid in the >> global {} braces would get applied to each destination it tried. >> >> On 27 July 2016 at 13:39, Bilal Abbasi wrote: >> >>> Hi Users, >>> I am getting some weird error on Freeswitch, that is coming on calling >>> random extensions, >>> I have a dialplan for 3 digit extensions , so when i can 194 it works >>> perfect and when i call 197 it gaves me below error, >>> Duplicate UUID! >>> unable to create channel. >>> >>> What i have in my dial plan is, >>> >>> >> data="{origination_uuid=${b-leg-uuid},api_on_answer='uuid_audio >>> ${b-leg-uuid} start write mute -4'}user/${destination_number}@ >>> ${domain_name}"/> >>> >>> Can someone please guide me what i am doing wrong in this, >>> >>> P.S: some times calling 197 works perfect and it comes on 194 WEIRD. >>> >>> Regards >>> Bilal Abbasi >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/42357541/attachment.html From happy at hour.com Tue Aug 2 23:43:29 2016 From: happy at hour.com (Peter) Date: Tue, 2 Aug 2016 21:43:29 +0200 Subject: [Freeswitch-users] issues with buidling 32bit Debian repo Message-ID: I am still facing difficulties with creating the 32bit FreeSWITCH packages for Debian 8: I have been building the packages using Stanislav's script on two 32 bit machines, one with 512MiB RAM and the other 2GiB RAM. On the 512MiB machine I had to modify the invoked |./debian/rules script and lower the xs compression level in order to avoid memory problems.| |On the 2GiB I could run the build script unmodified.| | | |I published the repo to my vps, but whichever of both builds I publish, if I do a | |apt-get update, I get stuck at the same error:| |"Failed to fetch gzip:/var/lib/apt/lists/partial/xxxx.com_debian_freeswitch-unstable-i386_dists_jessie_main_i18n_Translation-en%5fUS.gz Invalid file format" | |So, what could be wrong with the gzipped Translation-en package? | |%5f underscore in filename ?| | | All I would like is to upgrade my small FreeSWITCH 1.2 system, running happily for many years on a 32bit platform (now Debian 8) Moving to a 64bit platform is currently not an option for me. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/0b779158/attachment.html From ssinyagin at gmail.com Wed Aug 3 04:55:30 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Wed, 3 Aug 2016 02:55:30 +0200 Subject: [Freeswitch-users] issues with buidling 32bit Debian repo In-Reply-To: References: Message-ID: looks like instead of an HTTP repository, you try to install from local files. %5f is an underscore, and I get the following output in apt-get update: Ign http://myhost jessie/main Translation-en_US Ign http://myhost jessie/main Translation-en Ign http://myhost jessie/main Translation-en_US.UTF-8 So, apt is looking for those Translation files, but gets around them in case of HTTP transport. On Tue, Aug 2, 2016 at 9:43 PM, Peter wrote: > I am still facing difficulties with creating the 32bit FreeSWITCH packages > for Debian 8: > > > I have been building the packages using Stanislav's script on two 32 bit > machines, one with 512MiB RAM and the other 2GiB RAM. > > On the 512MiB machine I had to modify the invoked ./debian/rules script and > lower the xs compression level in order to avoid memory problems. > > On the 2GiB I could run the build script unmodified. > > > I published the repo to my vps, but whichever of both builds I publish, if I > do a > > apt-get update, I get stuck at the same error: > > "Failed to fetch > gzip:/var/lib/apt/lists/partial/xxxx.com_debian_freeswitch-unstable-i386_dists_jessie_main_i18n_Translation-en%5fUS.gz > Invalid file format" > > > So, what could be wrong with the gzipped Translation-en package? > > %5f underscore in filename ? > > > All I would like is to upgrade my small FreeSWITCH 1.2 system, running > happily for many years on a 32bit platform (now Debian 8) > Moving to a 64bit platform is currently not an option for me. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From hawkins at hawkinsegroup.com Wed Aug 3 08:15:48 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Tue, 2 Aug 2016 23:15:48 -0500 Subject: [Freeswitch-users] Recording with a beep please Message-ID: Using httapi, the code below plays the beep BUT will not begin the recording until I press the terminator key, * in this case. How can I make it start recording right away and have * terminate the recording? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/dbcdacd7/attachment-0001.html From hawkins at hawkinsegroup.com Wed Aug 3 08:32:17 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Tue, 2 Aug 2016 23:32:17 -0500 Subject: [Freeswitch-users] httapi - dial/bridge only working when it comes first In-Reply-To: References: Message-ID: I think this is actually a completely different problem than I though. I tried to connect a call with X-Lite Softphone on my Windows PC and FAILED (I've been testing with this). I tried to connect a call with ZoiPer on my Android Softphone and it was a SUCCESS. So, there seems to be some kind of codec issue going on here. Any ideas? On Fri, Jul 29, 2016 at 11:10 AM, Tony Bourdeaux wrote: > Don- > > maybe try: > > > 1: > > > > > > > name="speak" loop="0" engine="flite" voice="slt" text="We will now begin to > dial a number. This is just a test." language="en"> > > > > > > 2: > > > > http://blabla.com/beat.wav > My Name > 2144635555 > http://blabla.com/beat.wav > > > application="bridge" data="sofia/gatewayAlcazar/12144635555"> > > > > > > On Thu, Jul 28, 2016 at 11:38 AM, Don Hawkins > wrote: > >> Anyone? >> >> On Wed, Jul 27, 2016 at 7:54 PM, Don Hawkins >> wrote: >> >>> I'm using httapi and everything is working well for the most part. The >>> one thing I noticed is that whenever I do anything before trying to "Dial" >>> or bridge a call to the gateway: >>> >>> 1. The first thing never happens, even though the console says it did. >>> 2. The outbound call "Dial" won't work, it hangs for about 60 seconds >>> and then returns a NORMAL_TEMPORARY_FAILURE every time. >>> >>> Things to note: >>> >>> - If I start with the dial request (B below) then it connects the >>> call fine, it just can't come after anything else. >>> - If I never return a request to dial (pretend B below starts a >>> conference instead) then everything works fine, the TTS works before and >>> the conference works after. >>> >>> >>> Here is an example: >>> >>> >>> A. When FS makes it's first request to my URL I return this: >>> >>> >>> >>> >> name="speak" loop="0" engine="flite" voice="slt" text="We will now begin to >>> dial a number. This is just a test." language="en"> >>> >>> >>> >>> >>> >>> B: When FS makes it's next request to my action URL (same URL with >>> different parameters) I return the dial command and attempt to connect to >>> the outbound gateway. >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >> application="bridge" >>> data="sofia/gatewayAlcazar/12144635555"> >>> >>> >>> >>> >>> >>> >>> What happens? It never speaks the text (although the console says it >>> did) and when dialing out I get "NORMAL_TEMPORARY_FAILURE" and the call >>> never connects. Keep in mind, if the second thing I return (B above) is NOT >>> dial then everything works fine, it will speak the text, play a file, start >>> a conference, or any other application. >>> >>> This is the weirdest thing to me and of course almost everything is >>> useless if you can't connect a call at some point, if anyone has any advice >>> I'd be highly appreciative. >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > Tony Bourdeaux > > *Intelecenter, LLC* > > ph: 805-428-3031 > > Skype: tony.bourdeaux > > > > > > "This message and any attachments are solely for the intended recipient > and may contain confidential or privileged information. If you are not the > intended recipient, any disclosure, copying, use, or distribution of the > information included in this message and any attachments is prohibited. If > you have received this communication in error, please notify me by reply > e-mail and immediately and permanently delete this message and any > attachments." > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/0b5d7c7e/attachment.html From uzair.iltifat.ahmed at gmail.com Wed Aug 3 08:46:37 2016 From: uzair.iltifat.ahmed at gmail.com (uzair iltifat) Date: Wed, 3 Aug 2016 09:46:37 +0500 Subject: [Freeswitch-users] fusionpbx error In-Reply-To: <6FD2F8B5BB72834E9939AEDF9FB802A901E7BDD9D5@mbx-01.sysconfig.co.uk> References: <6FD2F8B5BB72834E9939AEDF9FB802A901E7BDD9D5@mbx-01.sysconfig.co.uk> Message-ID: thaks for your responce http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ Uzair Ahmed [image: http://]about.me/uzairIltifat http://uzair.ahmed.netcv.com/ On Tue, Aug 2, 2016 at 4:43 PM, Shaun Stokes < shaun.stokes at itec-support.co.uk> wrote: > I don?t believe I?ve seen this specific error before, symptoms would > indicate that the credentials supplied for the SQL database are incorrect. > > > > You can modify the SQL database information and credentials by editing the > file ?/var/www/fusionpbx/resources/config.php?, you may need to restart > nginx (or apache) for the change to take effect. > > > > If you?re still experiencing problems and you followed the FusionPBX > installation steps you should raise the issue with the FusionPBX community: > https://github.com/fusionpbx/fusionpbx/issues > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *uzair > iltifat > *Sent:* 02 August 2016 11:09 > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] fusionpbx error > > > > Hi, > > I have recently installed fusionPBX, when i try to access it with the URL > i get this error > > ----- > SQLSTATE[28000] [1045] Access denied for user 'fusionpbx'@'localhost' > (using password: YES) > ----- > > waiting for the fastest response, thanks! > > http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ > > > *Uzair Ahmed* > > about.me/uzairIltifat > > > > > > > > http://uzair.ahmed.netcv.com/ > > > ______________________________________________________________________ > This message has been checked for all known viruses by MessageLabs Virus > Scanning Service. > ______________________________________________________________________ > > ______________________________________________________________________ > This message has been checked for all known viruses by MessageLabs Virus > Scanning Service. > ______________________________________________________________________ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/e76364d3/attachment-0001.html From jungleboogie0 at gmail.com Wed Aug 3 08:57:12 2016 From: jungleboogie0 at gmail.com (Jungle Boogie) Date: Tue, 2 Aug 2016 21:57:12 -0700 Subject: [Freeswitch-users] stop unwanted registration attempts Message-ID: <20160803045710.GA93459@gmail.com> Hi All, How do people stop bad registration attempts to freeswitch? Is it pretty much impossible so don't worry about it as long as you have fail2ban? Using sngrep, I see lots of registration attempts like this: My actual IP has been replaced with 1.2.3.4. 2016/08/02 21:35:33.397073 195.154.48.130:5080 -> 192.168.0.137:5060 REGISTER sip:1.2.3.4:5060 SIP/2.0 Via: SIP/2.0/UDP 195.154.48.130:5080;branch=z9hG4bK23552ce85a146013577b3912;rport From: "7612" ;tag=23552ce8ba27 To: "7612" Call-ID: ce85a14-4c0e6013-577b3912 at 1.2.3.4 CSeq: 1 REGISTER Contact: "7612" User-Agent: VaxSIPUserAgent/3.1 Expires: 1800 Max-Forwards: 70 Content-Length: 0 I have these iptables rules: -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT -N f2b-freeswitch -A INPUT -j f2b-freeswitch -A INPUT -p tcp -m string --string "VaxSIPUserAgent/3.1" --algo bm --to 65535 -j DROP -A INPUT -p udp -m string --string "VaxSIPUserAgent/3.1" --algo bm --to 65535 -j DROP -A INPUT -p udp -m udp --dport 5080 -m string --string "sipcli" --algo bm --to 65535 -j DROP -A INPUT -p udp -m udp --dport 5080 -m string --string "friendly-scanner" --algo bm --to 65535 -j DROP -A INPUT -p udp -m udp --dport 5080 -m string --string "VaxSIPUserAgent" --algo bm --to 65535 -j DROP -A INPUT -p udp -m udp --dport 5060 -m string --string "sipcli" --algo bm --to 65535 -j DROP -A INPUT -p udp -m udp --dport 5060 -m string --string "friendly-scanner" --algo bm --to 65535 -j DROP -A INPUT -p udp -m udp --dport 5060 -m string --string "VaxSIPUserAgent" --algo bm --to 65535 -j DROP -A INPUT -j f2b-freeswitch -A f2b-freeswitch -j RETURN Are my rules not stopping this registration because it's not being recorded in any logs? How do you stop (or prevent) unwanted registration attempts, even if it's a sip scanner? Thanks! From mike at jerris.com Wed Aug 3 09:08:26 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 3 Aug 2016 00:08:26 -0500 Subject: [Freeswitch-users] Implementing One Way audio through Freeswitch(Default Mode) In-Reply-To: References: <5417112E-020B-44A9-9395-163F114344F1@jerris.com> Message-ID: <47070B53-390D-453C-A029-34FE6A22AC24@jerris.com> Sorry, I?ve never seen anyone refer to it like that. I do not believe we have exposed any way to force this outside of hold currently. > On Aug 2, 2016, at 10:03 AM, Saurabh Verma wrote: > > Freeswitch has three media handling modes. > Default: media flows through FS, full processing option. > Proxy: media flows through FS, no media processing options. > Bypass: media flows around FS directly between endpoints, no media processing option. > And i am using Default media mode. > > > > On Tue, Aug 2, 2016 at 7:49 PM, Michael Jerris > wrote: > What is "default mode"? > > Sent from my iPad > > On Aug 2, 2016, at 12:42 AM, Saurabh Verma > wrote: > >> Hi Michael, >> >> As the SoftClient1 has set sendonly as media attribute for audio in the INVITE packet and getting recvonly in 200OK even after that RTP packets are flowing from FREESWITCH to SoftClient1 (on A-Leg) and we don't want that stream. >> >> What exactly we need is One Way Audio on A-Leg(SoftClient1 to Freeswitch only). >> >> Anything we can configure for One Way Audio Stream (SoftClient1 to SoftClient2) using Default Mode in Freeswitch? >> >> Thanks >> >> On Mon, Aug 1, 2016 at 6:57 PM, Michael Jerris > wrote: >> >> >> On Monday, August 1, 2016, Saurabh Verma > wrote: >> Hi >> >> I want to implement One Way Audio through Freeswitch in Default mode. >> >> SoftClient1 ---------> FREESWITCH ----------> SoftClient2 >> a=sendonly (Default Mode) >> >> For this i have hardcoded the media attribute for audio as sendonly in Softclient1.Everytime Softclient1 will initiate the call to softclient2.Now when i make a call,Softclient1 sends sendonly as media attribute in SDP of INVITE packet.Freeswitch replies with recvonly in the 200OK.When Freeswitch forwards the Invite to Softclient2 ,we can't see any media attribute parameter in it and Softclient2 replies to FREESWITCH with sendrecv in 200OK and hence Both way media is flowing instead of one way. >> >> Generally if a SIP client receives sendonly in Invite, it will send recvonly in 200OK by default. >> >> >> And that's is what we are doing here >> >> But here Freeswitch is modifying it and not forwarding sendonly to SoftClient2. >> >> >> >> ? >> >> Please understand these are 2 different calls. Depending on your codec negotiation settings the sdp may be related to different degrees or not related at all. >> >> Why Freeswitch is not forwarding the sendonly in invite to SoftClient2? >> >> If you are looking for FreeSWITCH to copy the exact >> sdp and forward it, use bypass media >> >> How can we implement this using Default mode? >> >> >> What is default mode? >> >> Can somebody help me with this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/67b0d3c1/attachment.html From mike at jerris.com Wed Aug 3 09:09:03 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 3 Aug 2016 00:09:03 -0500 Subject: [Freeswitch-users] group dial disconnects before VM In-Reply-To: References: <20160802024534.GA30334@gmail.com> <20160802050658.GA1908@gmail.com> <15AEE78F-E53B-4EA9-96E4-23F16CF49999@jerris.com> Message-ID: <2970CB72-B195-49FE-9C80-B422A17F16BC@jerris.com> in the dialplan, how are you calling it. > On Aug 2, 2016, at 10:48 AM, Jungle Boogie wrote: > > On 2 August 2016 at 07:16, Michael Jerris wrote: >> How are you calling voicemail when it works vs when it doesn't work >> >> > > Calling extension 2600. If the phone is in DND, it goes straight to voicemail. > >> Sent from my iPad >> >> > From mike at jerris.com Wed Aug 3 09:10:47 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 3 Aug 2016 00:10:47 -0500 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: Message-ID: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> I have not once in my life seen someone use a hostname instead of an ip in an sdp, and I do not believe it is legal. > On Aug 2, 2016, at 1:00 PM, Colin Morelli wrote: > > Hey all, > > So it looks like WebRTC has issues dealing with hostnames in the SDP instead of IP addresses. Particularly, when including a hostname in the SDP there's no audio in either direction. This is the case in both the latest Firefox + Chrome browsers. > > This is particularly problematic for applications that are WebRTC + mobile, now that Apple is enforcing applications to support IPv6-only networks. Using hostnames in the record-route and SDP addresses meets the requirement since the OS will synthesize an IPv6 address when a DNS query is performed, but according to the documentation they strongly urge applications to avoid using address literals in their applications. > > Has anyone had success with methods to switch between advertising a hostname vs IP address in the SDP? Or other methods for solving this problem? From jurijs.ivolga at gmail.com Wed Aug 3 09:44:35 2016 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 3 Aug 2016 08:44:35 +0300 Subject: [Freeswitch-users] Recording with a beep please In-Reply-To: References: Message-ID: Hi, You have loops=-1 what infinitely loops you tone, that why you need to press a button to terminate it: "Adds a repeating (loop) 800Hz tone with a duration of 100ms and a 15 second intervening silence to a session:" Check this link for more details: https://freeswitch.org/confluence/display/FREESWITCH/Tone_stream With kind regards, Jurijs On Wed, Aug 3, 2016 at 7:15 AM, Don Hawkins wrote: > Using httapi, the code below plays the beep BUT will not begin the > recording until I press the terminator key, * in this case. How can I make > it start recording right away and have * terminate the recording? > > > > > data="tone_stream://%(100,15000,800);loops=-1"/> > application="record" > data="/usr/share/freeswitch/htdocs/recordings/z0jnu8h6-898958.wav 25 20" > data="RECORD_STEREO=true" > data="playback_terminators=*"> > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/3abba895/attachment-0001.html From hawkins at hawkinsegroup.com Wed Aug 3 09:57:51 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 00:57:51 -0500 Subject: [Freeswitch-users] Recording with a beep please In-Reply-To: References: Message-ID: Jurijs, Thank you for your time, problem resolved! I also had to change the silence after the tone stream "15000" to "1000". Here is the new XML for reference if anyone has this issue in the future. On Wed, Aug 3, 2016 at 12:44 AM, Jurijs Ivolga wrote: > Hi, > > You have loops=-1 what infinitely loops you tone, that why you need to > press a button to terminate it: > > "Adds a repeating (loop) 800Hz tone with a duration of 100ms and a 15 > second intervening silence to a session:" > > Check this link for more details: > > https://freeswitch.org/confluence/display/FREESWITCH/Tone_stream > > With kind regards, > > Jurijs > > On Wed, Aug 3, 2016 at 7:15 AM, Don Hawkins > wrote: > >> Using httapi, the code below plays the beep BUT will not begin the >> recording until I press the terminator key, * in this case. How can I make >> it start recording right away and have * terminate the recording? >> >> >> >> >> > data="tone_stream://%(100,15000,800);loops=-1"/> >> > application="record" >> data="/usr/share/freeswitch/htdocs/recordings/z0jnu8h6-898958.wav 25 20" >> data="RECORD_STEREO=true" >> data="playback_terminators=*"> >> >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/ff9825d4/attachment.html From jurijs.ivolga at gmail.com Wed Aug 3 10:01:59 2016 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 3 Aug 2016 09:01:59 +0300 Subject: [Freeswitch-users] stop unwanted registration attempts In-Reply-To: <20160803045710.GA93459@gmail.com> References: <20160803045710.GA93459@gmail.com> Message-ID: Hi, There is several options: 1) Close your server to outside world with iptables, so only you from secure location can register. 2) Fail2ban 3) You can put in front Kamailio sip proxy which will handle security(like allowing registration from specific User-Agent, pike module and etc) 4) You can use iptables to block unwanted traffic from specific user-agent: http://ithelpblog.com/voice/prevent-or-deny-sip-dos-attack-sip-scanner-by-iptables-firewall/ 5) You can use iptables hashlimit to stop flood: https://wiki.freeswitch.org/wiki/QoS#DoS_REGISTER_Attack_Prevention Maybe there some other options, this is what I now remember. With kind regards, Jurijs On Wed, Aug 3, 2016 at 7:57 AM, Jungle Boogie wrote: > Hi All, > > How do people stop bad registration attempts to freeswitch? Is it pretty > much impossible so don't worry about it as long as you have fail2ban? > > Using sngrep, I see lots of registration attempts like this: > > My actual IP has been replaced with 1.2.3.4. > > 2016/08/02 21:35:33.397073 195.154.48.130:5080 -> 192.168.0.137:5060 > REGISTER sip:1.2.3.4:5060 SIP/2.0 > Via: SIP/2.0/UDP > 195.154.48.130:5080;branch=z9hG4bK23552ce85a146013577b3912;rport > From: "7612" ;tag=23552ce8ba27 > To: "7612" > Call-ID: ce85a14-4c0e6013-577b3912 at 1.2.3.4 > CSeq: 1 REGISTER > Contact: "7612" > User-Agent: VaxSIPUserAgent/3.1 > Expires: 1800 > Max-Forwards: 70 > Content-Length: 0 > > I have these iptables rules: > -P INPUT ACCEPT > -P FORWARD ACCEPT > -P OUTPUT ACCEPT > -N f2b-freeswitch > -A INPUT -j f2b-freeswitch > -A INPUT -p tcp -m string --string "VaxSIPUserAgent/3.1" --algo bm --to > 65535 -j DROP > -A INPUT -p udp -m string --string "VaxSIPUserAgent/3.1" --algo bm --to > 65535 -j DROP > -A INPUT -p udp -m udp --dport 5080 -m string --string "sipcli" --algo > bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5080 -m string --string > "friendly-scanner" --algo bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5080 -m string --string "VaxSIPUserAgent" > --algo bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5060 -m string --string "sipcli" --algo > bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5060 -m string --string > "friendly-scanner" --algo bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5060 -m string --string "VaxSIPUserAgent" > --algo bm --to 65535 -j DROP > -A INPUT -j f2b-freeswitch > -A f2b-freeswitch -j RETURN > > Are my rules not stopping this registration because it's not being > recorded in any logs? > > How do you stop (or prevent) unwanted registration attempts, even if > it's a sip scanner? > > Thanks! > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/ba7c1e1a/attachment.html From bipin at xbipin.com Wed Aug 3 10:26:14 2016 From: bipin at xbipin.com (Bipin Patel) Date: Wed, 3 Aug 2016 10:26:14 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> Message-ID: <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/4d7a1faf/attachment-0001.html From hawkins at hawkinsegroup.com Wed Aug 3 11:20:21 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 02:20:21 -0500 Subject: [Freeswitch-users] httapi - dial/bridge only working when it comes first In-Reply-To: References: Message-ID: This issue is now resolved, with the beautiful little line of XML below: It seems as if this provider wanted only PCMU, although I did look this up before, I had PCMU in the list along with quite a few other codec's they "said" they supported. On Tue, Aug 2, 2016 at 11:32 PM, Don Hawkins wrote: > I think this is actually a completely different problem than I though. > > I tried to connect a call with X-Lite Softphone on my Windows PC and > FAILED (I've been testing with this). > I tried to connect a call with ZoiPer on my Android Softphone and it was a > SUCCESS. > > So, there seems to be some kind of codec issue going on here. Any ideas? > > On Fri, Jul 29, 2016 at 11:10 AM, Tony Bourdeaux > wrote: > >> Don- >> >> maybe try: >> >> >> 1: >> >> >> >> >> >> >> > name="speak" loop="0" engine="flite" voice="slt" text="We will now begin to >> dial a number. This is just a test." language="en"> >> >> >> >> >> >> 2: >> >> >> >> http://blabla.com/beat.wav >> My Name >> 2144635555 >> http://blabla.com/beat.wav >> >> >> > application="bridge" data="sofia/gatewayAlcazar/12144635555"> >> >> >> >> >> >> On Thu, Jul 28, 2016 at 11:38 AM, Don Hawkins >> wrote: >> >>> Anyone? >>> >>> On Wed, Jul 27, 2016 at 7:54 PM, Don Hawkins >>> wrote: >>> >>>> I'm using httapi and everything is working well for the most part. The >>>> one thing I noticed is that whenever I do anything before trying to "Dial" >>>> or bridge a call to the gateway: >>>> >>>> 1. The first thing never happens, even though the console says it did. >>>> 2. The outbound call "Dial" won't work, it hangs for about 60 seconds >>>> and then returns a NORMAL_TEMPORARY_FAILURE every time. >>>> >>>> Things to note: >>>> >>>> - If I start with the dial request (B below) then it connects the >>>> call fine, it just can't come after anything else. >>>> - If I never return a request to dial (pretend B below starts a >>>> conference instead) then everything works fine, the TTS works before and >>>> the conference works after. >>>> >>>> >>>> Here is an example: >>>> >>>> >>>> A. When FS makes it's first request to my URL I return this: >>>> >>>> >>>> >>>> >>> name="speak" loop="0" engine="flite" voice="slt" text="We will now begin to >>>> dial a number. This is just a test." language="en"> >>>> >>>> >>>> >>>> >>>> >>>> B: When FS makes it's next request to my action URL (same URL with >>>> different parameters) I return the dial command and attempt to connect to >>>> the outbound gateway. >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> data="nolocal:codec_string=G711"> >>>> >>> application="bridge" >>>> data="sofia/gatewayAlcazar/12144635555"> >>>> >>>> >>>> >>>> >>>> >>>> >>>> What happens? It never speaks the text (although the console says it >>>> did) and when dialing out I get "NORMAL_TEMPORARY_FAILURE" and the call >>>> never connects. Keep in mind, if the second thing I return (B above) is NOT >>>> dial then everything works fine, it will speak the text, play a file, start >>>> a conference, or any other application. >>>> >>>> This is the weirdest thing to me and of course almost everything is >>>> useless if you can't connect a call at some point, if anyone has any advice >>>> I'd be highly appreciative. >>>> >>> >>> >>> >>> -- >>> Sincerely, >>> Don Hawkins >>> CEO >>> Hawkins Enterprise Group LLC >>> http://hawkinsegroup.com >>> Zello PTT : push2don >>> P: 469-214-5044 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> Tony Bourdeaux >> >> *Intelecenter, LLC* >> >> ph: 805-428-3031 >> >> Skype: tony.bourdeaux >> >> >> >> >> >> "This message and any attachments are solely for the intended recipient >> and may contain confidential or privileged information. If you are not the >> intended recipient, any disclosure, copying, use, or distribution of the >> information included in this message and any attachments is prohibited. If >> you have received this communication in error, please notify me by reply >> e-mail and immediately and permanently delete this message and any >> attachments." >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/45b1b561/attachment.html From mirkobrankovic at gmail.com Wed Aug 3 12:12:17 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Wed, 3 Aug 2016 10:12:17 +0200 Subject: [Freeswitch-users] stop unwanted registration attempts In-Reply-To: <20160803045710.GA93459@gmail.com> References: <20160803045710.GA93459@gmail.com> Message-ID: Hi, I guess you can set this to true on your profile: https://wiki.freeswitch.org/wiki/Sofia.conf.xml#log-auth-failures and than fail2ban can pick it up from the log. Mirko On Wed, Aug 3, 2016 at 6:57 AM, Jungle Boogie wrote: > Hi All, > > How do people stop bad registration attempts to freeswitch? Is it pretty > much impossible so don't worry about it as long as you have fail2ban? > > Using sngrep, I see lots of registration attempts like this: > > My actual IP has been replaced with 1.2.3.4. > > 2016/08/02 21:35:33.397073 195.154.48.130:5080 -> 192.168.0.137:5060 > REGISTER sip:1.2.3.4:5060 SIP/2.0 > Via: SIP/2.0/UDP > 195.154.48.130:5080;branch=z9hG4bK23552ce85a146013577b3912;rport > From: "7612" ;tag=23552ce8ba27 > To: "7612" > Call-ID: ce85a14-4c0e6013-577b3912 at 1.2.3.4 > CSeq: 1 REGISTER > Contact: "7612" > User-Agent: VaxSIPUserAgent/3.1 > Expires: 1800 > Max-Forwards: 70 > Content-Length: 0 > > I have these iptables rules: > -P INPUT ACCEPT > -P FORWARD ACCEPT > -P OUTPUT ACCEPT > -N f2b-freeswitch > -A INPUT -j f2b-freeswitch > -A INPUT -p tcp -m string --string "VaxSIPUserAgent/3.1" --algo bm --to > 65535 -j DROP > -A INPUT -p udp -m string --string "VaxSIPUserAgent/3.1" --algo bm --to > 65535 -j DROP > -A INPUT -p udp -m udp --dport 5080 -m string --string "sipcli" --algo > bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5080 -m string --string > "friendly-scanner" --algo bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5080 -m string --string "VaxSIPUserAgent" > --algo bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5060 -m string --string "sipcli" --algo > bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5060 -m string --string > "friendly-scanner" --algo bm --to 65535 -j DROP > -A INPUT -p udp -m udp --dport 5060 -m string --string "VaxSIPUserAgent" > --algo bm --to 65535 -j DROP > -A INPUT -j f2b-freeswitch > -A f2b-freeswitch -j RETURN > > Are my rules not stopping this registration because it's not being > recorded in any logs? > > How do you stop (or prevent) unwanted registration attempts, even if > it's a sip scanner? > > Thanks! > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/e009a8c4/attachment-0001.html From mirkobrankovic at gmail.com Wed Aug 3 13:58:05 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Wed, 3 Aug 2016 11:58:05 +0200 Subject: [Freeswitch-users] conference events Message-ID: HI, What should be the proper way to collect events that are triggered in conference? I see mod_verto ALERTS like: 2016-08-03 11:53:24.248436 [ALERT] mod_verto.c:5207 EVENT BROADCAST conference-liveArray.test at vw232.voiceworks.nl { "data": { "action": "modify", "name": "test", .... .... but when I connect to wss on 8082 port of mod_verto we don't get those messages. Should I only connect to event_socket (8021) but then how to subscribe to them? Thanks -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/87ce9962/attachment.html From trever at middleearth.sapphiresunday.org Wed Aug 3 14:18:48 2016 From: trever at middleearth.sapphiresunday.org (Trever L. Adams) Date: Wed, 3 Aug 2016 04:18:48 -0600 Subject: [Freeswitch-users] [ANN]: Odoo connector-telephony for FreeSWITCH new version Message-ID: <510a6803-a93a-c7cf-ed4b-4d09ba654b00@middleearth.sapphiresunday.org> My module for OpenERP/Odoo to do click2dial and pull call details out of the system, etc. has been updated. If you find it of interest, please see the three sections below: https://github.com/treveradams/connector-telephony/tree/freeswitch-7.0 This branch is for OpenERP 7.0. I no longer have an installation of 7.0, but this should fix many bugs. If you use it and you have problems, please let me know. I want to keep this working as long as people use it. If it doesn't work for you, please send me a private email. If it works, please comment on https://github.com/OCA/connector-telephony/pull/58 (feel free to comment there if it doesn't work). https://github.com/treveradams/connector-telephony/tree/freeswitch-8.0 This branch is for Odoo 8.0. I never had an Odoo 8.0 installation. However, I believe it should be working. If you use it and you have problems, please let me know. I want to keep this working as long as people use it. If it doesn't work for you, please send me a private email. If it works, please comment on https://github.com/OCA/connector-telephony/pull/59 (feel free to comment there if it doesn't work). https://github.com/treveradams/connector-telephony/tree/freeswitch-9.0 This branch is for Odoo 9.0. It was created over the last few days and is thoroughly tested (to what my installation allows me to). There may be one bug. If you use sip phones internally, you may see this. I believe it is simple to fix if it is there. If it doesn't work for you, please send me a private email. If it works, please comment on https://github.com/OCA/connector-telephony/pull/96 (feel free to comment there if it doesn't work). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 872 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/598950d7/attachment.bin From uzair.iltifat.ahmed at gmail.com Wed Aug 3 16:42:04 2016 From: uzair.iltifat.ahmed at gmail.com (uzair iltifat) Date: Wed, 3 Aug 2016 08:42:04 -0400 Subject: [Freeswitch-users] fusionpbx error In-Reply-To: References: <6FD2F8B5BB72834E9939AEDF9FB802A901E7BDD9D5@mbx-01.sysconfig.co.uk> Message-ID: I have resolved the issues with my password now there is a new error ------ Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fusionpbx.v_default_settings' doesn't exist' in /var/www/html/fusionpbx/resources/classes/domains.php on line 46 ------ http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ Uzair Ahmed [image: http://]about.me/uzairIltifat http://uzair.ahmed.netcv.com/ On Wed, Aug 3, 2016 at 12:46 AM, uzair iltifat < uzair.iltifat.ahmed at gmail.com> wrote: > thaks for your responce > > > http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ > > Uzair Ahmed > [image: http://]about.me/uzairIltifat > > > > > > > http://uzair.ahmed.netcv.com/ > > On Tue, Aug 2, 2016 at 4:43 PM, Shaun Stokes < > shaun.stokes at itec-support.co.uk> wrote: > >> I don?t believe I?ve seen this specific error before, symptoms would >> indicate that the credentials supplied for the SQL database are incorrect. >> >> >> >> You can modify the SQL database information and credentials by editing >> the file ?/var/www/fusionpbx/resources/config.php?, you may need to restart >> nginx (or apache) for the change to take effect. >> >> >> >> If you?re still experiencing problems and you followed the FusionPBX >> installation steps you should raise the issue with the FusionPBX community: >> https://github.com/fusionpbx/fusionpbx/issues >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *uzair >> iltifat >> *Sent:* 02 August 2016 11:09 >> *To:* FreeSWITCH Users Help >> *Subject:* [Freeswitch-users] fusionpbx error >> >> >> >> Hi, >> >> I have recently installed fusionPBX, when i try to access it with the URL >> i get this error >> >> ----- >> SQLSTATE[28000] [1045] Access denied for user 'fusionpbx'@'localhost' >> (using password: YES) >> ----- >> >> waiting for the fastest response, thanks! >> >> http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ >> >> >> *Uzair Ahmed* >> >> about.me/uzairIltifat >> >> >> >> >> >> >> >> http://uzair.ahmed.netcv.com/ >> >> >> ______________________________________________________________________ >> This message has been checked for all known viruses by MessageLabs Virus >> Scanning Service. >> ______________________________________________________________________ >> >> ______________________________________________________________________ >> This message has been checked for all known viruses by MessageLabs Virus >> Scanning Service. >> ______________________________________________________________________ >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/0dccd50c/attachment.html From gmaruzz at gmail.com Wed Aug 3 16:47:37 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 3 Aug 2016 14:47:37 +0200 Subject: [Freeswitch-users] fusionpbx error In-Reply-To: References: <6FD2F8B5BB72834E9939AEDF9FB802A901E7BDD9D5@mbx-01.sysconfig.co.uk> Message-ID: Please, stop asking for any little step. Do a reinstall from scratch on a debian 8 server 64 bit minimal, doing this method: https://fusionpbx.com/app/www/download.php Works for thousand people, will work for you too. Also, if you find problems, please ask in IRC channel #fusionpbx, not here (this is FreeSWITCH mailing list, is not FusionPBX mailing list). Thanks for understanding, -giovanni On Wed, Aug 3, 2016 at 2:42 PM, uzair iltifat wrote: > I have resolved the issues with my password > now there is a new error > > ------ > Fatal error: Uncaught exception 'PDOException' with message > 'SQLSTATE[42S02]: Base table or view not found: 1146 Table > 'fusionpbx.v_default_settings' doesn't exist' in > /var/www/html/fusionpbx/resources/classes/domains.php on line 46 > ------ > > http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ > > Uzair Ahmed > [image: http://]about.me/uzairIltifat > > > > > > > http://uzair.ahmed.netcv.com/ > > On Wed, Aug 3, 2016 at 12:46 AM, uzair iltifat < > uzair.iltifat.ahmed at gmail.com> wrote: > >> thaks for your responce >> >> >> http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ >> >> Uzair Ahmed >> [image: http://]about.me/uzairIltifat >> >> >> >> >> >> >> http://uzair.ahmed.netcv.com/ >> >> On Tue, Aug 2, 2016 at 4:43 PM, Shaun Stokes < >> shaun.stokes at itec-support.co.uk> wrote: >> >>> I don?t believe I?ve seen this specific error before, symptoms would >>> indicate that the credentials supplied for the SQL database are incorrect. >>> >>> >>> >>> You can modify the SQL database information and credentials by editing >>> the file ?/var/www/fusionpbx/resources/config.php?, you may need to restart >>> nginx (or apache) for the change to take effect. >>> >>> >>> >>> If you?re still experiencing problems and you followed the FusionPBX >>> installation steps you should raise the issue with the FusionPBX community: >>> https://github.com/fusionpbx/fusionpbx/issues >>> >>> >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >>> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *uzair >>> iltifat >>> *Sent:* 02 August 2016 11:09 >>> *To:* FreeSWITCH Users Help >>> *Subject:* [Freeswitch-users] fusionpbx error >>> >>> >>> >>> Hi, >>> >>> I have recently installed fusionPBX, when i try to access it with the >>> URL i get this error >>> >>> ----- >>> SQLSTATE[28000] [1045] Access denied for user 'fusionpbx'@'localhost' >>> (using password: YES) >>> ----- >>> >>> waiting for the fastest response, thanks! >>> >>> http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ >>> >>> >>> *Uzair Ahmed* >>> >>> about.me/uzairIltifat >>> >>> >>> >>> >>> >>> >>> >>> http://uzair.ahmed.netcv.com/ >>> >>> >>> ______________________________________________________________________ >>> This message has been checked for all known viruses by MessageLabs Virus >>> Scanning Service. >>> ______________________________________________________________________ >>> >>> ______________________________________________________________________ >>> This message has been checked for all known viruses by MessageLabs Virus >>> Scanning Service. >>> ______________________________________________________________________ >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/e90bfb22/attachment-0001.html From italo at freeswitch.org Wed Aug 3 16:57:36 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Wed, 3 Aug 2016 09:57:36 -0300 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> Message-ID: Can you pastebin your FS logs? And also try to get your browser console logs. On Wed, Aug 3, 2016 at 3:26 AM, Bipin Patel wrote: > i tried calling local sip endpoints and still nothing rings in VC client > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: ?talo Rossi > To: FreeSWITCH Users Help > > Date: 8/2/2016, 9:38:20 PM > > Try calling a local sip endpoint and let me know. > > On Tue, Aug 2, 2016 at 7:07 AM, Bipin Patel wrote: > >> sorry about that, that not implemented also happens when calling FS >> conference server >> >> my dialstring in dialplan is as such, could this be a problem >> >> {^^:sip_invite_domain=${dialed_domain}}${sofia_contact(*/${dialed_user}@ >> ${dialed_domain})},${verto_contact >> ${dialed_user}@${dialed_domain}} >> >> >> Regards, >> Bipin >> >> >> ------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >> From: Bipin Patel >> To: FreeSWITCH Users Help >> >> Date: 8/2/2016, 1:28:07 PM >> >> in chrome console i see a got a not implemented state soon after the call >> is placed >> >> Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state change from new to >> requesting >> >> vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, verto: >> $.verto, direction: Object, lastState: Object, state: Object?} >> >> vertoService.js:624 Got a not implemented state: $.v?o.dialog {params: >> Object, verto: $.verto, direction: Object, lastState: Object, state: >> Object?}answered: falseattach: falseaudioStream: video#webcam.hidecallID: >> "beac6a4b-dcc4-45bb-1d9f-fca14604acfb"callbacks: Objectcause: "NORMAL >> CLEARING"causeCode: 16direction: ObjectlastState: Objectparams: Objectrtc: >> $.FSRTCscreenShare: falsestate: ObjectuseCamera: "none"useMic: >> "b59a95125522bf173fa8b1e7006b02e71087bef1a3fa3c32c147806f9d641072"useSpeak: >> "default"verto: $.verto__proto__: Object >> >> jquery.jsonrpcclient.js:422 Speed Test: Up: 627 Down: 2012 >> >> jquery.verto.js:2146 Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state >> change from requesting to trying >> >> vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, verto: >> $.verto, direction: Object, lastState: Object, state: Object?} >> >> vertoService.js:595 Calling: Outbound Call <1234> >> >> Regards, >> Bipin >> >> >> ------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >> From: Mirko Brankovic >> >> To: FreeSWITCH Users Help >> >> Date: 8/2/2016, 11:27:18 AM >> >> aah yes it is in verto dir: >> >> ??? sounds >> ? ??? bell_ring2.mp3 >> ? ??? bell_ring2.wav >> >> >> On Tue, Aug 2, 2016 at 9:23 AM, Mirko Brankovic > > wrote: >> >>> BTW do you have freeswitch-sounds-en-us-callie installed ? >>> >>> On Mon, Aug 1, 2016 at 10:21 PM, Bipin Patel wrote: >>> >>>> I'm using g711u codec and the standard verto communicator portal so >>>> what can go wrong? >>>> Even the conference server of fs using vc I hear no ringtone so could >>>> it be the vc code itself having the issue? >>>> >>>> On August 1, 2016 7:52:32 PM Mirko Brankovic >>>> wrote: >>>> >>>>> I guess that is it. >>>>> Just before that event being fired up you should have Callstate >>>>> changed from Down to Ringing, something like: >>>>> >>>>> 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready >>>>> verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! >>>>> 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 >>>>> (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> >>>>> RINGING >>>>> >>>>> which means that on the client side this event is not picked up to >>>>> play ringtone I guess. Check the browser console log. >>>>> >>>>> >>>>> >>>>> On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: >>>>> >>>>>> hi, >>>>>> >>>>>> i did the verto trace and after invite i get the below event, i didnt >>>>>> do the sip trace because when i call directly using sip i get session >>>>>> progress so the gateway is surely generating the session progress >>>>>> "channelCallState": "RINGING", >>>>>> "originalChannelCallState": "DOWN", >>>>>> >>>>>> >>>>>> Regards, >>>>>> Bipin >>>>>> >>>>>> >>>>>> ------------------------------ >>>>>> -------- Original Message -------- >>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>> From: Mirko Brankovic >>>>>> >>>>>> To: FreeSWITCH Users Help >>>>>> >>>>>> Date: 8/1/2016, 7:19:24 PM >>>>>> >>>>>> yes increase the debug value to maybe 10 in verto.xml.conf and sofia >>>>>> global siptrace on and see what is going on. >>>>>> >>>>>> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel wrote: >>>>>> >>>>>>> hi, >>>>>>> >>>>>>> yes i have answer before the bridge but i even tried without answer >>>>>>> and both ways no ringtone came, ill check the trace and get back >>>>>>> >>>>>>> >>>>>>> Regards, >>>>>>> Bipin >>>>>>> >>>>>>> >>>>>>> ------------------------------ >>>>>>> -------- Original Message -------- >>>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>>> From: Mirko Brankovic >>>>>>> >>>>>>> To: FreeSWITCH Users Help >>>>>>> >>>>>>> Date: 8/1/2016, 6:39:58 PM >>>>>>> >>>>>>> HI, >>>>>>> Do you do answer before the bridge? >>>>>>> >>>>>>> Turn on SIP and Verto trace and see if 180/183 is propagated >>>>>>> correctly into verto event "originalChannelCallState": "RINGING", >>>>>>> after verto.invite. >>>>>>> >>>>>>> -mirko >>>>>>> >>>>>>> >>>>>>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel >>>>>>> wrote: >>>>>>> >>>>>>>> i have successfully setup VC with FS with all the certs etc and all >>>>>>>> calls coming from verto goto sip gateway and from there to pstn line. The >>>>>>>> calls go all fine with 2 way audio but the only problem im facing is when >>>>>>>> the verto user calls a number, he cant hear any ringtone and in cases where >>>>>>>> the remote party mobile is switched of that time the wireless carrier >>>>>>>> usually gives a phone switched off or out of coverage ivr but all those are >>>>>>>> not heard to the verto user. Is there any way to fix this or probably >>>>>>>> bridge the ringing received from remote side to verto caller, i dont want >>>>>>>> to generate any local ring back on FS >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Bipin >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------ >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Mirko >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Mirko >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Mirko >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> >> >> >> >> -- >> Regards, >> Mirko >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > ?talo Rossi > italo at freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/e29894e7/attachment-0001.html From max.clark at gmail.com Wed Aug 3 00:05:00 2016 From: max.clark at gmail.com (Max Clark) Date: Tue, 2 Aug 2016 13:05:00 -0700 Subject: [Freeswitch-users] g729 patent expiration Message-ID: Hi all, So I fell down the Google rabbit hole this weekend - the subject of my curiosity: US Patent No. 5,920,8531 This patent has a priority/filing date of August 23, 1996, which would imply that the g729 is in the open next month. Is this accurate? Am I missing another patent that keeps this behind the commercial pay wall? I'm asking b/c I'd obviously rather not license channels and find out it was unnecessary a month later. Max -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160802/267b5cb4/attachment.html From mail at paulzillmann.de Wed Aug 3 12:39:02 2016 From: mail at paulzillmann.de (Paul Zillmann) Date: Wed, 3 Aug 2016 10:39:02 +0200 Subject: [Freeswitch-users] Calls without registration Message-ID: <98adeb70-788d-f9a3-09b4-e008b8d2e730@paulzillmann.de> Hello, due to an open firewall some robots could get into my network and start some calls (11.000!) over my PSTN gateway. I looked through the data and those robots didn't registered themselve, they just placed the call on the internal profile and succesfully got through the dialplan. How is it possible that they can make calls on the internal profile (Port 5060) without registration and is there a variable for sofia to don't allow those calls. Is there anything else I can do appart from checking the source IP Address in the dialplan? Thanks, Paul From colin.morelli at gmail.com Wed Aug 3 17:31:55 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Wed, 03 Aug 2016 13:31:55 +0000 Subject: [Freeswitch-users] Calls without registration In-Reply-To: <98adeb70-788d-f9a3-09b4-e008b8d2e730@paulzillmann.de> References: <98adeb70-788d-f9a3-09b4-e008b8d2e730@paulzillmann.de> Message-ID: Paul, Registration has nothing to do with placing outbound calls, it *only* affects how FS delivers inbound calls to a registered user. Whether or not FS will challenge incoming invites for credentials depends on the values of "auth-calls," "auth-all-packets," "accept-blind-auth" and various ACLs. For example, it may be the case that you have a proxy in front of FS that results in FS actually seeing the internal IP address, combined with an ACL that allows FS to trust any calls coming from the internal network. I think it will be hard to help more without seeing your profile configuration. Best, Colin On Wed, Aug 3, 2016 at 9:26 AM Paul Zillmann wrote: > Hello, > > due to an open firewall some robots could get into my network and start > some calls (11.000!) over my PSTN gateway. > I looked through the data and those robots didn't registered themselve, > they just placed the call on the internal profile and succesfully got > through the dialplan. > How is it possible that they can make calls on the internal profile > (Port 5060) without registration and is there a variable for sofia to > don't allow those calls. > Is there anything else I can do appart from checking the source IP > Address in the dialplan? > > Thanks, > Paul > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/1c06c5ff/attachment.html From regis.freeswitch.org at tornad.net Wed Aug 3 17:43:45 2016 From: regis.freeswitch.org at tornad.net (Regis M) Date: Wed, 3 Aug 2016 15:43:45 +0200 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: Very interesting question. If you find an answer, plz, fill it here too. Regards, R?gis 2016-08-02 22:05 GMT+02:00 Max Clark : > Hi all, > > So I fell down the Google rabbit hole this weekend - the subject of my > curiosity: US Patent No. 5,920,8531 > > This patent has a priority/filing date of August 23, 1996, which would > imply that the g729 is in the open next month. Is this accurate? Am I > missing another patent that keeps this behind the commercial pay wall? > > I'm asking b/c I'd obviously rather not license channels and find out it > was unnecessary a month later. > > Max > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/c9f53743/attachment.html From colin.morelli at gmail.com Wed Aug 3 17:53:09 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Wed, 03 Aug 2016 13:53:09 +0000 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: Interesting. So far it has worked on all clients except WebRTC. It seems strange to me that putting a hostname in an SDP wouldn't be allowed, but it's far from the weirdest thing I've seen in some these specs. I'm fine with having IPs in the SDP for pretty much all cases, except for the iPhone where it is supposedly necessary to not use IP literals. So I guess I have two questions then: 1. Is there a way in FS to explicitly set an advertised IP address through a channel var? Actually, in this case I would just define a few options in vars.xml and then use expansion. Something like, advertised_rtp_ip=${local_ipv4} or advertised_rtp_ip=${local_ipv6} 2. How are people deciding whether to advertise IPv4/IPv6 if FS *isn't* handling registrations. Say, for example, Kamailio handles registrations. FS only knows if it'll talk to Kamailio via 4 or 6, but not what Kamailio will use to talk to the clients. Is there a best practice here for supporting dual stack? Best, Colin On Wed, Aug 3, 2016 at 1:13 AM Michael Jerris wrote: > I have not once in my life seen someone use a hostname instead of an ip in > an sdp, and I do not believe it is legal. > > > On Aug 2, 2016, at 1:00 PM, Colin Morelli > wrote: > > > > Hey all, > > > > So it looks like WebRTC has issues dealing with hostnames in the SDP > instead of IP addresses. Particularly, when including a hostname in the SDP > there's no audio in either direction. This is the case in both the latest > Firefox + Chrome browsers. > > > > This is particularly problematic for applications that are WebRTC + > mobile, now that Apple is enforcing applications to support IPv6-only > networks. Using hostnames in the record-route and SDP addresses meets the > requirement since the OS will synthesize an IPv6 address when a DNS query > is performed, but according to the documentation they strongly urge > applications to avoid using address literals in their applications. > > > > Has anyone had success with methods to switch between advertising a > hostname vs IP address in the SDP? Or other methods for solving this > problem? > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/10e8d32f/attachment-0001.html From derkan at gmail.com Wed Aug 3 17:56:37 2016 From: derkan at gmail.com (Erkan =?iso-8859-2?q?Durmu=BA?=) Date: Wed, 03 Aug 2016 16:56:37 +0300 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: <1470232597.18075.4@smtp.gmail.com> A Google search says that: "US patents with a filing date before June 8, 1995 provide protection for up to seventeen years counting from the date of grant (the date given with reference numeral 45), or 20 years from the filing date, whichever expires later. However, the patent holder is required to pay maintenance fees to keep his patent valid." On Tue, Aug 2, 2016 at 11:05 PM, Max Clark wrote: > Hi all, > > So I fell down the Google rabbit hole this weekend - the subject of > my curiosity: US Patent No. 5,920,8531 > > This patent has a priority/filing date of August 23, 1996, which > would imply that the g729 is in the open next month. Is this > accurate? Am I missing another patent that keeps this behind the > commercial pay wall? > > I'm asking b/c I'd obviously rather not license channels and find out > it was unnecessary a month later. > > Max -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/f12b0a5e/attachment.html From anthony.minessale at gmail.com Wed Aug 3 17:56:48 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 3 Aug 2016 08:56:48 -0500 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: Some of the patents expire but nobody will know for a long time if there are any extra ones lurking in the bushes. As far as the FS implementation, there are no current plans to change anything yet. The good news is FreeSWITCH is a massive software project and its free, so the $10 for g729 is nothing in comparison. On Wed, Aug 3, 2016 at 8:43 AM, Regis M wrote: > Very interesting question. If you find an answer, plz, fill it here too. > > Regards, > > R?gis > > 2016-08-02 22:05 GMT+02:00 Max Clark : > >> Hi all, >> >> So I fell down the Google rabbit hole this weekend - the subject of my >> curiosity: US Patent No. 5,920,8531 >> >> This patent has a priority/filing date of August 23, 1996, which would >> imply that the g729 is in the open next month. Is this accurate? Am I >> missing another patent that keeps this behind the commercial pay wall? >> >> I'm asking b/c I'd obviously rather not license channels and find out it >> was unnecessary a month later. >> >> Max >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/549b0317/attachment.html From brian at freeswitch.org Wed Aug 3 18:11:50 2016 From: brian at freeswitch.org (Brian West) Date: Wed, 3 Aug 2016 09:11:50 -0500 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: There are 400+ patents that cover G729, Many of which haven't expired yet. Review the EULA on our G729 installer and you'll see the list of patents and what country they apply to. And as Anthony pointed out, there very well could be some that aren't claimed yet, Our product Skew was G729AB, Even tho we were only shipping A, we had someone come after us demanding money because of that, even tho we were not shipping any G729B. We use the sales to help support the project, so show your support, buy a few licenses and wish Anthony a Happy Birthday its coming on the 7th ( http://www.amazon.com/gp/registry/wishlist/1NQC79YV4RB83) See you all at ClueCon! /b On Wed, Aug 3, 2016 at 8:56 AM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > Some of the patents expire but nobody will know for a long time if there > are any extra ones lurking in the bushes. > As far as the FS implementation, there are no current plans to change > anything yet. > > The good news is FreeSWITCH is a massive software project and its free, so > the $10 for g729 is nothing in comparison. > > > On Wed, Aug 3, 2016 at 8:43 AM, Regis M > wrote: > >> Very interesting question. If you find an answer, plz, fill it here too. >> >> Regards, >> >> R?gis >> >> 2016-08-02 22:05 GMT+02:00 Max Clark : >> >>> Hi all, >>> >>> So I fell down the Google rabbit hole this weekend - the subject of my >>> curiosity: US Patent No. 5,920,8531 >>> >>> This patent has a priority/filing date of August 23, 1996, which would >>> imply that the g729 is in the open next month. Is this accurate? Am I >>> missing another patent that keeps this behind the commercial pay wall? >>> >>> I'm asking b/c I'd obviously rather not license channels and find out it >>> was unnecessary a month later. >>> >>> Max >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/e9d16995/attachment-0001.html From derkan at gmail.com Wed Aug 3 18:15:36 2016 From: derkan at gmail.com (Erkan =?iso-8859-2?q?Durmu=BA?=) Date: Wed, 03 Aug 2016 17:15:36 +0300 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: <1470233736.18075.5@smtp.gmail.com> +1 Happy birthday Anthony! On Wed, Aug 3, 2016 at 5:11 PM, Brian West wrote: > There are 400+ patents that cover G729, Many of which haven't expired > yet. Review the EULA on our G729 installer and you'll see the list > of patents and what country they apply to. > > And as Anthony pointed out, there very well could be some that aren't > claimed yet, Our product Skew was G729AB, Even tho we were only > shipping A, we had someone come after us demanding money because of > that, even tho we were not shipping any G729B. > > We use the sales to help support the project, so show your support, > buy a few licenses and wish Anthony a Happy Birthday its coming on > the 7th (http://www.amazon.com/gp/registry/wishlist/1NQC79YV4RB83) > > See you all at ClueCon! > > /b > > > On Wed, Aug 3, 2016 at 8:56 AM, Anthony Minessale > wrote: >> Some of the patents expire but nobody will know for a long time if >> there are any extra ones lurking in the bushes. >> As far as the FS implementation, there are no current plans to >> change anything yet. >> >> The good news is FreeSWITCH is a massive software project and its >> free, so the $10 for g729 is nothing in comparison. >> >> >> On Wed, Aug 3, 2016 at 8:43 AM, Regis M >> wrote: >>> Very interesting question. If you find an answer, plz, fill it here >>> too. >>> >>> Regards, >>> >>> R?gis >>> >>> 2016-08-02 22:05 GMT+02:00 Max Clark : >>>> Hi all, >>>> >>>> So I fell down the Google rabbit hole this weekend - the subject >>>> of my curiosity: US Patent No. 5,920,8531 >>>> >>>> This patent has a priority/filing date of August 23, 1996, which >>>> would imply that the g729 is in the open next month. Is this >>>> accurate? Am I missing another patent that keeps this behind the >>>> commercial pay wall? >>>> >>>> I'm asking b/c I'd obviously rather not license channels and find >>>> out it was unnecessary a month later. >>>> >>>> Max >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? http://freeswitch.org/g+ >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > -- > Brian West > brian at freeswitch.org > > > > Twitter: @FreeSWITCH , @briankwest > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here! | Reddit: /r/freeswitch > > T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) > iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/472b70f2/attachment.html From colin.morelli at gmail.com Wed Aug 3 18:16:17 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Wed, 03 Aug 2016 14:16:17 +0000 Subject: [Freeswitch-users] Determine When Bridge Attempt is Complete In-Reply-To: References: Message-ID: In case it's helpful to anyone: I've found a solution to this by using the "event" application and triggering a custom "bridge attempt complete" event after the bridge application in the dialplan. This lets me not subscribe to channel_execute_complete, and cuts down on a lot of event traffic. Best, Colin On Thu, Jul 14, 2016 at 10:29 PM Colin Morelli wrote: > Hey, > > I'm looking to determine when a bridge request is complete. I'm using > mod_amqp to receive events from Freeswitch and using that data to update a > separate database. > > The problem is that, so far, I've only been able to determine when a > bridge attempt fails in a channel_execute_complete event. I'm really trying > to avoid sending that event over mod_amqp because there are *a ton* of > those events generated for every call. > > Is there any other way to determine when a bridge attempt fails? We've got > CHANNEL_BRIDGE & CHANNEL_ANSWER to determine when it's successful - would > be great if anyone knows for the other case. > > Best, > Colin > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/dc5d0659/attachment.html From regis.freeswitch.org at tornad.net Wed Aug 3 18:26:02 2016 From: regis.freeswitch.org at tornad.net (Regis M) Date: Wed, 3 Aug 2016 16:26:02 +0200 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: Hi, @Anthony, Happy birthday !!! It's not a price's problem, it's the installing and deploying process with the licence's linked to a machine uuid/mac associated with G729 that creates contraints for me. Regards, 2016-08-03 16:11 GMT+02:00 Brian West : > There are 400+ patents that cover G729, Many of which haven't expired > yet. Review the EULA on our G729 installer and you'll see the list of > patents and what country they apply to. > > And as Anthony pointed out, there very well could be some that aren't > claimed yet, Our product Skew was G729AB, Even tho we were only shipping A, > we had someone come after us demanding money because of that, even tho we > were not shipping any G729B. > > We use the sales to help support the project, so show your support, buy a > few licenses and wish Anthony a Happy Birthday its coming on the 7th ( > http://www.amazon.com/gp/registry/wishlist/1NQC79YV4RB83) > > See you all at ClueCon! > > /b > > > On Wed, Aug 3, 2016 at 8:56 AM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> Some of the patents expire but nobody will know for a long time if there >> are any extra ones lurking in the bushes. >> As far as the FS implementation, there are no current plans to change >> anything yet. >> >> The good news is FreeSWITCH is a massive software project and its free, >> so the $10 for g729 is nothing in comparison. >> >> >> On Wed, Aug 3, 2016 at 8:43 AM, Regis M >> wrote: >> >>> Very interesting question. If you find an answer, plz, fill it here too. >>> >>> Regards, >>> >>> R?gis >>> >>> 2016-08-02 22:05 GMT+02:00 Max Clark : >>> >>>> Hi all, >>>> >>>> So I fell down the Google rabbit hole this weekend - the subject of my >>>> curiosity: US Patent No. 5,920,8531 >>>> >>>> This patent has a priority/filing date of August 23, 1996, which would >>>> imply that the g729 is in the open next month. Is this accurate? Am I >>>> missing another patent that keeps this behind the commercial pay wall? >>>> >>>> I'm asking b/c I'd obviously rather not license channels and find out >>>> it was unnecessary a month later. >>>> >>>> Max >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/07f5f3f9/attachment-0001.html From brian at freeswitch.org Wed Aug 3 18:30:16 2016 From: brian at freeswitch.org (Brian West) Date: Wed, 3 Aug 2016 09:30:16 -0500 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: Contact us, we may be better equipped to help address those scenarios now. /b On Wed, Aug 3, 2016 at 9:26 AM, Regis M wrote: > Hi, > @Anthony, Happy birthday !!! > > It's not a price's problem, it's the installing and deploying process with > the licence's linked to a machine uuid/mac associated with G729 that > creates contraints for me. > > Regards, > > > 2016-08-03 16:11 GMT+02:00 Brian West : > >> There are 400+ patents that cover G729, Many of which haven't expired >> yet. Review the EULA on our G729 installer and you'll see the list of >> patents and what country they apply to. >> >> And as Anthony pointed out, there very well could be some that aren't >> claimed yet, Our product Skew was G729AB, Even tho we were only shipping A, >> we had someone come after us demanding money because of that, even tho we >> were not shipping any G729B. >> >> We use the sales to help support the project, so show your support, buy a >> few licenses and wish Anthony a Happy Birthday its coming on the 7th ( >> http://www.amazon.com/gp/registry/wishlist/1NQC79YV4RB83) >> >> See you all at ClueCon! >> >> /b >> >> >> On Wed, Aug 3, 2016 at 8:56 AM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> Some of the patents expire but nobody will know for a long time if there >>> are any extra ones lurking in the bushes. >>> As far as the FS implementation, there are no current plans to change >>> anything yet. >>> >>> The good news is FreeSWITCH is a massive software project and its free, >>> so the $10 for g729 is nothing in comparison. >>> >>> >>> On Wed, Aug 3, 2016 at 8:43 AM, Regis M >> > wrote: >>> >>>> Very interesting question. If you find an answer, plz, fill it here too. >>>> >>>> Regards, >>>> >>>> R?gis >>>> >>>> 2016-08-02 22:05 GMT+02:00 Max Clark : >>>> >>>>> Hi all, >>>>> >>>>> So I fell down the Google rabbit hole this weekend - the subject of my >>>>> curiosity: US Patent No. 5,920,8531 >>>>> >>>>> This patent has a priority/filing date of August 23, 1996, which would >>>>> imply that the g729 is in the open next month. Is this accurate? Am I >>>>> missing another patent that keeps this behind the commercial pay wall? >>>>> >>>>> I'm asking b/c I'd obviously rather not license channels and find out >>>>> it was unnecessary a month later. >>>>> >>>>> Max >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/040e4003/attachment.html From gassaad at emassembly.com Wed Aug 3 18:34:09 2016 From: gassaad at emassembly.com (George Assaad) Date: Wed, 3 Aug 2016 10:34:09 -0400 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: <502A89DD-2A2F-4D19-B1F2-83016FCAF681@emassembly.com> Happy birthday Anthony ;-) > On Aug 3, 2016, at 10:26 AM, Regis M wrote: > > Hi, > @Anthony, Happy birthday !!! > > It's not a price's problem, it's the installing and deploying process with the licence's linked to a machine uuid/mac associated with G729 that creates contraints for me. > > Regards, > > > 2016-08-03 16:11 GMT+02:00 Brian West >: > There are 400+ patents that cover G729, Many of which haven't expired yet. Review the EULA on our G729 installer and you'll see the list of patents and what country they apply to. > > And as Anthony pointed out, there very well could be some that aren't claimed yet, Our product Skew was G729AB, Even tho we were only shipping A, we had someone come after us demanding money because of that, even tho we were not shipping any G729B. > > We use the sales to help support the project, so show your support, buy a few licenses and wish Anthony a Happy Birthday its coming on the 7th (http://www.amazon.com/gp/registry/wishlist/1NQC79YV4RB83 ) > > See you all at ClueCon! > > /b > > > On Wed, Aug 3, 2016 at 8:56 AM, Anthony Minessale > wrote: > Some of the patents expire but nobody will know for a long time if there are any extra ones lurking in the bushes. > As far as the FS implementation, there are no current plans to change anything yet. > > The good news is FreeSWITCH is a massive software project and its free, so the $10 for g729 is nothing in comparison. > > > On Wed, Aug 3, 2016 at 8:43 AM, Regis M > wrote: > Very interesting question. If you find an answer, plz, fill it here too. > > Regards, > > R?gis > > 2016-08-02 22:05 GMT+02:00 Max Clark >: > Hi all, > > So I fell down the Google rabbit hole this weekend - the subject of my curiosity: US Patent No. 5,920,8531 > > This patent has a priority/filing date of August 23, 1996, which would imply that the g729 is in the open next month. Is this accurate? Am I missing another patent that keeps this behind the commercial pay wall? > > I'm asking b/c I'd obviously rather not license channels and find out it was unnecessary a month later. > > Max > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? http://freeswitch.org/g+ > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Brian West > brian at freeswitch.org > > Twitter: @FreeSWITCH , @briankwest > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > Got Bugs? Report them here ! | Reddit: /r/freeswitch > T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) > iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/bc873cfb/attachment-0001.html From mirkobrankovic at gmail.com Wed Aug 3 18:37:28 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Wed, 3 Aug 2016 16:37:28 +0200 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: <502A89DD-2A2F-4D19-B1F2-83016FCAF681@emassembly.com> References: <502A89DD-2A2F-4D19-B1F2-83016FCAF681@emassembly.com> Message-ID: we are hijacking the subject, but Heppy B-day :)) On Wed, Aug 3, 2016 at 4:34 PM, George Assaad wrote: > Happy birthday Anthony > ;-) > > On Aug 3, 2016, at 10:26 AM, Regis M > wrote: > > Hi, > @Anthony, Happy birthday !!! > > It's not a price's problem, it's the installing and deploying process with > the licence's linked to a machine uuid/mac associated with G729 that > creates contraints for me. > > Regards, > > > 2016-08-03 16:11 GMT+02:00 Brian West : > >> There are 400+ patents that cover G729, Many of which haven't expired >> yet. Review the EULA on our G729 installer and you'll see the list of >> patents and what country they apply to. >> >> And as Anthony pointed out, there very well could be some that aren't >> claimed yet, Our product Skew was G729AB, Even tho we were only shipping A, >> we had someone come after us demanding money because of that, even tho we >> were not shipping any G729B. >> >> We use the sales to help support the project, so show your support, buy a >> few licenses and wish Anthony a Happy Birthday its coming on the 7th ( >> http://www.amazon.com/gp/registry/wishlist/1NQC79YV4RB83) >> >> See you all at ClueCon! >> >> /b >> >> >> On Wed, Aug 3, 2016 at 8:56 AM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> Some of the patents expire but nobody will know for a long time if there >>> are any extra ones lurking in the bushes. >>> As far as the FS implementation, there are no current plans to change >>> anything yet. >>> >>> The good news is FreeSWITCH is a massive software project and its free, >>> so the $10 for g729 is nothing in comparison. >>> >>> >>> On Wed, Aug 3, 2016 at 8:43 AM, Regis M >> > wrote: >>> >>>> Very interesting question. If you find an answer, plz, fill it here too. >>>> >>>> Regards, >>>> >>>> R?gis >>>> >>>> 2016-08-02 22:05 GMT+02:00 Max Clark : >>>> >>>>> Hi all, >>>>> >>>>> So I fell down the Google rabbit hole this weekend - the subject of my >>>>> curiosity: US Patent No. 5,920,8531 >>>>> >>>>> This patent has a priority/filing date of August 23, 1996, which would >>>>> imply that the g729 is in the open next month. Is this accurate? Am I >>>>> missing another patent that keeps this behind the commercial pay wall? >>>>> >>>>> I'm asking b/c I'd obviously rather not license channels and find out >>>>> it was unnecessary a month later. >>>>> >>>>> Max >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/062432c2/attachment.html From brian at freeswitch.org Wed Aug 3 18:39:56 2016 From: brian at freeswitch.org (Brian West) Date: Wed, 3 Aug 2016 09:39:56 -0500 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: You should NOT be setting advertised_rtp_ip, We use a V4 profile or aV6 profile, you can't mix and match, doing so would probably not work at all. On Wed, Aug 3, 2016 at 8:53 AM, Colin Morelli wrote: > Interesting. So far it has worked on all clients except WebRTC. It seems > strange to me that putting a hostname in an SDP wouldn't be allowed, but > it's far from the weirdest thing I've seen in some these specs. > > I'm fine with having IPs in the SDP for pretty much all cases, except for > the iPhone where it is supposedly necessary to not use IP literals. So I > guess I have two questions then: > > 1. Is there a way in FS to explicitly set an advertised IP address through > a channel var? Actually, in this case I would just define a few options in > vars.xml and then use expansion. Something like, > advertised_rtp_ip=${local_ipv4} or advertised_rtp_ip=${local_ipv6} > > 2. How are people deciding whether to advertise IPv4/IPv6 if FS *isn't* handling > registrations. Say, for example, Kamailio handles registrations. FS only > knows if it'll talk to Kamailio via 4 or 6, but not what Kamailio will use > to talk to the clients. Is there a best practice here for supporting dual > stack? > > Best, > Colin > > On Wed, Aug 3, 2016 at 1:13 AM Michael Jerris wrote: > >> I have not once in my life seen someone use a hostname instead of an ip >> in an sdp, and I do not believe it is legal. >> >> > On Aug 2, 2016, at 1:00 PM, Colin Morelli >> wrote: >> > >> > Hey all, >> > >> > So it looks like WebRTC has issues dealing with hostnames in the SDP >> instead of IP addresses. Particularly, when including a hostname in the SDP >> there's no audio in either direction. This is the case in both the latest >> Firefox + Chrome browsers. >> > >> > This is particularly problematic for applications that are WebRTC + >> mobile, now that Apple is enforcing applications to support IPv6-only >> networks. Using hostnames in the record-route and SDP addresses meets the >> requirement since the OS will synthesize an IPv6 address when a DNS query >> is performed, but according to the documentation they strongly urge >> applications to avoid using address literals in their applications. >> > >> > Has anyone had success with methods to switch between advertising a >> hostname vs IP address in the SDP? Or other methods for solving this >> problem? >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/81a40ce6/attachment-0001.html From anthony.minessale at gmail.com Wed Aug 3 18:40:45 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 3 Aug 2016 09:40:45 -0500 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: <502A89DD-2A2F-4D19-B1F2-83016FCAF681@emassembly.com> Message-ID: Thanks guys! On Wed, Aug 3, 2016 at 9:37 AM, Mirko Brankovic wrote: > we are hijacking the subject, but Heppy B-day :)) > > On Wed, Aug 3, 2016 at 4:34 PM, George Assaad > wrote: > >> Happy birthday Anthony >> ;-) >> >> On Aug 3, 2016, at 10:26 AM, Regis M >> wrote: >> >> Hi, >> @Anthony, Happy birthday !!! >> >> It's not a price's problem, it's the installing and deploying process >> with the licence's linked to a machine uuid/mac associated with G729 that >> creates contraints for me. >> >> Regards, >> >> >> 2016-08-03 16:11 GMT+02:00 Brian West : >> >>> There are 400+ patents that cover G729, Many of which haven't expired >>> yet. Review the EULA on our G729 installer and you'll see the list of >>> patents and what country they apply to. >>> >>> And as Anthony pointed out, there very well could be some that aren't >>> claimed yet, Our product Skew was G729AB, Even tho we were only shipping A, >>> we had someone come after us demanding money because of that, even tho we >>> were not shipping any G729B. >>> >>> We use the sales to help support the project, so show your support, buy >>> a few licenses and wish Anthony a Happy Birthday its coming on the 7th ( >>> http://www.amazon.com/gp/registry/wishlist/1NQC79YV4RB83) >>> >>> See you all at ClueCon! >>> >>> /b >>> >>> >>> On Wed, Aug 3, 2016 at 8:56 AM, Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> Some of the patents expire but nobody will know for a long time if >>>> there are any extra ones lurking in the bushes. >>>> As far as the FS implementation, there are no current plans to change >>>> anything yet. >>>> >>>> The good news is FreeSWITCH is a massive software project and its free, >>>> so the $10 for g729 is nothing in comparison. >>>> >>>> >>>> On Wed, Aug 3, 2016 at 8:43 AM, Regis M < >>>> regis.freeswitch.org at tornad.net> wrote: >>>> >>>>> Very interesting question. If you find an answer, plz, fill it here >>>>> too. >>>>> >>>>> Regards, >>>>> >>>>> R?gis >>>>> >>>>> 2016-08-02 22:05 GMT+02:00 Max Clark : >>>>> >>>>>> Hi all, >>>>>> >>>>>> So I fell down the Google rabbit hole this weekend - the subject of >>>>>> my curiosity: US Patent No. 5,920,8531 >>>>>> >>>>>> This patent has a priority/filing date of August 23, 1996, which >>>>>> would imply that the g729 is in the open next month. Is this accurate? Am I >>>>>> missing another patent that keeps this behind the commercial pay wall? >>>>>> >>>>>> I'm asking b/c I'd obviously rather not license channels and find out >>>>>> it was unnecessary a month later. >>>>>> >>>>>> Max >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>> >>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>> http://twitter.com/FreeSWITCH >>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>> * >>>> >>>> ClueCon Weekly Development Call >>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>> >>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/109acf6b/attachment-0001.html From colin.morelli at gmail.com Wed Aug 3 18:45:22 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Wed, 03 Aug 2016 14:45:22 +0000 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: So in this case I would just have to generate two invites (one for each profile) both to Kamailio, and then filter contacts in Kamailio (v6 invite goes to v6 registrations, v4 to v4, etc)? In any case, my use for setting something like advertised_rtp_ip (does anything like this exist?) would be to actually explicitly set a hostname (rather than an IP) for certain endpoints that are going to have compatibility issues with IP literals (such as iOS devices). I used a poor example there, as I wasn't intending to cross the v4/v6 bridge with it. Best, Colin On Wed, Aug 3, 2016 at 10:42 AM Brian West wrote: > You should NOT be setting advertised_rtp_ip, We use a V4 profile or aV6 > profile, you can't mix and match, doing so would probably not work at all. > > On Wed, Aug 3, 2016 at 8:53 AM, Colin Morelli > wrote: > >> Interesting. So far it has worked on all clients except WebRTC. It seems >> strange to me that putting a hostname in an SDP wouldn't be allowed, but >> it's far from the weirdest thing I've seen in some these specs. >> >> I'm fine with having IPs in the SDP for pretty much all cases, except for >> the iPhone where it is supposedly necessary to not use IP literals. So I >> guess I have two questions then: >> >> 1. Is there a way in FS to explicitly set an advertised IP address >> through a channel var? Actually, in this case I would just define a few >> options in vars.xml and then use expansion. Something like, >> advertised_rtp_ip=${local_ipv4} or advertised_rtp_ip=${local_ipv6} >> >> 2. How are people deciding whether to advertise IPv4/IPv6 if FS *isn't* handling >> registrations. Say, for example, Kamailio handles registrations. FS only >> knows if it'll talk to Kamailio via 4 or 6, but not what Kamailio will use >> to talk to the clients. Is there a best practice here for supporting dual >> stack? >> >> Best, >> Colin >> >> On Wed, Aug 3, 2016 at 1:13 AM Michael Jerris wrote: >> >>> I have not once in my life seen someone use a hostname instead of an ip >>> in an sdp, and I do not believe it is legal. >>> >>> > On Aug 2, 2016, at 1:00 PM, Colin Morelli >>> wrote: >>> > >>> > Hey all, >>> > >>> > So it looks like WebRTC has issues dealing with hostnames in the SDP >>> instead of IP addresses. Particularly, when including a hostname in the SDP >>> there's no audio in either direction. This is the case in both the latest >>> Firefox + Chrome browsers. >>> > >>> > This is particularly problematic for applications that are WebRTC + >>> mobile, now that Apple is enforcing applications to support IPv6-only >>> networks. Using hostnames in the record-route and SDP addresses meets the >>> requirement since the OS will synthesize an IPv6 address when a DNS query >>> is performed, but according to the documentation they strongly urge >>> applications to avoid using address literals in their applications. >>> > >>> > Has anyone had success with methods to switch between advertising a >>> hostname vs IP address in the SDP? Or other methods for solving this >>> problem? >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/e6ff478b/attachment.html From bipin at xbipin.com Wed Aug 3 19:28:41 2016 From: bipin at xbipin.com (Bipin Patel) Date: Wed, 3 Aug 2016 19:28:41 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> Message-ID: <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/bca97757/attachment-0001.html From jungleboogie0 at gmail.com Wed Aug 3 19:34:30 2016 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Wed, 3 Aug 2016 08:34:30 -0700 Subject: [Freeswitch-users] group dial disconnects before VM In-Reply-To: <2970CB72-B195-49FE-9C80-B422A17F16BC@jerris.com> References: <20160802024534.GA30334@gmail.com> <20160802050658.GA1908@gmail.com> <15AEE78F-E53B-4EA9-96E4-23F16CF49999@jerris.com> <2970CB72-B195-49FE-9C80-B422A17F16BC@jerris.com> Message-ID: On 2 August 2016 at 22:09, Michael Jerris wrote: > in the dialplan, how are you calling it. > hmmhesays is the irc room pointed me in the right direction. My action for VM transfer was wrong and now transfers correctly with this: From jungleboogie0 at gmail.com Wed Aug 3 19:41:58 2016 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Wed, 3 Aug 2016 08:41:58 -0700 Subject: [Freeswitch-users] stop unwanted registration attempts In-Reply-To: References: <20160803045710.GA93459@gmail.com> Message-ID: On 3 August 2016 at 01:12, Mirko Brankovic wrote: > Hi, > I guess you can set this to true on your profile: > https://wiki.freeswitch.org/wiki/Sofia.conf.xml#log-auth-failures > > and than fail2ban can pick it up from the log. > yes, that work's if the registration attempts are actually being picked up by freeswitch. I only see a register request and no reply from my side whatsoever. The IP address has been added to my iptables but the entries are still occurring. As seen in the original email, I have iptables to block based on the useragent but I still see the scans. > Mirko -- ------- inum: 883510009027723 sip: jungleboogie at sip2sip.info From chad at apartmentlines.com Wed Aug 3 19:44:58 2016 From: chad at apartmentlines.com (Chad Phillips) Date: Wed, 3 Aug 2016 08:44:58 -0700 Subject: [Freeswitch-users] conference events In-Reply-To: References: Message-ID: You need to subscribe to Verto's live array in the client-side code to receive those events. There's currently no documentation that I know of for this, I suggest having a look at the Verto demo or Verto Communicator and see how it's done there. On Wed, Aug 3, 2016 at 2:58 AM, Mirko Brankovic wrote: > HI, > What should be the proper way to collect events that are triggered in > conference? > I see mod_verto ALERTS like: > > 2016-08-03 11:53:24.248436 [ALERT] mod_verto.c:5207 EVENT BROADCAST > conference-liveArray.test at vw232.voiceworks.nl { > "data": { > "action": "modify", > "name": "test", > .... > .... > > > but when I connect to wss on 8082 port of mod_verto we don't get those > messages. > > Should I only connect to event_socket (8021) but then how to subscribe to > them? > > Thanks > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/5b12e860/attachment.html From colin.morelli at gmail.com Wed Aug 3 19:48:16 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Wed, 03 Aug 2016 15:48:16 +0000 Subject: [Freeswitch-users] stop unwanted registration attempts In-Reply-To: References: <20160803045710.GA93459@gmail.com> Message-ID: For what it's worth, if you have a FS instance exposed to the world you're almost certainly better off with something in front of it. Even if you lock down your server in such a way that no unauthorized calls can be made, the traffic is still going to make it to your freeswitch instance. Generating enough bogus traffic could materially impact the quality of active calls by wasting CPU cycles, disk I/O from logs, and memory from the connections. Whether the "something" you put in front of it is a firewall with appropriate restrictions, a SIP proxy of some kind, or something else, is up to you (depending on the amount of introspection to the request you need). But I wouldn't recommend leaving it open. Best, Colin On Wed, Aug 3, 2016 at 11:44 AM jungle Boogie wrote: > On 3 August 2016 at 01:12, Mirko Brankovic > wrote: > > Hi, > > I guess you can set this to true on your profile: > > https://wiki.freeswitch.org/wiki/Sofia.conf.xml#log-auth-failures > > > > and than fail2ban can pick it up from the log. > > > > yes, that work's if the registration attempts are actually being > picked up by freeswitch. I only see a register request and no reply > from my side whatsoever. > > The IP address has been added to my iptables but the entries are still > occurring. As seen in the original email, I have iptables to block > based on the useragent but I still see the scans. > > > > > Mirko > > > > > -- > ------- > inum: 883510009027723 > sip: jungleboogie at sip2sip.info > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/4079831e/attachment.html From fdelawarde at wirelessmundi.com Wed Aug 3 20:01:28 2016 From: fdelawarde at wirelessmundi.com (=?UTF-8?B?RnJhbsOnb2lz?=) Date: Wed, 3 Aug 2016 18:01:28 +0200 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: Indeed, just pay those $10 even tho you technically don't have to for some reason (expiration date) or another (doesn't apply in your region). Remember it was a big effort in time and money from FS devs to support this in the first place and we should be glad to have it available whatever the cost. We should also probably avoid mentioning patent validity/expiration or existing alternatives, otherwise it could cause a breach of contract and we could lose G.729 support altogether!! Happy Bday @Anthony!! Fran?ois. On 2016-08-03 15:56, Anthony Minessale wrote: > Some of the patents expire but nobody will know for a long time if > there are any extra ones lurking in the bushes. > As far as the FS implementation, there are no current plans to change > anything yet. > > The good news is FreeSWITCH is a massive software project and its > free, so the $10 for g729 is nothing in comparison. > > > On Wed, Aug 3, 2016 at 8:43 AM, Regis M > > wrote: > > Very interesting question. If you find an answer, plz, fill it > here too. > > Regards, > > R?gis > > 2016-08-02 22:05 GMT+02:00 Max Clark >: > > Hi all, > > So I fell down the Google rabbit hole this weekend - the > subject of my curiosity: US Patent No. 5,920,8531 > > This patent has a priority/filing date of August 23, 1996, > which would imply that the g729 is in the open next month. Is > this accurate? Am I missing another patent that keeps this > behind the commercial pay wall? > > I'm asking b/c I'd obviously rather not license channels and > find out it was unnecessary a month later. > > Max > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? > _http://freeswitch.org/g+_ > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org > ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/d3b8fd55/attachment-0001.html From tony at intelecenter.com Wed Aug 3 20:06:02 2016 From: tony at intelecenter.com (Tony Bourdeaux) Date: Wed, 3 Aug 2016 09:06:02 -0700 Subject: [Freeswitch-users] httapi - dial/bridge only working when it comes first In-Reply-To: References: Message-ID: you can turn on SIP trace to see your SIP messages in fs cli (and the CODEC's used): sofia profile siptrace on|off OR sofia global siptrace [on|off] On Tue, Aug 2, 2016 at 9:32 PM, Don Hawkins wrote: > I think this is actually a completely different problem than I though. > > I tried to connect a call with X-Lite Softphone on my Windows PC and > FAILED (I've been testing with this). > I tried to connect a call with ZoiPer on my Android Softphone and it was a > SUCCESS. > > So, there seems to be some kind of codec issue going on here. Any ideas? > > On Fri, Jul 29, 2016 at 11:10 AM, Tony Bourdeaux > wrote: > >> Don- >> >> maybe try: >> >> >> 1: >> >> >> >> >> >> >> > name="speak" loop="0" engine="flite" voice="slt" text="We will now begin to >> dial a number. This is just a test." language="en"> >> >> >> >> >> >> 2: >> >> >> >> http://blabla.com/beat.wav >> My Name >> 2144635555 >> http://blabla.com/beat.wav >> >> >> > application="bridge" data="sofia/gatewayAlcazar/12144635555"> >> >> >> >> >> >> On Thu, Jul 28, 2016 at 11:38 AM, Don Hawkins >> wrote: >> >>> Anyone? >>> >>> On Wed, Jul 27, 2016 at 7:54 PM, Don Hawkins >>> wrote: >>> >>>> I'm using httapi and everything is working well for the most part. The >>>> one thing I noticed is that whenever I do anything before trying to "Dial" >>>> or bridge a call to the gateway: >>>> >>>> 1. The first thing never happens, even though the console says it did. >>>> 2. The outbound call "Dial" won't work, it hangs for about 60 seconds >>>> and then returns a NORMAL_TEMPORARY_FAILURE every time. >>>> >>>> Things to note: >>>> >>>> - If I start with the dial request (B below) then it connects the >>>> call fine, it just can't come after anything else. >>>> - If I never return a request to dial (pretend B below starts a >>>> conference instead) then everything works fine, the TTS works before and >>>> the conference works after. >>>> >>>> >>>> Here is an example: >>>> >>>> >>>> A. When FS makes it's first request to my URL I return this: >>>> >>>> >>>> >>>> >>> name="speak" loop="0" engine="flite" voice="slt" text="We will now begin to >>>> dial a number. This is just a test." language="en"> >>>> >>>> >>>> >>>> >>>> >>>> B: When FS makes it's next request to my action URL (same URL with >>>> different parameters) I return the dial command and attempt to connect to >>>> the outbound gateway. >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> data="nolocal:codec_string=G711"> >>>> >>> application="bridge" >>>> data="sofia/gatewayAlcazar/12144635555"> >>>> >>>> >>>> >>>> >>>> >>>> >>>> What happens? It never speaks the text (although the console says it >>>> did) and when dialing out I get "NORMAL_TEMPORARY_FAILURE" and the call >>>> never connects. Keep in mind, if the second thing I return (B above) is NOT >>>> dial then everything works fine, it will speak the text, play a file, start >>>> a conference, or any other application. >>>> >>>> This is the weirdest thing to me and of course almost everything is >>>> useless if you can't connect a call at some point, if anyone has any advice >>>> I'd be highly appreciative. >>>> >>> >>> >>> >>> -- >>> Sincerely, >>> Don Hawkins >>> CEO >>> Hawkins Enterprise Group LLC >>> http://hawkinsegroup.com >>> Zello PTT : push2don >>> P: 469-214-5044 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> Tony Bourdeaux >> >> *Intelecenter, LLC* >> >> ph: 805-428-3031 >> >> Skype: tony.bourdeaux >> >> >> >> >> >> "This message and any attachments are solely for the intended recipient >> and may contain confidential or privileged information. If you are not the >> intended recipient, any disclosure, copying, use, or distribution of the >> information included in this message and any attachments is prohibited. If >> you have received this communication in error, please notify me by reply >> e-mail and immediately and permanently delete this message and any >> attachments." >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Tony Bourdeaux *Intelecenter, LLC* ph: 805-428-3031 Skype: tony.bourdeaux "This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify me by reply e-mail and immediately and permanently delete this message and any attachments." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/f487c84e/attachment-0001.html From jurijs.ivolga at gmail.com Wed Aug 3 20:10:24 2016 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 3 Aug 2016 19:10:24 +0300 Subject: [Freeswitch-users] stop unwanted registration attempts In-Reply-To: References: <20160803045710.GA93459@gmail.com> Message-ID: Hi Jungle, Now I understand what issue you have. At lest I can recommend to put "string" rules on top of your rules. Not sure what is wrong, but if you can provide full rules + iptables -L -n -v I can take a look. With kind regards, Jurijs On Wed, Aug 3, 2016 at 6:41 PM, jungle Boogie wrote: > On 3 August 2016 at 01:12, Mirko Brankovic > wrote: > > Hi, > > I guess you can set this to true on your profile: > > https://wiki.freeswitch.org/wiki/Sofia.conf.xml#log-auth-failures > > > > and than fail2ban can pick it up from the log. > > > > yes, that work's if the registration attempts are actually being > picked up by freeswitch. I only see a register request and no reply > from my side whatsoever. > > The IP address has been added to my iptables but the entries are still > occurring. As seen in the original email, I have iptables to block > based on the useragent but I still see the scans. > > > > > Mirko > > > > > -- > ------- > inum: 883510009027723 > sip: jungleboogie at sip2sip.info > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/a3afa956/attachment.html From jungleboogie0 at gmail.com Wed Aug 3 21:30:58 2016 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Wed, 3 Aug 2016 10:30:58 -0700 Subject: [Freeswitch-users] stop unwanted registration attempts In-Reply-To: References: <20160803045710.GA93459@gmail.com> Message-ID: On 3 August 2016 at 08:48, Colin Morelli wrote: > Whether the "something" you put in front of it is a firewall with > appropriate restrictions, a SIP proxy of some kind, or something else, is up > to you (depending on the amount of introspection to the request you need). > But I wouldn't recommend leaving it open. Definitely sound advice that I will see what I can do. Ideally I'd like to get the apu2 and setup a firewall: http://pcengines.ch/apu2c4.htm -- ------- inum: 883510009027723 sip: jungleboogie at sip2sip.info From italo at freeswitch.org Wed Aug 3 21:50:24 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Wed, 3 Aug 2016 14:50:24 -0300 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> Message-ID: There's no SIP trace in that pastebin, your verto dialog goes from trying directly to hangup, no ringing probably from the sip endpoint. On Wed, Aug 3, 2016 at 12:28 PM, Bipin Patel wrote: > hi, > > links for both the logs > > FS log > https://pastebin.freeswitch.org/view/6d5eca9d > > chrome console > https://pastebin.freeswitch.org/view/9132749f > > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: ?talo Rossi > To: FreeSWITCH Users Help > > Date: 8/3/2016, 4:57:36 PM > > Can you pastebin your FS logs? And also try to get your browser console > logs. > > On Wed, Aug 3, 2016 at 3:26 AM, Bipin Patel wrote: > >> i tried calling local sip endpoints and still nothing rings in VC client >> >> >> Regards, >> Bipin >> >> >> ------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >> From: ?talo Rossi >> To: FreeSWITCH Users Help >> >> Date: 8/2/2016, 9:38:20 PM >> >> Try calling a local sip endpoint and let me know. >> >> On Tue, Aug 2, 2016 at 7:07 AM, Bipin Patel wrote: >> >>> sorry about that, that not implemented also happens when calling FS >>> conference server >>> >>> my dialstring in dialplan is as such, could this be a problem >>> >>> {^^:sip_invite_domain=${dialed_domain}}${sofia_contact(*/${dialed_user}@ >>> ${dialed_domain})},${verto_contact >>> ${dialed_user}@${dialed_domain}} >>> >>> >>> Regards, >>> Bipin >>> >>> >>> ------------------------------ >>> -------- Original Message -------- >>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>> From: Bipin Patel >>> To: FreeSWITCH Users Help >>> >>> Date: 8/2/2016, 1:28:07 PM >>> >>> in chrome console i see a got a not implemented state soon after the >>> call is placed >>> >>> Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state change from new to >>> requesting >>> >>> vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, verto: >>> $.verto, direction: Object, lastState: Object, state: Object?} >>> >>> vertoService.js:624 Got a not implemented state: $.v?o.dialog {params: >>> Object, verto: $.verto, direction: Object, lastState: Object, state: >>> Object?}answered: falseattach: falseaudioStream: video#webcam.hidecallID: >>> "beac6a4b-dcc4-45bb-1d9f-fca14604acfb"callbacks: Objectcause: "NORMAL >>> CLEARING"causeCode: 16direction: ObjectlastState: Objectparams: Objectrtc: >>> $.FSRTCscreenShare: falsestate: ObjectuseCamera: "none"useMic: >>> "b59a95125522bf173fa8b1e7006b02e71087bef1a3fa3c32c147806f9d641072"useSpeak: >>> "default"verto: $.verto__proto__: Object >>> >>> jquery.jsonrpcclient.js:422 Speed Test: Up: 627 Down: 2012 >>> >>> jquery.verto.js:2146 Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state >>> change from requesting to trying >>> >>> vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, verto: >>> $.verto, direction: Object, lastState: Object, state: Object?} >>> >>> vertoService.js:595 Calling: Outbound Call <1234> >>> >>> Regards, >>> Bipin >>> >>> >>> ------------------------------ >>> -------- Original Message -------- >>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>> From: Mirko Brankovic >>> >>> To: FreeSWITCH Users Help >>> >>> Date: 8/2/2016, 11:27:18 AM >>> >>> aah yes it is in verto dir: >>> >>> ??? sounds >>> ? ??? bell_ring2.mp3 >>> ? ??? bell_ring2.wav >>> >>> >>> On Tue, Aug 2, 2016 at 9:23 AM, Mirko Brankovic < >>> mirkobrankovic at gmail.com> wrote: >>> >>>> BTW do you have freeswitch-sounds-en-us-callie installed ? >>>> >>>> On Mon, Aug 1, 2016 at 10:21 PM, Bipin Patel wrote: >>>> >>>>> I'm using g711u codec and the standard verto communicator portal so >>>>> what can go wrong? >>>>> Even the conference server of fs using vc I hear no ringtone so could >>>>> it be the vc code itself having the issue? >>>>> >>>>> On August 1, 2016 7:52:32 PM Mirko Brankovic >>>>> wrote: >>>>> >>>>>> I guess that is it. >>>>>> Just before that event being fired up you should have Callstate >>>>>> changed from Down to Ringing, something like: >>>>>> >>>>>> 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready >>>>>> verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! >>>>>> 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 >>>>>> (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> >>>>>> RINGING >>>>>> >>>>>> which means that on the client side this event is not picked up to >>>>>> play ringtone I guess. Check the browser console log. >>>>>> >>>>>> >>>>>> >>>>>> On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: >>>>>> >>>>>>> hi, >>>>>>> >>>>>>> i did the verto trace and after invite i get the below event, i >>>>>>> didnt do the sip trace because when i call directly using sip i get session >>>>>>> progress so the gateway is surely generating the session progress >>>>>>> "channelCallState": "RINGING", >>>>>>> "originalChannelCallState": "DOWN", >>>>>>> >>>>>>> >>>>>>> Regards, >>>>>>> Bipin >>>>>>> >>>>>>> >>>>>>> ------------------------------ >>>>>>> -------- Original Message -------- >>>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>>> From: Mirko Brankovic >>>>>>> >>>>>>> To: FreeSWITCH Users Help >>>>>>> >>>>>>> Date: 8/1/2016, 7:19:24 PM >>>>>>> >>>>>>> yes increase the debug value to maybe 10 in verto.xml.conf and sofia >>>>>>> global siptrace on and see what is going on. >>>>>>> >>>>>>> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel >>>>>>> wrote: >>>>>>> >>>>>>>> hi, >>>>>>>> >>>>>>>> yes i have answer before the bridge but i even tried without answer >>>>>>>> and both ways no ringtone came, ill check the trace and get back >>>>>>>> >>>>>>>> >>>>>>>> Regards, >>>>>>>> Bipin >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------ >>>>>>>> -------- Original Message -------- >>>>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>>>> From: Mirko Brankovic >>>>>>>> >>>>>>>> To: FreeSWITCH Users Help >>>>>>>> >>>>>>>> Date: 8/1/2016, 6:39:58 PM >>>>>>>> >>>>>>>> HI, >>>>>>>> Do you do answer before the bridge? >>>>>>>> >>>>>>>> Turn on SIP and Verto trace and see if 180/183 is propagated >>>>>>>> correctly into verto event "originalChannelCallState": "RINGING", >>>>>>>> after verto.invite. >>>>>>>> >>>>>>>> -mirko >>>>>>>> >>>>>>>> >>>>>>>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel >>>>>>>> wrote: >>>>>>>> >>>>>>>>> i have successfully setup VC with FS with all the certs etc and >>>>>>>>> all calls coming from verto goto sip gateway and from there to pstn line. >>>>>>>>> The calls go all fine with 2 way audio but the only problem im facing is >>>>>>>>> when the verto user calls a number, he cant hear any ringtone and in cases >>>>>>>>> where the remote party mobile is switched of that time the wireless carrier >>>>>>>>> usually gives a phone switched off or out of coverage ivr but all those are >>>>>>>>> not heard to the verto user. Is there any way to fix this or probably >>>>>>>>> bridge the ringing received from remote side to verto caller, i dont want >>>>>>>>> to generate any local ring back on FS >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Regards, >>>>>>>>> Bipin >>>>>>>>> >>>>>>>>> >>>>>>>>> ------------------------------ >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Mirko >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Mirko >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Mirko >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Mirko >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> ?talo Rossi >> italo at freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > ?talo Rossi > italo at freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/cb361a79/attachment-0001.html From vbvbrj at gmail.com Wed Aug 3 21:52:11 2016 From: vbvbrj at gmail.com (Mimiko) Date: Wed, 3 Aug 2016 20:52:11 +0300 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: <65da05da-5534-df7a-260b-233882712a96@gmail.com> On 03.08.2016 19:01, Fran?ois wrote: > Remember it was a big effort in time and money from FS devs to support > this in the first place and we should be glad to have it available > whatever the cost. > > We should also probably avoid mentioning patent validity/expiration or > existing alternatives, otherwise it could cause a breach of contract and > we could lose G.729 support altogether!! Hello. Yes, FS devs made a great software. Really. Recently I started to administer a company's servers with asterisk. And I see how FS is greatly compared to Asterisk. Works better and debugging is easy. Lot of functions and features which in Asterisk are made using different non-trivial methods, in FS are working very smoothly with just incorporated functions. Unfortunately, moving VoIP to FS is not possible because of lot of software designed specifically to work with Asterisk. I would pay $10 for G729 to FS, but I don't have a FS server for me. FS I manage is for company. The VoIP providers don't use G729 either. So G729 is not used at all. But others use open source implementation of this codec. By the way, could FS be configured to show for each registered extension or gateway using "show registrations" and "sofia status" to show last ping value? Same like does "sip show peers" in Asterisk. -- Mimiko desu. From brian at freeswitch.org Wed Aug 3 23:23:45 2016 From: brian at freeswitch.org (Brian West) Date: Wed, 3 Aug 2016 14:23:45 -0500 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: <65da05da-5534-df7a-260b-233882712a96@gmail.com> References: <65da05da-5534-df7a-260b-233882712a96@gmail.com> Message-ID: On Wed, Aug 3, 2016 at 12:52 PM, Mimiko wrote: > > Yes, FS devs made a great software. Really. > > Recently I started to administer a company's servers with asterisk. And > I see how FS is greatly compared to Asterisk. Works better and debugging > is easy. Lot of functions and features which in Asterisk are made using > different non-trivial methods, in FS are working very smoothly with just > incorporated functions. Unfortunately, moving VoIP to FS is not possible > because of lot of software designed specifically to work with Asterisk. > > I would pay $10 for G729 to FS, but I don't have a FS server for me. FS > I manage is for company. The VoIP providers don't use G729 either. So > G729 is not used at all. But others use open source implementation of > this codec. > You can donate too on the website if you're not using G729. > > By the way, could FS be configured to show for each registered extension > or gateway using "show registrations" and "sofia status" to show last > ping value? Same like does "sip show peers" in Asterisk. > Yes we've had this since last year sometime. > > -- > Mimiko desu. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/8d3c9ea9/attachment.html From ciprian.dosoftei at gmail.com Wed Aug 3 23:54:42 2016 From: ciprian.dosoftei at gmail.com (Ciprian Dosoftei) Date: Wed, 3 Aug 2016 15:54:42 -0400 Subject: [Freeswitch-users] Debian repo update schedule Message-ID: Hi all! Just wondering what it the typical update schedule for the Debian repo (with the obvious exception of major version releases). Going forward, I would prefer to stick to the official repo rather than manually compiling it, however there is a certain bug fix I am targeting ( *FS-9303*). Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/2091fa0e/attachment.html From mike at jerris.com Thu Aug 4 00:03:22 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 3 Aug 2016 15:03:22 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: Message-ID: <646F0B9C-9A65-4C8C-B3EF-DADA4E9CE0D0@jerris.com> The main repo is updated when we tag releases. This is not at all hard set on a schedule but we try to do so every couple months or so. It is more based on what outstanding issues there are and what new fixes we have made sense the previous release. > On Aug 3, 2016, at 2:54 PM, Ciprian Dosoftei wrote: > > Hi all! > > Just wondering what it the typical update schedule for the Debian repo (with the obvious exception of major version releases). > > Going forward, I would prefer to stick to the official repo rather than manually compiling it, however there is a certain bug fix I am targeting (FS-9303). > > Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/c42baf18/attachment.html From bipin at xbipin.com Thu Aug 4 00:12:40 2016 From: bipin at xbipin.com (Bipin Patel) Date: Thu, 04 Aug 2016 00:12:40 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> Message-ID: <156520956d8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> It's a local fs sip account registered using xlite, I'll send you the sip trace tomorrow. Even using fs conference server to dial other extension also all goto trying only, the hangup is because I let the destination ext ring and no ringtone heard on vc so disconnected later. I was checking source of vc and I don't see the bell file being called anywhere else other then just one place. Using sip gateway also when I call the gateway sends a session progress packet and I hear the pstn carrier ringtone when dialing using sip phone and even if the carrier asks fs to generate local ringtone it does but only in vc both don't work for some reason. Anyways it's late night here so first thing in morning I'll send you sip trace of fs by calling local extension to narrow this down. On August 3, 2016 9:51:51 PM ?talo Rossi wrote: > There's no SIP trace in that pastebin, your verto dialog goes from trying > directly to hangup, no ringing probably from the sip endpoint. > > On Wed, Aug 3, 2016 at 12:28 PM, Bipin Patel wrote: > >> hi, >> >> links for both the logs >> >> FS log >> https://pastebin.freeswitch.org/view/6d5eca9d >> >> chrome console >> https://pastebin.freeswitch.org/view/9132749f >> >> >> >> Regards, >> Bipin >> >> >> ------------------------------ >> -------- Original Message -------- >> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >> From: ?talo Rossi >> To: FreeSWITCH Users Help >> >> Date: 8/3/2016, 4:57:36 PM >> >> Can you pastebin your FS logs? And also try to get your browser console >> logs. >> >> On Wed, Aug 3, 2016 at 3:26 AM, Bipin Patel wrote: >> >>> i tried calling local sip endpoints and still nothing rings in VC client >>> >>> >>> Regards, >>> Bipin >>> >>> >>> ------------------------------ >>> -------- Original Message -------- >>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>> From: ?talo Rossi >>> To: FreeSWITCH Users Help >>> >>> Date: 8/2/2016, 9:38:20 PM >>> >>> Try calling a local sip endpoint and let me know. >>> >>> On Tue, Aug 2, 2016 at 7:07 AM, Bipin Patel wrote: >>> >>>> sorry about that, that not implemented also happens when calling FS >>>> conference server >>>> >>>> my dialstring in dialplan is as such, could this be a problem >>>> >>>> {^^:sip_invite_domain=${dialed_domain}}${sofia_contact(*/${dialed_user}@ >>>> ${dialed_domain})},${verto_contact >>>> ${dialed_user}@${dialed_domain}} >>>> >>>> >>>> Regards, >>>> Bipin >>>> >>>> >>>> ------------------------------ >>>> -------- Original Message -------- >>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>> From: Bipin Patel >>>> To: FreeSWITCH Users Help >>>> >>>> Date: 8/2/2016, 1:28:07 PM >>>> >>>> in chrome console i see a got a not implemented state soon after the >>>> call is placed >>>> >>>> Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state change from new to >>>> requesting >>>> >>>> vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, verto: >>>> $.verto, direction: Object, lastState: Object, state: Object?} >>>> >>>> vertoService.js:624 Got a not implemented state: $.v?o.dialog {params: >>>> Object, verto: $.verto, direction: Object, lastState: Object, state: >>>> Object?}answered: falseattach: falseaudioStream: video#webcam.hidecallID: >>>> "beac6a4b-dcc4-45bb-1d9f-fca14604acfb"callbacks: Objectcause: "NORMAL >>>> CLEARING"causeCode: 16direction: ObjectlastState: Objectparams: Objectrtc: >>>> $.FSRTCscreenShare: falsestate: ObjectuseCamera: "none"useMic: >>>> "b59a95125522bf173fa8b1e7006b02e71087bef1a3fa3c32c147806f9d641072"useSpeak: >>>> "default"verto: $.verto__proto__: Object >>>> >>>> jquery.jsonrpcclient.js:422 Speed Test: Up: 627 Down: 2012 >>>> >>>> jquery.verto.js:2146 Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state >>>> change from requesting to trying >>>> >>>> vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, verto: >>>> $.verto, direction: Object, lastState: Object, state: Object?} >>>> >>>> vertoService.js:595 Calling: Outbound Call <1234> >>>> >>>> Regards, >>>> Bipin >>>> >>>> >>>> ------------------------------ >>>> -------- Original Message -------- >>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>> From: Mirko Brankovic >>>> >>>> To: FreeSWITCH Users Help >>>> >>>> Date: 8/2/2016, 11:27:18 AM >>>> >>>> aah yes it is in verto dir: >>>> >>>> ??? sounds >>>> ? ??? bell_ring2.mp3 >>>> ? ??? bell_ring2.wav >>>> >>>> >>>> On Tue, Aug 2, 2016 at 9:23 AM, Mirko Brankovic < >>>> mirkobrankovic at gmail.com> wrote: >>>> >>>>> BTW do you have freeswitch-sounds-en-us-callie installed ? >>>>> >>>>> On Mon, Aug 1, 2016 at 10:21 PM, Bipin Patel wrote: >>>>> >>>>>> I'm using g711u codec and the standard verto communicator portal so >>>>>> what can go wrong? >>>>>> Even the conference server of fs using vc I hear no ringtone so could >>>>>> it be the vc code itself having the issue? >>>>>> >>>>>> On August 1, 2016 7:52:32 PM Mirko Brankovic >>>>>> wrote: >>>>>> >>>>>>> I guess that is it. >>>>>>> Just before that event being fired up you should have Callstate >>>>>>> changed from Down to Ringing, something like: >>>>>>> >>>>>>> 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready >>>>>>> verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! >>>>>>> 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 >>>>>>> (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change DOWN -> >>>>>>> RINGING >>>>>>> >>>>>>> which means that on the client side this event is not picked up to >>>>>>> play ringtone I guess. Check the browser console log. >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel wrote: >>>>>>> >>>>>>>> hi, >>>>>>>> >>>>>>>> i did the verto trace and after invite i get the below event, i >>>>>>>> didnt do the sip trace because when i call directly using sip i get session >>>>>>>> progress so the gateway is surely generating the session progress >>>>>>>> "channelCallState": "RINGING", >>>>>>>> "originalChannelCallState": "DOWN", >>>>>>>> >>>>>>>> >>>>>>>> Regards, >>>>>>>> Bipin >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------ >>>>>>>> -------- Original Message -------- >>>>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>>>> From: Mirko Brankovic >>>>>>>> >>>>>>>> To: FreeSWITCH Users Help >>>>>>>> >>>>>>>> Date: 8/1/2016, 7:19:24 PM >>>>>>>> >>>>>>>> yes increase the debug value to maybe 10 in verto.xml.conf and sofia >>>>>>>> global siptrace on and see what is going on. >>>>>>>> >>>>>>>> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel >>>>>>>> wrote: >>>>>>>> >>>>>>>>> hi, >>>>>>>>> >>>>>>>>> yes i have answer before the bridge but i even tried without answer >>>>>>>>> and both ways no ringtone came, ill check the trace and get back >>>>>>>>> >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> Bipin >>>>>>>>> >>>>>>>>> >>>>>>>>> ------------------------------ >>>>>>>>> -------- Original Message -------- >>>>>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>>>>> From: Mirko Brankovic >>>>>>>>> >>>>>>>>> To: FreeSWITCH Users Help >>>>>>>>> >>>>>>>>> Date: 8/1/2016, 6:39:58 PM >>>>>>>>> >>>>>>>>> HI, >>>>>>>>> Do you do answer before the bridge? >>>>>>>>> >>>>>>>>> Turn on SIP and Verto trace and see if 180/183 is propagated >>>>>>>>> correctly into verto event "originalChannelCallState": "RINGING", >>>>>>>>> after verto.invite. >>>>>>>>> >>>>>>>>> -mirko >>>>>>>>> >>>>>>>>> >>>>>>>>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> i have successfully setup VC with FS with all the certs etc and >>>>>>>>>> all calls coming from verto goto sip gateway and from there to pstn line. >>>>>>>>>> The calls go all fine with 2 way audio but the only problem im facing is >>>>>>>>>> when the verto user calls a number, he cant hear any ringtone and in cases >>>>>>>>>> where the remote party mobile is switched of that time the wireless carrier >>>>>>>>>> usually gives a phone switched off or out of coverage ivr but all those are >>>>>>>>>> not heard to the verto user. Is there any way to fix this or probably >>>>>>>>>> bridge the ringing received from remote side to verto caller, i dont want >>>>>>>>>> to generate any local ring back on FS >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Regards, >>>>>>>>>> Bipin >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ------------------------------ >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Regards, >>>>>>>>> Mirko >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH >>>>>>>>> Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Mirko >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH >>>>>>>> Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Regards, >>>>>>> Mirko >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Mirko >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Mirko >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH >>>> Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH >>>> Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> ?talo Rossi >>> italo at freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH >>> Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> ?talo Rossi >> italo at freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH >> Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > ?talo Rossi > italo at freeswitch.org > > > > ---------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/e2ffa7cd/attachment-0001.html From max.clark at gmail.com Thu Aug 4 00:42:01 2016 From: max.clark at gmail.com (Max Clark) Date: Wed, 3 Aug 2016 13:42:01 -0700 Subject: [Freeswitch-users] g729 patent expiration In-Reply-To: References: Message-ID: Patents in this country are so out of control. My curiosity wasn't a value question, but more a I'd hate to license it and read an announcement a couple of weeks later. How does licensing for a pool of servers work? It would be much easier to license total capacity not a per server basis (specifically for failover/redundancy purposes). Happy Birthday Anthony! Max On Wed, Aug 3, 2016 at 7:11 AM, Brian West wrote: > There are 400+ patents that cover G729, Many of which haven't expired > yet. Review the EULA on our G729 installer and you'll see the list of > patents and what country they apply to. > > And as Anthony pointed out, there very well could be some that aren't > claimed yet, Our product Skew was G729AB, Even tho we were only shipping A, > we had someone come after us demanding money because of that, even tho we > were not shipping any G729B. > > We use the sales to help support the project, so show your support, buy a > few licenses and wish Anthony a Happy Birthday its coming on the 7th ( > http://www.amazon.com/gp/registry/wishlist/1NQC79YV4RB83) > > See you all at ClueCon! > > /b > > > On Wed, Aug 3, 2016 at 8:56 AM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> Some of the patents expire but nobody will know for a long time if there >> are any extra ones lurking in the bushes. >> As far as the FS implementation, there are no current plans to change >> anything yet. >> >> The good news is FreeSWITCH is a massive software project and its free, >> so the $10 for g729 is nothing in comparison. >> >> >> On Wed, Aug 3, 2016 at 8:43 AM, Regis M >> wrote: >> >>> Very interesting question. If you find an answer, plz, fill it here too. >>> >>> Regards, >>> >>> R?gis >>> >>> 2016-08-02 22:05 GMT+02:00 Max Clark : >>> >>>> Hi all, >>>> >>>> So I fell down the Google rabbit hole this weekend - the subject of my >>>> curiosity: US Patent No. 5,920,8531 >>>> >>>> This patent has a priority/filing date of August 23, 1996, which would >>>> imply that the g729 is in the open next month. Is this accurate? Am I >>>> missing another patent that keeps this behind the commercial pay wall? >>>> >>>> I'm asking b/c I'd obviously rather not license channels and find out >>>> it was unnecessary a month later. >>>> >>>> Max >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/6c548c40/attachment.html From krice at freeswitch.org Thu Aug 4 00:45:56 2016 From: krice at freeswitch.org (Ken Rice) Date: Wed, 3 Aug 2016 15:45:56 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: Message-ID: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> The release repo is updated on releases?. The master repo is update per commit?. Releases happen when they are ready? however I run master pretty much every where From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ciprian Dosoftei Sent: Wednesday, August 3, 2016 2:55 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Debian repo update schedule Hi all! Just wondering what it the typical update schedule for the Debian repo (with the obvious exception of major version releases). Going forward, I would prefer to stick to the official repo rather than manually compiling it, however there is a certain bug fix I am targeting (FS-9303). Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/73c5c5e4/attachment.html From hawkins at hawkinsegroup.com Thu Aug 4 00:58:51 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 15:58:51 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: The repo is awesome but does not compile mod_shout, FYI. On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice wrote: > The release repo is updated on releases?. The master repo is update per > commit?. > > > > Releases happen when they are ready? however I run master pretty much > every where > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ciprian > Dosoftei > *Sent:* Wednesday, August 3, 2016 2:55 PM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] Debian repo update schedule > > > > Hi all! > > > > Just wondering what it the typical update schedule for the Debian repo > (with the obvious exception of major version releases). > > > > Going forward, I would prefer to stick to the official repo rather than > manually compiling it, however there is a certain bug fix I am targeting ( > *FS-9303*). > > > > Thanks! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/18388c31/attachment-0001.html From brian at freeswitch.org Thu Aug 4 01:01:29 2016 From: brian at freeswitch.org (Brian West) Date: Wed, 3 Aug 2016 16:01:29 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: We can't distribute it. On Wed, Aug 3, 2016 at 3:58 PM, Don Hawkins wrote: > The repo is awesome but does not compile mod_shout, FYI. > > On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice wrote: > >> The release repo is updated on releases?. The master repo is update per >> commit?. >> >> >> >> Releases happen when they are ready? however I run master pretty much >> every where >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ciprian >> Dosoftei >> *Sent:* Wednesday, August 3, 2016 2:55 PM >> *To:* FreeSWITCH Users Help >> *Subject:* [Freeswitch-users] Debian repo update schedule >> >> >> >> Hi all! >> >> >> >> Just wondering what it the typical update schedule for the Debian repo >> (with the obvious exception of major version releases). >> >> >> >> Going forward, I would prefer to stick to the official repo rather than >> manually compiling it, however there is a certain bug fix I am targeting ( >> *FS-9303*). >> >> >> >> Thanks! >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/4ad28c47/attachment.html From ciprian.dosoftei at gmail.com Thu Aug 4 01:25:15 2016 From: ciprian.dosoftei at gmail.com (Ciprian Dosoftei) Date: Wed, 3 Aug 2016 17:25:15 -0400 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: Thanks Michael & Ken. This makes perfect sense, I appreciate your time. On 3 August 2016 at 16:45, Ken Rice wrote: > The release repo is updated on releases?. The master repo is update per > commit?. > > > > Releases happen when they are ready? however I run master pretty much > every where > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ciprian > Dosoftei > *Sent:* Wednesday, August 3, 2016 2:55 PM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] Debian repo update schedule > > > > Hi all! > > > > Just wondering what it the typical update schedule for the Debian repo > (with the obvious exception of major version releases). > > > > Going forward, I would prefer to stick to the official repo rather than > manually compiling it, however there is a certain bug fix I am targeting ( > *FS-9303*). > > > > Thanks! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Best Regards, Ciprian Dosoftei The information transmitted is intended only for the addressee and may contain privileged and/or confidential material. If you are not the intended recipient, kindly contact the sender and delete the message. Any disclosure, distribution or copying of this message is strictly prohibited without the expressed permission of the sender. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/b314cce5/attachment.html From mike at jerris.com Thu Aug 4 01:27:15 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 3 Aug 2016 16:27:15 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: Which OS? mod_shout is in the debian jessie packages. It may not be in other distros due to those distros missing or having too old required libraries. >:apt-cache search freeswitch| grep shout freeswitch-mod-shout - mod_shout for FreeSWITCH freeswitch-mod-shout-dbg - mod_shout for FreeSWITCH (debug) > On Aug 3, 2016, at 3:58 PM, Don Hawkins wrote: > > The repo is awesome but does not compile mod_shout, FYI. > > On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice > wrote: > The release repo is updated on releases?. The master repo is update per commit?. > > > > Releases happen when they are ready? however I run master pretty much every where > > > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of Ciprian Dosoftei > Sent: Wednesday, August 3, 2016 2:55 PM > To: FreeSWITCH Users Help > > Subject: [Freeswitch-users] Debian repo update schedule > > > > Hi all! > > > > Just wondering what it the typical update schedule for the Debian repo (with the obvious exception of major version releases). > > > > Going forward, I would prefer to stick to the official repo rather than manually compiling it, however there is a certain bug fix I am targeting (FS-9303). > > > > Thanks! > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > <>_________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/daf4f922/attachment-0001.html From sdame at 207me.com Thu Aug 4 01:40:28 2016 From: sdame at 207me.com (Stephen Dame) Date: Wed, 3 Aug 2016 17:40:28 -0400 Subject: [Freeswitch-users] [VBR]: Asynchronous PTIME supported on Speex16 Message-ID: <00f401d1edcf$a77dd5b0$f6798110$@207me.com> Have an application that uses SPEEX at 20ms@16000, everything works fine in 1.4, 1.5 and FreeSWITCH Version 1.7.0+git~20160219T153438Z~3bd26eaa6b~64bit (git 3bd26ea 2016-02-19 15:34:38Z 64bit) We bring a user into echo, then transfer them to a conference after they confirm they can hear themselves. We connect to audio fine at the 20ms and confirm. But the transfer is setting on VBR since updating freeswitch? I built FreeSWITCH Version 1.7.0+git~20160706T181946Z~8c6b2657bf~64bit (git 8c6b265 2016-07-06 18:19:46Z 64bit) 2016-08-03 19:34:43.901960 [DEBUG] switch_rtp.c:6711 Correct audio ip/port confirmed. 2016-08-03 19:34:43.901960 [WARNING] switch_core_media.c:2568 [VBR]: Asynchronous PTIME supported, adjusting JB size. Remote PTIME changed from [20] to [36] 2016-08-03 19:34:43.921964 [NOTICE] switch_core_media.c:2977 Deactivating write resampler 2016-08-03 19:34:43.921964 [DEBUG] switch_core_media.c:2984 Changing Codec from SPEEX at 20ms@16000hz to SPEEX at 36ms@16000hz 2016-08-03 19:34:43.921964 [NOTICE] switch_core_io.c:1202 Activating write resampler 2016-08-03 19:34:43.961958 [WARNING] switch_core_codec.c:721 Codec SPEEX Exists but not at the desired implementation. 16000hz 36ms 1ch 2016-08-03 19:34:43.961958 [ERR] switch_core_media.c:3021 Can't load codec? The VBR is setting ptime to 36, 77, etc, varies every call coming in, which fails to find a match on speex implementation . Both opus and speex16 calls come in to echo, depending on if the browser is web-rtc capable to support fallback. We send send into echo, they press 1 to transfer here root at ip-10-0-0-69:/opt/freeswitch/conf/dialplan/default# cat bbb_echo_test.xml Then they are transferred. root at ip-10-0-0-69:/opt/freeswitch/conf/dialplan/default# cat bbb_conference.xml So master from 7/06 currently after setting the jitterbuffer on speex call changes the PTIME to some number that doesn't match. Opus calls work fine. If I comment out the jitterbuffer in dialplan the calls work for both opus and speex. Any help on how to get speex to stay fixed at 20ms like it had worked in previous with the jitterbuffer setting. Can we set jitter buffer defaults for opus another way? Thanks for the help. Regards, Stephen HostBBB - Online Learning Solutions 207 Technology Group Inc. 1-888-229-9756 skype: Stephen_Dame -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/027cf0f7/attachment.html From mike at jerris.com Thu Aug 4 02:07:25 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 3 Aug 2016 17:07:25 -0500 Subject: [Freeswitch-users] [VBR]: Asynchronous PTIME supported on Speex16 In-Reply-To: <00f401d1edcf$a77dd5b0$f6798110$@207me.com> References: <00f401d1edcf$a77dd5b0$f6798110$@207me.com> Message-ID: <5F213597-65AD-4875-9E21-C1739A5DFEF3@jerris.com> Try current master, we did some work on this and i think its correct now. > On Aug 3, 2016, at 4:40 PM, Stephen Dame wrote: > > Have an application that uses SPEEX at 20ms@16000, everything works fine in 1.4, 1.5 and FreeSWITCH Version 1.7.0+git~20160219T153438Z~3bd26eaa6b~64bit (git 3bd26ea 2016-02-19 15:34:38Z 64bit) > > We bring a user into echo, then transfer them to a conference after they confirm they can hear themselves. We connect to audio fine at the 20ms and confirm. But the transfer is setting on VBR since updating freeswitch? > > I built FreeSWITCH Version 1.7.0+git~20160706T181946Z~8c6b2657bf~64bit (git 8c6b265 2016-07-06 18:19:46Z 64bit) > > 2016-08-03 19:34:43.901960 [DEBUG] switch_rtp.c:6711 Correct audio ip/port confirmed. > 2016-08-03 19:34:43.901960 [WARNING] switch_core_media.c:2568 [VBR]: Asynchronous PTIME supported, adjusting JB size. Remote PTIME changed from [20] to [36] > 2016-08-03 19:34:43.921964 [NOTICE] switch_core_media.c:2977 Deactivating write resampler > 2016-08-03 19:34:43.921964 [DEBUG] switch_core_media.c:2984 Changing Codec from SPEEX at 20ms@16000hz to SPEEX at 36ms@16000hz > 2016-08-03 19:34:43.921964 [NOTICE] switch_core_io.c:1202 Activating write resampler > 2016-08-03 19:34:43.961958 [WARNING] switch_core_codec.c:721 Codec SPEEX Exists but not at the desired implementation. 16000hz 36ms 1ch > 2016-08-03 19:34:43.961958 [ERR] switch_core_media.c:3021 Can't load codec? > > The VBR is setting ptime to 36, 77, etc, varies every call coming in, which fails to find a match on speex implementation . > > Both opus and speex16 calls come in to echo, depending on if the browser is web-rtc capable to support fallback. > > We send send into echo, they press 1 to transfer here > > root at ip-10-0-0-69:/opt/freeswitch/conf/dialplan/default# cat bbb_echo_test.xml > > > > > > > > > > > > > > Then they are transferred. > > root at ip-10-0-0-69:/opt/freeswitch/conf/dialplan/default# cat bbb_conference.xml > > > > > > > > > > > > > So master from 7/06 currently after setting the jitterbuffer on speex call changes the PTIME to some number that doesn?t match. > > Opus calls work fine. > > If I comment out the jitterbuffer in dialplan the calls work for both opus and speex. > > Any help on how to get speex to stay fixed at 20ms like it had worked in previous with the jitterbuffer setting. > > Can we set jitter buffer defaults for opus another way? > > Thanks for the help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/d6ff514e/attachment-0001.html From ssinyagin at gmail.com Thu Aug 4 02:15:11 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 4 Aug 2016 00:15:11 +0200 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: the latest update in http://files.freeswitch.org/repo/deb/debian-unstable/pool/main/f/freeswitch/ is 21-Jul-2016 On Wed, Aug 3, 2016 at 10:58 PM, Don Hawkins wrote: > The repo is awesome but does not compile mod_shout, FYI. > > On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice wrote: >> >> The release repo is updated on releases?. The master repo is update per >> commit?. >> >> >> >> Releases happen when they are ready? however I run master pretty much >> every where >> >> >> >> From: freeswitch-users-bounces at lists.freeswitch.org >> [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ciprian >> Dosoftei >> Sent: Wednesday, August 3, 2016 2:55 PM >> To: FreeSWITCH Users Help >> Subject: [Freeswitch-users] Debian repo update schedule >> >> >> >> Hi all! >> >> >> >> Just wondering what it the typical update schedule for the Debian repo >> (with the obvious exception of major version releases). >> >> >> >> Going forward, I would prefer to stick to the official repo rather than >> manually compiling it, however there is a certain bug fix I am targeting >> (FS-9303). >> >> >> >> Thanks! >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT: push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From sdame at 207me.com Thu Aug 4 02:42:37 2016 From: sdame at 207me.com (Stephen Dame) Date: Wed, 3 Aug 2016 18:42:37 -0400 Subject: [Freeswitch-users] [VBR]: Asynchronous PTIME supported on Speex16 In-Reply-To: <5F213597-65AD-4875-9E21-C1739A5DFEF3@jerris.com> References: <00f401d1edcf$a77dd5b0$f6798110$@207me.com> <5F213597-65AD-4875-9E21-C1739A5DFEF3@jerris.com> Message-ID: <011801d1edd8$560daa30$0228fe90$@207me.com> Mike, thanks I?ll give master a try this evening. Is there a way to set as default for just any opus call, and not in this dialplan. I see I can set in profile, I can try that but assume it will heave the same. Trying to temporarily fix this since we live on the bleeding edge and have it in production :) Or maybe look at a channel variable to determine is it?s an opus call or speex and only set jitter for opus calls for now. The fallback to flash is rarely used, so missed this one in testing. Thanks again. Regards, Stephen HostBBB ? Online Learning Solutions 207 Technology Group Inc. 1-888-229-9756 skype: Stephen_Dame From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Jerris Sent: Wednesday, August 03, 2016 6:07 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] [VBR]: Asynchronous PTIME supported on Speex16 Try current master, we did some work on this and i think its correct now. On Aug 3, 2016, at 4:40 PM, Stephen Dame > wrote: Have an application that uses SPEEX at 20ms@16000, everything works fine in 1.4, 1.5 and FreeSWITCH Version 1.7.0+git~20160219T153438Z~3bd26eaa6b~64bit (git 3bd26ea 2016-02-19 15:34:38Z 64bit) We bring a user into echo, then transfer them to a conference after they confirm they can hear themselves. We connect to audio fine at the 20ms and confirm. But the transfer is setting on VBR since updating freeswitch? I built FreeSWITCH Version 1.7.0+git~20160706T181946Z~8c6b2657bf~64bit (git 8c6b265 2016-07-06 18:19:46Z 64bit) 2016-08-03 19:34:43.901960 [DEBUG] switch_rtp.c:6711 Correct audio ip/port confirmed. 2016-08-03 19:34:43.901960 [WARNING] switch_core_media.c:2568 [VBR]: Asynchronous PTIME supported, adjusting JB size. Remote PTIME changed from [20] to [36] 2016-08-03 19:34:43.921964 [NOTICE] switch_core_media.c:2977 Deactivating write resampler 2016-08-03 19:34:43.921964 [DEBUG] switch_core_media.c:2984 Changing Codec from SPEEX at 20ms@16000hz to SPEEX at 36ms@16000hz 2016-08-03 19:34:43.921964 [NOTICE] switch_core_io.c:1202 Activating write resampler 2016-08-03 19:34:43.961958 [WARNING] switch_core_codec.c:721 Codec SPEEX Exists but not at the desired implementation. 16000hz 36ms 1ch 2016-08-03 19:34:43.961958 [ERR] switch_core_media.c:3021 Can't load codec? The VBR is setting ptime to 36, 77, etc, varies every call coming in, which fails to find a match on speex implementation . Both opus and speex16 calls come in to echo, depending on if the browser is web-rtc capable to support fallback. We send send into echo, they press 1 to transfer here root at ip-10-0-0-69:/opt/freeswitch/conf/dialplan/default# cat bbb_echo_test.xml Then they are transferred. root at ip-10-0-0-69:/opt/freeswitch/conf/dialplan/default# cat bbb_conference.xml So master from 7/06 currently after setting the jitterbuffer on speex call changes the PTIME to some number that doesn?t match. Opus calls work fine. If I comment out the jitterbuffer in dialplan the calls work for both opus and speex. Any help on how to get speex to stay fixed at 20ms like it had worked in previous with the jitterbuffer setting. Can we set jitter buffer defaults for opus another way? Thanks for the help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/30e43950/attachment-0001.html From hawkins at hawkinsegroup.com Thu Aug 4 03:46:03 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 18:46:03 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: @Brian Understood On Wed, Aug 3, 2016 at 4:01 PM, Brian West wrote: > We can't distribute it. > > On Wed, Aug 3, 2016 at 3:58 PM, Don Hawkins > wrote: > >> The repo is awesome but does not compile mod_shout, FYI. >> >> On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice wrote: >> >>> The release repo is updated on releases?. The master repo is update per >>> commit?. >>> >>> >>> >>> Releases happen when they are ready? however I run master pretty much >>> every where >>> >>> >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >>> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ciprian >>> Dosoftei >>> *Sent:* Wednesday, August 3, 2016 2:55 PM >>> *To:* FreeSWITCH Users Help >>> *Subject:* [Freeswitch-users] Debian repo update schedule >>> >>> >>> >>> Hi all! >>> >>> >>> >>> Just wondering what it the typical update schedule for the Debian repo >>> (with the obvious exception of major version releases). >>> >>> >>> >>> Going forward, I would prefer to stick to the official repo rather than >>> manually compiling it, however there is a certain bug fix I am targeting ( >>> *FS-9303*). >>> >>> >>> >>> Thanks! >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/78888692/attachment.html From hawkins at hawkinsegroup.com Thu Aug 4 03:48:04 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 18:48:04 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: I think the Debian Jessie package is the one I used. Still haven't got to fixing this yet so haven't done my research, but I'm 90% sure. On Wed, Aug 3, 2016 at 4:27 PM, Michael Jerris wrote: > Which OS? > > mod_shout is in the debian jessie packages. It may not be in other > distros due to those distros missing or having too old required libraries. > > >:apt-cache search freeswitch| grep shout > freeswitch-mod-shout - mod_shout for FreeSWITCH > freeswitch-mod-shout-dbg - mod_shout for FreeSWITCH (debug) > > > > On Aug 3, 2016, at 3:58 PM, Don Hawkins wrote: > > The repo is awesome but does not compile mod_shout, FYI. > > On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice wrote: > >> The release repo is updated on releases?. The master repo is update per >> commit?. >> >> >> >> Releases happen when they are ready? however I run master pretty much >> every where >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ciprian >> Dosoftei >> *Sent:* Wednesday, August 3, 2016 2:55 PM >> *To:* FreeSWITCH Users Help >> *Subject:* [Freeswitch-users] Debian repo update schedule >> >> >> >> Hi all! >> >> >> >> Just wondering what it the typical update schedule for the Debian repo >> (with the obvious exception of major version releases). >> >> >> >> Going forward, I would prefer to stick to the official repo rather than >> manually compiling it, however there is a certain bug fix I am targeting ( >> *FS-9303*). >> >> >> >> Thanks! >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/51cd0c1f/attachment-0001.html From mike at jerris.com Thu Aug 4 04:27:37 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 3 Aug 2016 19:27:37 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: there is for sure a mod_shout package in jessie. > On Aug 3, 2016, at 6:48 PM, Don Hawkins wrote: > > I think the Debian Jessie package is the one I used. Still haven't got to fixing this yet so haven't done my research, but I'm 90% sure. > > On Wed, Aug 3, 2016 at 4:27 PM, Michael Jerris > wrote: > Which OS? > > mod_shout is in the debian jessie packages. It may not be in other distros due to those distros missing or having too old required libraries. > > >:apt-cache search freeswitch| grep shout > freeswitch-mod-shout - mod_shout for FreeSWITCH > freeswitch-mod-shout-dbg - mod_shout for FreeSWITCH (debug) > > > >> On Aug 3, 2016, at 3:58 PM, Don Hawkins > wrote: >> >> The repo is awesome but does not compile mod_shout, FYI. >> >> On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice > wrote: >> The release repo is updated on releases?. The master repo is update per commit?. >> >> >> >> Releases happen when they are ready? however I run master pretty much every where >> >> >> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of Ciprian Dosoftei >> Sent: Wednesday, August 3, 2016 2:55 PM >> To: FreeSWITCH Users Help > >> Subject: [Freeswitch-users] Debian repo update schedule >> >> >> >> Hi all! >> >> >> >> Just wondering what it the typical update schedule for the Debian repo (with the obvious exception of major version releases). >> >> >> >> Going forward, I would prefer to stick to the official repo rather than manually compiling it, however there is a certain bug fix I am targeting (FS-9303). >> >> >> >> Thanks! >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/1fe4cdac/attachment.html From hawkins at hawkinsegroup.com Thu Aug 4 04:27:44 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 19:27:44 -0500 Subject: [Freeswitch-users] Which module to use? Message-ID: Very simple situation... While on a call I want to press * to post to an external URL, I want to post global variables, ie. UUID. I have this working with httapi: Only problem is, httapi expects XML to be returned and I don't actually want to return anything, I just want to send the information to the URL and for FreeSwitch to go on about it's business. What module is best for this job? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/b504f6f5/attachment.html From hawkins at hawkinsegroup.com Thu Aug 4 04:34:21 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 19:34:21 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: Michael, I don't doubt you know what your talking about, I'm just so "lost" as to why I don't have it. I guess the only answer is I didn't use the Jessie package. But I did follow the instructions below when I installed (very easy by the way) and I specifically spun up a Debian server going into this venture because I had read previously it was more supported. https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie My first week of playing with FS I restarted and reinstalled several times so it could be this last time I did something different. On Wed, Aug 3, 2016 at 7:27 PM, Michael Jerris wrote: > there is for sure a mod_shout package in jessie. > > On Aug 3, 2016, at 6:48 PM, Don Hawkins wrote: > > I think the Debian Jessie package is the one I used. Still haven't got to > fixing this yet so haven't done my research, but I'm 90% sure. > > On Wed, Aug 3, 2016 at 4:27 PM, Michael Jerris wrote: > >> Which OS? >> >> mod_shout is in the debian jessie packages. It may not be in other >> distros due to those distros missing or having too old required libraries. >> >> >:apt-cache search freeswitch| grep shout >> freeswitch-mod-shout - mod_shout for FreeSWITCH >> freeswitch-mod-shout-dbg - mod_shout for FreeSWITCH (debug) >> >> >> >> On Aug 3, 2016, at 3:58 PM, Don Hawkins >> wrote: >> >> The repo is awesome but does not compile mod_shout, FYI. >> >> On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice wrote: >> >>> The release repo is updated on releases?. The master repo is update per >>> commit?. >>> >>> >>> >>> Releases happen when they are ready? however I run master pretty much >>> every where >>> >>> >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >>> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ciprian >>> Dosoftei >>> *Sent:* Wednesday, August 3, 2016 2:55 PM >>> *To:* FreeSWITCH Users Help >>> *Subject:* [Freeswitch-users] Debian repo update schedule >>> >>> >>> >>> Hi all! >>> >>> >>> >>> Just wondering what it the typical update schedule for the Debian repo >>> (with the obvious exception of major version releases). >>> >>> >>> >>> Going forward, I would prefer to stick to the official repo rather than >>> manually compiling it, however there is a certain bug fix I am targeting ( >>> *FS-9303*). >>> >>> >>> >>> Thanks! >>> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/b3bb013d/attachment.html From abaci64 at gmail.com Thu Aug 4 04:55:42 2016 From: abaci64 at gmail.com (Abaci B) Date: Wed, 3 Aug 2016 20:55:42 -0400 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: curl On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins wrote: > Very simple situation... > > While on a call I want to press * to post to an external URL, I want to > post global variables, ie. UUID. > > I have this working with httapi: > > > > Only problem is, httapi expects XML to be returned and I don't actually > want to return anything, I just want to send the information to the URL and > for FreeSwitch to go on about it's business. > > What module is best for this job? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/9ecf97dc/attachment-0001.html From hawkins at hawkinsegroup.com Thu Aug 4 05:03:07 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 20:03:07 -0500 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: Care to elaborate? Do you mean mod_xml_curl? I'm already using that for serving configs, don't see it working for this...maybe I'm wrong. Sincerely, Don Hawkins Sent from my NationPCS? Nexus 6. On Aug 3, 2016 7:57 PM, "Abaci B" wrote: > curl > > On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins > wrote: > >> Very simple situation... >> >> While on a call I want to press * to post to an external URL, I want to >> post global variables, ie. UUID. >> >> I have this working with httapi: >> >> >> >> Only problem is, httapi expects XML to be returned and I don't actually >> want to return anything, I just want to send the information to the URL and >> for FreeSwitch to go on about it's business. >> >> What module is best for this job? >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/4612ea1c/attachment.html From abaci64 at gmail.com Thu Aug 4 05:09:21 2016 From: abaci64 at gmail.com (Abaci B) Date: Wed, 3 Aug 2016 21:09:21 -0400 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: https://freeswitch.org/confluence/display/FREESWITCH/mod_curl On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins wrote: > Care to elaborate? Do you mean mod_xml_curl? I'm already using that for > serving configs, don't see it working for this...maybe I'm wrong. > > Sincerely, > Don Hawkins > > Sent from my NationPCS? Nexus 6. > > On Aug 3, 2016 7:57 PM, "Abaci B" wrote: > >> curl >> >> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins >> wrote: >> >>> Very simple situation... >>> >>> While on a call I want to press * to post to an external URL, I want to >>> post global variables, ie. UUID. >>> >>> I have this working with httapi: >>> >>> >>> >>> Only problem is, httapi expects XML to be returned and I don't actually >>> want to return anything, I just want to send the information to the URL and >>> for FreeSwitch to go on about it's business. >>> >>> What module is best for this job? >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/4676c4a1/attachment.html From ssinyagin at gmail.com Thu Aug 4 05:45:54 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 4 Aug 2016 03:45:54 +0200 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: I just checked, freeswitch-mod-shout is not part of freeswitch-meta-all, so it's not installed automatically. This will solve your problem: apt-get install freeswitch-mod-shout @Michael, should I open a Jira for this, or is it by intent? On Thu, Aug 4, 2016 at 2:34 AM, Don Hawkins wrote: > Michael, > > I don't doubt you know what your talking about, I'm just so "lost" as to why > I don't have it. I guess the only answer is I didn't use the Jessie package. > But I did follow the instructions below when I installed (very easy by the > way) and I specifically spun up a Debian server going into this venture > because I had read previously it was more supported. > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie > > My first week of playing with FS I restarted and reinstalled several times > so it could be this last time I did something different. > > > On Wed, Aug 3, 2016 at 7:27 PM, Michael Jerris wrote: >> >> there is for sure a mod_shout package in jessie. >> >> On Aug 3, 2016, at 6:48 PM, Don Hawkins wrote: >> >> I think the Debian Jessie package is the one I used. Still haven't got to >> fixing this yet so haven't done my research, but I'm 90% sure. >> >> On Wed, Aug 3, 2016 at 4:27 PM, Michael Jerris wrote: >>> >>> Which OS? >>> >>> mod_shout is in the debian jessie packages. It may not be in other >>> distros due to those distros missing or having too old required libraries. >>> >>> >:apt-cache search freeswitch| grep shout >>> freeswitch-mod-shout - mod_shout for FreeSWITCH >>> freeswitch-mod-shout-dbg - mod_shout for FreeSWITCH (debug) >>> >>> >>> >>> On Aug 3, 2016, at 3:58 PM, Don Hawkins >>> wrote: >>> >>> The repo is awesome but does not compile mod_shout, FYI. >>> >>> On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice wrote: >>>> >>>> The release repo is updated on releases?. The master repo is update per >>>> commit?. >>>> >>>> >>>> >>>> Releases happen when they are ready? however I run master pretty much >>>> every where >>>> >>>> >>>> >>>> From: freeswitch-users-bounces at lists.freeswitch.org >>>> [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ciprian >>>> Dosoftei >>>> Sent: Wednesday, August 3, 2016 2:55 PM >>>> To: FreeSWITCH Users Help >>>> Subject: [Freeswitch-users] Debian repo update schedule >>>> >>>> >>>> >>>> Hi all! >>>> >>>> >>>> >>>> Just wondering what it the typical update schedule for the Debian repo >>>> (with the obvious exception of major version releases). >>>> >>>> >>>> >>>> Going forward, I would prefer to stick to the official repo rather than >>>> manually compiling it, however there is a certain bug fix I am targeting >>>> (FS-9303). >>>> >>>> >>>> >>>> Thanks! >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT: push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From hawkins at hawkinsegroup.com Thu Aug 4 07:23:24 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 22:23:24 -0500 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: Thank you Abaci! I added And it's for sure contacting my URL but it's not sending anything, there are no values... did I miss something? On Wed, Aug 3, 2016 at 8:09 PM, Abaci B wrote: > https://freeswitch.org/confluence/display/FREESWITCH/mod_curl > > On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins > wrote: > >> Care to elaborate? Do you mean mod_xml_curl? I'm already using that for >> serving configs, don't see it working for this...maybe I'm wrong. >> >> Sincerely, >> Don Hawkins >> >> Sent from my NationPCS? Nexus 6. >> >> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: >> >>> curl >>> >>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins >>> wrote: >>> >>>> Very simple situation... >>>> >>>> While on a call I want to press * to post to an external URL, I want to >>>> post global variables, ie. UUID. >>>> >>>> I have this working with httapi: >>>> >>>> >>>> >>>> Only problem is, httapi expects XML to be returned and I don't actually >>>> want to return anything, I just want to send the information to the URL and >>>> for FreeSwitch to go on about it's business. >>>> >>>> What module is best for this job? >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/94e24dac/attachment-0001.html From hawkins at hawkinsegroup.com Thu Aug 4 08:16:23 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Wed, 3 Aug 2016 23:16:23 -0500 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: Figured it out, I sure did miss something, thank you for leading me in the right direction. On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins wrote: > Thank you Abaci! > > I added > > > > And it's for sure contacting my URL but it's not sending anything, there > are no values... did I miss something? > > > On Wed, Aug 3, 2016 at 8:09 PM, Abaci B wrote: > >> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >> >> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins >> wrote: >> >>> Care to elaborate? Do you mean mod_xml_curl? I'm already using that for >>> serving configs, don't see it working for this...maybe I'm wrong. >>> >>> Sincerely, >>> Don Hawkins >>> >>> Sent from my NationPCS? Nexus 6. >>> >>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: >>> >>>> curl >>>> >>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins >>>> wrote: >>>> >>>>> Very simple situation... >>>>> >>>>> While on a call I want to press * to post to an external URL, I want >>>>> to post global variables, ie. UUID. >>>>> >>>>> I have this working with httapi: >>>>> >>>>> >>>>> >>>>> Only problem is, httapi expects XML to be returned and I don't >>>>> actually want to return anything, I just want to send the information to >>>>> the URL and for FreeSwitch to go on about it's business. >>>>> >>>>> What module is best for this job? >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160803/50d341cd/attachment.html From hawkins at hawkinsegroup.com Thu Aug 4 09:30:35 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 00:30:35 -0500 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: So curl is working fine but I'm unsure (and unable to find any examples) how to execute the curl application on specific events, primarily when the call has been bridged/answered. Can anyone assist? On Wed, Aug 3, 2016 at 11:16 PM, Don Hawkins wrote: > Figured it out, I sure did miss something, thank you for leading me in the > right direction. > > > > > > On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins > wrote: > >> Thank you Abaci! >> >> I added >> >> >> >> And it's for sure contacting my URL but it's not sending anything, there >> are no values... did I miss something? >> >> >> On Wed, Aug 3, 2016 at 8:09 PM, Abaci B wrote: >> >>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>> >>> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins >>> wrote: >>> >>>> Care to elaborate? Do you mean mod_xml_curl? I'm already using that for >>>> serving configs, don't see it working for this...maybe I'm wrong. >>>> >>>> Sincerely, >>>> Don Hawkins >>>> >>>> Sent from my NationPCS? Nexus 6. >>>> >>>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: >>>> >>>>> curl >>>>> >>>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins >>>> > wrote: >>>>> >>>>>> Very simple situation... >>>>>> >>>>>> While on a call I want to press * to post to an external URL, I want >>>>>> to post global variables, ie. UUID. >>>>>> >>>>>> I have this working with httapi: >>>>>> >>>>>> >>>>>> >>>>>> Only problem is, httapi expects XML to be returned and I don't >>>>>> actually want to return anything, I just want to send the information to >>>>>> the URL and for FreeSwitch to go on about it's business. >>>>>> >>>>>> What module is best for this job? >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/2bd104dd/attachment-0001.html From bipin at xbipin.com Thu Aug 4 10:29:52 2016 From: bipin at xbipin.com (Bipin Patel) Date: Thu, 4 Aug 2016 10:29:52 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <156520956d8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> References: <5687c69a-c386-63d6-baa7-e4b7c6bb061f@xbipin.com> <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> <156520956d8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: <285701a2-b925-4d60-1c2c-96a94fe33459@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/c9c49b39/attachment-0001.html From ssinyagin at gmail.com Thu Aug 4 10:34:38 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 4 Aug 2016 08:34:38 +0200 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: the best approach is to have a separate daemon that connects to FreeSWITCH and subscribes to events. Then you can asynchronously process these events without affecting the call flow. There are actually hundreds of example scripts, just search for keywords: freeswitch, esl, event socket There are also implementations of ESL protocol in many programming languages, and you can choose depending on your skills and requirements. For example, Golang or Erlang would allow you to spin off a new thread every time you need it, and do some background processing in parallel. But for many tasks, single-threaded processing is enough, so Perl or Python would work fine. You can also hand the call processing to such an external program -- for example, the XML dialplan executes park(), and your ESL program picks up the control and performs what you need, like IVR, for example. On Thu, Aug 4, 2016 at 7:30 AM, Don Hawkins wrote: > So curl is working fine but I'm unsure (and unable to find any examples) how > to execute the curl application on specific events, primarily when the call > has been bridged/answered. Can anyone assist? > > On Wed, Aug 3, 2016 at 11:16 PM, Don Hawkins > wrote: >> >> Figured it out, I sure did miss something, thank you for leading me in the >> right direction. >> >> > data="curl,*,exec:curl,http://myurl.com/mypage.cgi post >> uuid=${uuid}&state=${state}&direction=${direction},aleg,aleg"> >> >> >> >> On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins >> wrote: >>> >>> Thank you Abaci! >>> >>> I added >>> >>> >>> >>> And it's for sure contacting my URL but it's not sending anything, there >>> are no values... did I miss something? >>> >>> >>> On Wed, Aug 3, 2016 at 8:09 PM, Abaci B wrote: >>>> >>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>>> >>>> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins >>>> wrote: >>>>> >>>>> Care to elaborate? Do you mean mod_xml_curl? I'm already using that for >>>>> serving configs, don't see it working for this...maybe I'm wrong. >>>>> >>>>> Sincerely, >>>>> Don Hawkins >>>>> >>>>> Sent from my NationPCS? Nexus 6. >>>>> >>>>> >>>>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: >>>>>> >>>>>> curl >>>>>> >>>>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins >>>>>> wrote: >>>>>>> >>>>>>> Very simple situation... >>>>>>> >>>>>>> While on a call I want to press * to post to an external URL, I want >>>>>>> to post global variables, ie. UUID. >>>>>>> >>>>>>> I have this working with httapi: >>>>>>> >>>>>>> >>>>>> data="httapi,*,exec:httapi,http://myurl.com,aleg,aleg\"> >>>>>>> >>>>>>> Only problem is, httapi expects XML to be returned and I don't >>>>>>> actually want to return anything, I just want to send the information to the >>>>>>> URL and for FreeSwitch to go on about it's business. >>>>>>> >>>>>>> What module is best for this job? >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> >>> >>> -- >>> Sincerely, >>> Don Hawkins >>> CEO >>> Hawkins Enterprise Group LLC >>> http://hawkinsegroup.com >>> Zello PTT: push2don >>> P: 469-214-5044 >> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT: push2don >> P: 469-214-5044 > > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT: push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From saurabhkv01 at gmail.com Thu Aug 4 11:04:02 2016 From: saurabhkv01 at gmail.com (Saurabh Verma) Date: Thu, 4 Aug 2016 12:34:02 +0530 Subject: [Freeswitch-users] origination_audio_mode in Freeswitch Dialplan Message-ID: Hi I want to implement one way audio stream through Freeswitch(Default Media Mode). SoftClient1 -----------> Freeswitch --------------->SofClient2 (will speak only) (will listen only) For this i have set *origination_audio_mode=sendonly* in the dialplan at the time of bridge.After setting this parameter in freeswitch forward the invite to b-leg with sendonly media attribute and hence SoftClient2 replies with recvonly in 200OK.The packets flow like below: SoftClient1 --------------(sendrecv)----------------> Freeswitch -------------(sendonly)--------------> SoftClien2 <-------------(sendrecv)---------------- (origination_audio_mode=sendonly) <------------(recvonly)-------------- *Now the problem is I am not not able to hear any sound at SoftClient2.* When i checked the wireshark capture at Freeswitch i found that Freeswitch is sending RTP packets on Private IP of SoftClient2 and not the Public IP. If i remove this parameter,Freeswitch starts sending RTP to the public IP and i am able to hear sound both way. Can i get some help on this? *Why the Freeswitch server is sending the RTP packets on Private IP with origination_audio_mode=sendonly?* -- *With Warm Regards:* *Saurabh Kumar Verma* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/6dda286e/attachment.html From hawkins at hawkinsegroup.com Thu Aug 4 11:04:53 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 02:04:53 -0500 Subject: [Freeswitch-users] Debian repo update schedule In-Reply-To: References: <1e8a01d1edc8$0969b620$1c3d2260$@freeswitch.org> Message-ID: Thanks Stanislav, easy fix! On Wed, Aug 3, 2016 at 8:45 PM, Stanislav Sinyagin wrote: > I just checked, freeswitch-mod-shout is not part of > freeswitch-meta-all, so it's not installed automatically. > > This will solve your problem: > apt-get install freeswitch-mod-shout > > @Michael, should I open a Jira for this, or is it by intent? > > > > On Thu, Aug 4, 2016 at 2:34 AM, Don Hawkins > wrote: > > Michael, > > > > I don't doubt you know what your talking about, I'm just so "lost" as to > why > > I don't have it. I guess the only answer is I didn't use the Jessie > package. > > But I did follow the instructions below when I installed (very easy by > the > > way) and I specifically spun up a Debian server going into this venture > > because I had read previously it was more supported. > > > > https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie > > > > My first week of playing with FS I restarted and reinstalled several > times > > so it could be this last time I did something different. > > > > > > On Wed, Aug 3, 2016 at 7:27 PM, Michael Jerris wrote: > >> > >> there is for sure a mod_shout package in jessie. > >> > >> On Aug 3, 2016, at 6:48 PM, Don Hawkins > wrote: > >> > >> I think the Debian Jessie package is the one I used. Still haven't got > to > >> fixing this yet so haven't done my research, but I'm 90% sure. > >> > >> On Wed, Aug 3, 2016 at 4:27 PM, Michael Jerris wrote: > >>> > >>> Which OS? > >>> > >>> mod_shout is in the debian jessie packages. It may not be in other > >>> distros due to those distros missing or having too old required > libraries. > >>> > >>> >:apt-cache search freeswitch| grep shout > >>> freeswitch-mod-shout - mod_shout for FreeSWITCH > >>> freeswitch-mod-shout-dbg - mod_shout for FreeSWITCH (debug) > >>> > >>> > >>> > >>> On Aug 3, 2016, at 3:58 PM, Don Hawkins > >>> wrote: > >>> > >>> The repo is awesome but does not compile mod_shout, FYI. > >>> > >>> On Wed, Aug 3, 2016 at 3:45 PM, Ken Rice wrote: > >>>> > >>>> The release repo is updated on releases?. The master repo is update > per > >>>> commit?. > >>>> > >>>> > >>>> > >>>> Releases happen when they are ready? however I run master pretty much > >>>> every where > >>>> > >>>> > >>>> > >>>> From: freeswitch-users-bounces at lists.freeswitch.org > >>>> [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of > Ciprian > >>>> Dosoftei > >>>> Sent: Wednesday, August 3, 2016 2:55 PM > >>>> To: FreeSWITCH Users Help > >>>> Subject: [Freeswitch-users] Debian repo update schedule > >>>> > >>>> > >>>> > >>>> Hi all! > >>>> > >>>> > >>>> > >>>> Just wondering what it the typical update schedule for the Debian repo > >>>> (with the obvious exception of major version releases). > >>>> > >>>> > >>>> > >>>> Going forward, I would prefer to stick to the official repo rather > than > >>>> manually compiling it, however there is a certain bug fix I am > targeting > >>>> (FS-9303). > >>>> > >>>> > >>>> > >>>> Thanks! > >> > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > > > > > > > > > > -- > > Sincerely, > > Don Hawkins > > CEO > > Hawkins Enterprise Group LLC > > http://hawkinsegroup.com > > Zello PTT: push2don > > P: 469-214-5044 > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/0c0f1007/attachment-0001.html From mirkobrankovic at gmail.com Thu Aug 4 11:27:08 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Thu, 4 Aug 2016 09:27:08 +0200 Subject: [Freeswitch-users] conference events In-Reply-To: References: Message-ID: Hi Chad, Yes this is exactly we I have end up :) Thanks, Mirko On Wed, Aug 3, 2016 at 5:44 PM, Chad Phillips wrote: > You need to subscribe to Verto's live array in the client-side code to > receive those events. > > There's currently no documentation that I know of for this, I suggest > having a look at the Verto demo or Verto Communicator and see how it's done > there. > > On Wed, Aug 3, 2016 at 2:58 AM, Mirko Brankovic > wrote: > >> HI, >> What should be the proper way to collect events that are triggered in >> conference? >> I see mod_verto ALERTS like: >> >> 2016-08-03 11:53:24.248436 [ALERT] mod_verto.c:5207 EVENT BROADCAST >> conference-liveArray.test at vw232.voiceworks.nl { >> "data": { >> "action": "modify", >> "name": "test", >> .... >> .... >> >> >> but when I connect to wss on 8082 port of mod_verto we don't get those >> messages. >> >> Should I only connect to event_socket (8021) but then how to subscribe to >> them? >> >> Thanks >> >> -- >> Regards, >> Mirko >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/017af8a5/attachment.html From mike at jerris.com Thu Aug 4 11:30:00 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 4 Aug 2016 03:30:00 -0400 Subject: [Freeswitch-users] origination_audio_mode in Freeswitch Dialplan In-Reply-To: References: Message-ID: sounds like a bug On Thursday, August 4, 2016, Saurabh Verma wrote: > Hi > > I want to implement one way audio stream through Freeswitch(Default Media > Mode). > > > SoftClient1 -----------> Freeswitch --------------->SofClient2 > (will speak only) (will listen > only) > > > For this i have set *origination_audio_mode=sendonly* in the dialplan at > the time of bridge.After setting this parameter in freeswitch forward the > invite to b-leg with sendonly media attribute and hence SoftClient2 replies > with recvonly in 200OK.The packets flow like below: > > SoftClient1 --------------(sendrecv)----------------> > Freeswitch -------------(sendonly)--------------> > SoftClien2 > <-------------(sendrecv)---------------- > (origination_audio_mode=sendonly) <------------(recvonly)-------------- > > *Now the problem is I am not not able to hear any sound at SoftClient2.* > > When i checked the wireshark capture at Freeswitch i found that Freeswitch > is sending RTP packets on Private IP of SoftClient2 and not the Public IP. > > If i remove this parameter,Freeswitch starts sending RTP to the public IP > and i am able to hear sound both way. > > Can i get some help on this? > *Why the Freeswitch server is sending the RTP packets on Private IP with > origination_audio_mode=sendonly?* > > > -- > *With Warm Regards:* > *Saurabh Kumar Verma* > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/7f8f51e5/attachment.html From saurabhkv01 at gmail.com Thu Aug 4 12:23:04 2016 From: saurabhkv01 at gmail.com (Saurabh Verma) Date: Thu, 4 Aug 2016 13:53:04 +0530 Subject: [Freeswitch-users] origination_audio_mode in Freeswitch Dialplan In-Reply-To: References: Message-ID: Hey Michael, Any suggestions to resolve the issue. Shall we file a Jira on the same? On Thu, Aug 4, 2016 at 1:00 PM, Michael Jerris wrote: > sounds like a bug > > > On Thursday, August 4, 2016, Saurabh Verma wrote: > >> Hi >> >> I want to implement one way audio stream through Freeswitch(Default Media >> Mode). >> >> >> SoftClient1 -----------> Freeswitch --------------->SofClient2 >> (will speak only) (will listen >> only) >> >> >> For this i have set *origination_audio_mode=sendonly* in the dialplan at >> the time of bridge.After setting this parameter in freeswitch forward the >> invite to b-leg with sendonly media attribute and hence SoftClient2 replies >> with recvonly in 200OK.The packets flow like below: >> >> SoftClient1 --------------(sendrecv)----------------> >> Freeswitch -------------(sendonly)--------------> >> SoftClien2 >> <-------------(sendrecv)---------------- >> (origination_audio_mode=sendonly) <------------(recvonly)-------------- >> >> *Now the problem is I am not not able to hear any sound at SoftClient2.* >> >> When i checked the wireshark capture at Freeswitch i found that >> Freeswitch is sending RTP packets on Private IP of SoftClient2 and not the >> Public IP. >> >> If i remove this parameter,Freeswitch starts sending RTP to the public IP >> and i am able to hear sound both way. >> >> Can i get some help on this? >> *Why the Freeswitch server is sending the RTP packets on Private IP with >> origination_audio_mode=sendonly?* >> >> >> -- >> *With Warm Regards:* >> *Saurabh Kumar Verma* >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *With Warm Regards:* *Saurabh Kumar Verma* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/7e764f4d/attachment.html From andrew at cassidywebservices.co.uk Thu Aug 4 12:55:15 2016 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 4 Aug 2016 09:55:15 +0100 Subject: [Freeswitch-users] Faxing transcoding issues. Message-ID: Good morning all, I've been playing with faxing and t38 over the last few days. I use a wholesale provider who detects and reinvites for t38, and have implemented the same in my systems. Passing t38 through unmodified is not an issue. The issue I do have, is in the event that the sender refuses the reinvite, I'd like freeswitch to transcode. In theory, this is set up correctly, but see this error message repeated over and over and ultimately the fax fails: [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error decoding UDPTL (172 bytes) Every other scenario I have worked through is working fine. For reference, the fax-specific dialplan entries: Thanks in advance. -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/100e33bb/attachment-0001.html From andrew at cassidywebservices.co.uk Thu Aug 4 13:02:15 2016 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 4 Aug 2016 10:02:15 +0100 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: Hi all, Just realised the server I'm having issues with is an old wheezy server running 1.4.26. I will test with latest and report back. Kind regards, On 4 August 2016 at 09:55, Andrew Cassidy wrote: > Good morning all, > > I've been playing with faxing and t38 over the last few days. I use a > wholesale provider who detects and reinvites for t38, and have implemented > the same in my systems. Passing t38 through unmodified is not an issue. > > The issue I do have, is in the event that the sender refuses the reinvite, > I'd like freeswitch to transcode. In theory, this is set up correctly, but > see this error message repeated over and over and ultimately the fax fails: > > [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error > decoding UDPTL (172 bytes) > > Every other scenario I have worked through is working fine. > > For reference, the fax-specific dialplan entries: > > > > > data="nolocal:sip_execute_on_image=t38_gateway self" /> > > > Thanks in advance. > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/5f16740b/attachment.html From hawkins at hawkinsegroup.com Thu Aug 4 13:05:40 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 04:05:40 -0500 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: Thanks! I've looked at ESL and the mod_event_socket but I'm not looking to control everything. I do see that it supports outbound so I tried it but it seems it won't allow me to just get notified on events but I'll also have to control the entire call. In other words, it wont allow JUST outbound. Looks like my next option is LUA (which I know nothing about as of yet) but it looks like it will allow event hooks. Is this a viable solution in your opinion? https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks On Thu, Aug 4, 2016 at 1:34 AM, Stanislav Sinyagin wrote: > the best approach is to have a separate daemon that connects to > FreeSWITCH and subscribes to events. Then you can asynchronously > process these events without affecting the call flow. There are > actually hundreds of example scripts, just search for keywords: > freeswitch, esl, event socket > > There are also implementations of ESL protocol in many programming > languages, and you can choose depending on your skills and > requirements. For example, Golang or Erlang would allow you to spin > off a new thread every time you need it, and do some background > processing in parallel. But for many tasks, single-threaded processing > is enough, so Perl or Python would work fine. > > You can also hand the call processing to such an external program -- > for example, the XML dialplan executes park(), and your ESL program > picks up the control and performs what you need, like IVR, for > example. > > > > > On Thu, Aug 4, 2016 at 7:30 AM, Don Hawkins > wrote: > > So curl is working fine but I'm unsure (and unable to find any examples) > how > > to execute the curl application on specific events, primarily when the > call > > has been bridged/answered. Can anyone assist? > > > > On Wed, Aug 3, 2016 at 11:16 PM, Don Hawkins > > wrote: > >> > >> Figured it out, I sure did miss something, thank you for leading me in > the > >> right direction. > >> > >> >> data="curl,*,exec:curl,http://myurl.com/mypage.cgi post > >> > uuid=${uuid}&state=${state}&direction=${direction},aleg,aleg"> > >> > >> > >> > >> On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins > > >> wrote: > >>> > >>> Thank you Abaci! > >>> > >>> I added > >>> > >>> > >>> > >>> And it's for sure contacting my URL but it's not sending anything, > there > >>> are no values... did I miss something? > >>> > >>> > >>> On Wed, Aug 3, 2016 at 8:09 PM, Abaci B wrote: > >>>> > >>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl > >>>> > >>>> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins < > hawkins at hawkinsegroup.com> > >>>> wrote: > >>>>> > >>>>> Care to elaborate? Do you mean mod_xml_curl? I'm already using that > for > >>>>> serving configs, don't see it working for this...maybe I'm wrong. > >>>>> > >>>>> Sincerely, > >>>>> Don Hawkins > >>>>> > >>>>> Sent from my NationPCS? Nexus 6. > >>>>> > >>>>> > >>>>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: > >>>>>> > >>>>>> curl > >>>>>> > >>>>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins > >>>>>> wrote: > >>>>>>> > >>>>>>> Very simple situation... > >>>>>>> > >>>>>>> While on a call I want to press * to post to an external URL, I > want > >>>>>>> to post global variables, ie. UUID. > >>>>>>> > >>>>>>> I have this working with httapi: > >>>>>>> > >>>>>>> >>>>>>> data="httapi,*,exec:httapi,http://myurl.com,aleg,aleg\"> > >>>>>>> > >>>>>>> Only problem is, httapi expects XML to be returned and I don't > >>>>>>> actually want to return anything, I just want to send the > information to the > >>>>>>> URL and for FreeSwitch to go on about it's business. > >>>>>>> > >>>>>>> What module is best for this job? > >>>>>>> > >>>>>>> > >>>>>>> > _________________________________________________________________________ > >>>>>>> Professional FreeSWITCH Consulting Services: > >>>>>>> consulting at freeswitch.org > >>>>>>> http://www.freeswitchsolutions.com > >>>>>>> > >>>>>>> Official FreeSWITCH Sites > >>>>>>> http://www.freeswitch.org > >>>>>>> http://confluence.freeswitch.org > >>>>>>> http://www.cluecon.com > >>>>>>> > >>>>>>> FreeSWITCH-users mailing list > >>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>> > >>>>>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>>> http://www.freeswitch.org > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > _________________________________________________________________________ > >>>>>> Professional FreeSWITCH Consulting Services: > >>>>>> consulting at freeswitch.org > >>>>>> http://www.freeswitchsolutions.com > >>>>>> > >>>>>> Official FreeSWITCH Sites > >>>>>> http://www.freeswitch.org > >>>>>> http://confluence.freeswitch.org > >>>>>> http://www.cluecon.com > >>>>>> > >>>>>> FreeSWITCH-users mailing list > >>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>> > >>>>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>> http://www.freeswitch.org > >>>>> > >>>>> > >>>>> > >>>>> > _________________________________________________________________________ > >>>>> Professional FreeSWITCH Consulting Services: > >>>>> consulting at freeswitch.org > >>>>> http://www.freeswitchsolutions.com > >>>>> > >>>>> Official FreeSWITCH Sites > >>>>> http://www.freeswitch.org > >>>>> http://confluence.freeswitch.org > >>>>> http://www.cluecon.com > >>>>> > >>>>> FreeSWITCH-users mailing list > >>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>> > >>>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>> http://www.freeswitch.org > >>>> > >>>> > >>>> > >>>> > >>>> > _________________________________________________________________________ > >>>> Professional FreeSWITCH Consulting Services: > >>>> consulting at freeswitch.org > >>>> http://www.freeswitchsolutions.com > >>>> > >>>> Official FreeSWITCH Sites > >>>> http://www.freeswitch.org > >>>> http://confluence.freeswitch.org > >>>> http://www.cluecon.com > >>>> > >>>> FreeSWITCH-users mailing list > >>>> FreeSWITCH-users at lists.freeswitch.org > >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>> http://www.freeswitch.org > >>> > >>> > >>> > >>> > >>> -- > >>> Sincerely, > >>> Don Hawkins > >>> CEO > >>> Hawkins Enterprise Group LLC > >>> http://hawkinsegroup.com > >>> Zello PTT: push2don > >>> P: 469-214-5044 > >> > >> > >> > >> > >> -- > >> Sincerely, > >> Don Hawkins > >> CEO > >> Hawkins Enterprise Group LLC > >> http://hawkinsegroup.com > >> Zello PTT: push2don > >> P: 469-214-5044 > > > > > > > > > > -- > > Sincerely, > > Don Hawkins > > CEO > > Hawkins Enterprise Group LLC > > http://hawkinsegroup.com > > Zello PTT: push2don > > P: 469-214-5044 > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/356ce786/attachment-0001.html From mirkobrankovic at gmail.com Thu Aug 4 13:27:26 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Thu, 4 Aug 2016 11:27:26 +0200 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: >From my experiance if you send t38 re-invite then FS will expect T38 even if remote side refuses it. If you wont to transcode you need to not send the re-invite. Get the scenario you need form here: https://wiki.freeswitch.org/wiki/Mod_spandsp#t38_gateway -mirko On Thu, Aug 4, 2016 at 10:55 AM, Andrew Cassidy < andrew at cassidywebservices.co.uk> wrote: > Good morning all, > > I've been playing with faxing and t38 over the last few days. I use a > wholesale provider who detects and reinvites for t38, and have implemented > the same in my systems. Passing t38 through unmodified is not an issue. > > The issue I do have, is in the event that the sender refuses the reinvite, > I'd like freeswitch to transcode. In theory, this is set up correctly, but > see this error message repeated over and over and ultimately the fax fails: > > [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error > decoding UDPTL (172 bytes) > > Every other scenario I have worked through is working fine. > > For reference, the fax-specific dialplan entries: > > > > > data="nolocal:sip_execute_on_image=t38_gateway self" /> > > > Thanks in advance. > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/7460083d/attachment.html From ssinyagin at gmail.com Thu Aug 4 14:33:53 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 4 Aug 2016 12:33:53 +0200 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: I think inbound ESL is what will work for you best. Lua scripts can be executed within FreeSWITCH process during the call processing, but they are always synchronous, so your call will wait until the HTTP request is processed. On Thu, Aug 4, 2016 at 11:05 AM, Don Hawkins wrote: > Thanks! > > I've looked at ESL and the mod_event_socket but I'm not looking to control > everything. I do see that it supports outbound so I tried it but it seems it > won't allow me to just get notified on events but I'll also have to control > the entire call. In other words, it wont allow JUST outbound. > > Looks like my next option is LUA (which I know nothing about as of yet) but > it looks like it will allow event hooks. Is this a viable solution in your > opinion? > > https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks > > > On Thu, Aug 4, 2016 at 1:34 AM, Stanislav Sinyagin > wrote: >> >> the best approach is to have a separate daemon that connects to >> FreeSWITCH and subscribes to events. Then you can asynchronously >> process these events without affecting the call flow. There are >> actually hundreds of example scripts, just search for keywords: >> freeswitch, esl, event socket >> >> There are also implementations of ESL protocol in many programming >> languages, and you can choose depending on your skills and >> requirements. For example, Golang or Erlang would allow you to spin >> off a new thread every time you need it, and do some background >> processing in parallel. But for many tasks, single-threaded processing >> is enough, so Perl or Python would work fine. >> >> You can also hand the call processing to such an external program -- >> for example, the XML dialplan executes park(), and your ESL program >> picks up the control and performs what you need, like IVR, for >> example. >> >> >> >> >> On Thu, Aug 4, 2016 at 7:30 AM, Don Hawkins >> wrote: >> > So curl is working fine but I'm unsure (and unable to find any examples) >> > how >> > to execute the curl application on specific events, primarily when the >> > call >> > has been bridged/answered. Can anyone assist? >> > >> > On Wed, Aug 3, 2016 at 11:16 PM, Don Hawkins >> > wrote: >> >> >> >> Figured it out, I sure did miss something, thank you for leading me in >> >> the >> >> right direction. >> >> >> >> > >> data="curl,*,exec:curl,http://myurl.com/mypage.cgi post >> >> >> >> uuid=${uuid}&state=${state}&direction=${direction},aleg,aleg"> >> >> >> >> >> >> >> >> On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins >> >> >> >> wrote: >> >>> >> >>> Thank you Abaci! >> >>> >> >>> I added >> >>> >> >>> >> >>> >> >>> And it's for sure contacting my URL but it's not sending anything, >> >>> there >> >>> are no values... did I miss something? >> >>> >> >>> >> >>> On Wed, Aug 3, 2016 at 8:09 PM, Abaci B wrote: >> >>>> >> >>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >> >>>> >> >>>> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins >> >>>> >> >>>> wrote: >> >>>>> >> >>>>> Care to elaborate? Do you mean mod_xml_curl? I'm already using that >> >>>>> for >> >>>>> serving configs, don't see it working for this...maybe I'm wrong. >> >>>>> >> >>>>> Sincerely, >> >>>>> Don Hawkins >> >>>>> >> >>>>> Sent from my NationPCS? Nexus 6. >> >>>>> >> >>>>> >> >>>>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: >> >>>>>> >> >>>>>> curl >> >>>>>> >> >>>>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins >> >>>>>> wrote: >> >>>>>>> >> >>>>>>> Very simple situation... >> >>>>>>> >> >>>>>>> While on a call I want to press * to post to an external URL, I >> >>>>>>> want >> >>>>>>> to post global variables, ie. UUID. >> >>>>>>> >> >>>>>>> I have this working with httapi: >> >>>>>>> >> >>>>>>> > >>>>>>> data="httapi,*,exec:httapi,http://myurl.com,aleg,aleg\"> >> >>>>>>> >> >>>>>>> Only problem is, httapi expects XML to be returned and I don't >> >>>>>>> actually want to return anything, I just want to send the >> >>>>>>> information to the >> >>>>>>> URL and for FreeSwitch to go on about it's business. >> >>>>>>> >> >>>>>>> What module is best for this job? >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> _________________________________________________________________________ >> >>>>>>> Professional FreeSWITCH Consulting Services: >> >>>>>>> consulting at freeswitch.org >> >>>>>>> http://www.freeswitchsolutions.com >> >>>>>>> >> >>>>>>> Official FreeSWITCH Sites >> >>>>>>> http://www.freeswitch.org >> >>>>>>> http://confluence.freeswitch.org >> >>>>>>> http://www.cluecon.com >> >>>>>>> >> >>>>>>> FreeSWITCH-users mailing list >> >>>>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>>>> >> >>>>>>> >> >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>>>>> http://www.freeswitch.org >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> _________________________________________________________________________ >> >>>>>> Professional FreeSWITCH Consulting Services: >> >>>>>> consulting at freeswitch.org >> >>>>>> http://www.freeswitchsolutions.com >> >>>>>> >> >>>>>> Official FreeSWITCH Sites >> >>>>>> http://www.freeswitch.org >> >>>>>> http://confluence.freeswitch.org >> >>>>>> http://www.cluecon.com >> >>>>>> >> >>>>>> FreeSWITCH-users mailing list >> >>>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>>> >> >>>>>> >> >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>>>> http://www.freeswitch.org >> >>>>> >> >>>>> >> >>>>> >> >>>>> >> >>>>> _________________________________________________________________________ >> >>>>> Professional FreeSWITCH Consulting Services: >> >>>>> consulting at freeswitch.org >> >>>>> http://www.freeswitchsolutions.com >> >>>>> >> >>>>> Official FreeSWITCH Sites >> >>>>> http://www.freeswitch.org >> >>>>> http://confluence.freeswitch.org >> >>>>> http://www.cluecon.com >> >>>>> >> >>>>> FreeSWITCH-users mailing list >> >>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>> >> >>>>> >> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>>> http://www.freeswitch.org >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> _________________________________________________________________________ >> >>>> Professional FreeSWITCH Consulting Services: >> >>>> consulting at freeswitch.org >> >>>> http://www.freeswitchsolutions.com >> >>>> >> >>>> Official FreeSWITCH Sites >> >>>> http://www.freeswitch.org >> >>>> http://confluence.freeswitch.org >> >>>> http://www.cluecon.com >> >>>> >> >>>> FreeSWITCH-users mailing list >> >>>> FreeSWITCH-users at lists.freeswitch.org >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>> >> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>> http://www.freeswitch.org >> >>> >> >>> >> >>> >> >>> >> >>> -- >> >>> Sincerely, >> >>> Don Hawkins >> >>> CEO >> >>> Hawkins Enterprise Group LLC >> >>> http://hawkinsegroup.com >> >>> Zello PTT: push2don >> >>> P: 469-214-5044 >> >> >> >> >> >> >> >> >> >> -- >> >> Sincerely, >> >> Don Hawkins >> >> CEO >> >> Hawkins Enterprise Group LLC >> >> http://hawkinsegroup.com >> >> Zello PTT: push2don >> >> P: 469-214-5044 >> > >> > >> > >> > >> > -- >> > Sincerely, >> > Don Hawkins >> > CEO >> > Hawkins Enterprise Group LLC >> > http://hawkinsegroup.com >> > Zello PTT: push2don >> > P: 469-214-5044 >> > >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT: push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From steveayre at gmail.com Thu Aug 4 14:59:51 2016 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 4 Aug 2016 11:59:51 +0100 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: RFC4566 5. SDP Specification "A session description can contain domain names in the "o=", "u=", "e=", "c=", and "a=" lines." It's a detail I'd expect some implementations may have skipped over though so I'd expect it could lead to interop issues. Also you need to assume it will resolve to the IP you expect, not necessarily the case if it resolves to multiple IPs for example or it has changed and the TTL has not expired yet. And it might not play well with SIP ALGs. I'd avoid it. That's not evidence based, purely gut instinct. On 3 August 2016 at 06:10, Michael Jerris wrote: > I have not once in my life seen someone use a hostname instead of an ip in > an sdp, and I do not believe it is legal. > > > On Aug 2, 2016, at 1:00 PM, Colin Morelli > wrote: > > > > Hey all, > > > > So it looks like WebRTC has issues dealing with hostnames in the SDP > instead of IP addresses. Particularly, when including a hostname in the SDP > there's no audio in either direction. This is the case in both the latest > Firefox + Chrome browsers. > > > > This is particularly problematic for applications that are WebRTC + > mobile, now that Apple is enforcing applications to support IPv6-only > networks. Using hostnames in the record-route and SDP addresses meets the > requirement since the OS will synthesize an IPv6 address when a DNS query > is performed, but according to the documentation they strongly urge > applications to avoid using address literals in their applications. > > > > Has anyone had success with methods to switch between advertising a > hostname vs IP address in the SDP? Or other methods for solving this > problem? > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/fc38be2a/attachment-0001.html From colin.morelli at gmail.com Thu Aug 4 15:17:44 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Thu, 04 Aug 2016 11:17:44 +0000 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: Steven, Thanks for the clarification - that's really helpful (it also means I can go file browser bugs which I'll do) Agreed it'll cause interop issues (for example the ones seen in WebRTC). It's too bad, because it could be helpful in a few different scenarios. That said, for now I'm just looking to slowly start using it on devices that will have problems with IP addresses. Does anyone know if there's a way, via a channel var, to set the advertised address in the SDP? Best, Colin On Thu, Aug 4, 2016 at 7:03 AM Steven Ayre wrote: > RFC4566 5. SDP Specification > "A session description can contain domain names in the "o=", "u=", "e=", > "c=", and "a=" lines." > > It's a detail I'd expect some implementations may have skipped over though > so I'd expect it could lead to interop issues. Also you need to assume it > will resolve to the IP you expect, not necessarily the case if it resolves > to multiple IPs for example or it has changed and the TTL has not expired > yet. And it might not play well with SIP ALGs. I'd avoid it. That's not > evidence based, purely gut instinct. > > > > > > On 3 August 2016 at 06:10, Michael Jerris wrote: > >> I have not once in my life seen someone use a hostname instead of an ip >> in an sdp, and I do not believe it is legal. >> >> > On Aug 2, 2016, at 1:00 PM, Colin Morelli >> wrote: >> > >> > Hey all, >> > >> > So it looks like WebRTC has issues dealing with hostnames in the SDP >> instead of IP addresses. Particularly, when including a hostname in the SDP >> there's no audio in either direction. This is the case in both the latest >> Firefox + Chrome browsers. >> > >> > This is particularly problematic for applications that are WebRTC + >> mobile, now that Apple is enforcing applications to support IPv6-only >> networks. Using hostnames in the record-route and SDP addresses meets the >> requirement since the OS will synthesize an IPv6 address when a DNS query >> is performed, but according to the documentation they strongly urge >> applications to avoid using address literals in their applications. >> > >> > Has anyone had success with methods to switch between advertising a >> hostname vs IP address in the SDP? Or other methods for solving this >> problem? >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/29995543/attachment.html From andrew at cassidywebservices.co.uk Thu Aug 4 15:33:52 2016 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 4 Aug 2016 12:33:52 +0100 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: I'm getting the same with 1.6.9 Ideally I'd like FreeSWITCH to be able to determine on the fly that the sender supports T38. Kind regards, On 4 August 2016 at 10:27, Mirko Brankovic wrote: > From my experiance if you send t38 re-invite then FS will expect T38 even > if remote side refuses it. > > If you wont to transcode you need to not send the re-invite. > > Get the scenario you need form here: > https://wiki.freeswitch.org/wiki/Mod_spandsp#t38_gateway > > -mirko > > On Thu, Aug 4, 2016 at 10:55 AM, Andrew Cassidy < > andrew at cassidywebservices.co.uk> wrote: > >> Good morning all, >> >> I've been playing with faxing and t38 over the last few days. I use a >> wholesale provider who detects and reinvites for t38, and have implemented >> the same in my systems. Passing t38 through unmodified is not an issue. >> >> The issue I do have, is in the event that the sender refuses the >> reinvite, I'd like freeswitch to transcode. In theory, this is set up >> correctly, but see this error message repeated over and over and ultimately >> the fax fails: >> >> [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error >> decoding UDPTL (172 bytes) >> >> Every other scenario I have worked through is working fine. >> >> For reference, the fax-specific dialplan entries: >> >> >> >> >> > data="nolocal:sip_execute_on_image=t38_gateway self" /> >> >> >> Thanks in advance. >> >> -- >> *Andrew Cassidy BSc (Hons) MBCS SSCA* >> Managing Director >> >> 03303 880 960 andrew at cassidyweb.co.uk >> www.cassidyweb.co.uk >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/d2626da0/attachment.html From mirkobrankovic at gmail.com Thu Aug 4 15:47:13 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Thu, 4 Aug 2016 13:47:13 +0200 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: I had the same question. There is no fall back to previous codec that call was set up when t38 is negotiated no matter that was the sucess of that negotiation You can always file a feature/bug maybe request... mirko On Thu, Aug 4, 2016 at 1:33 PM, Andrew Cassidy < andrew at cassidywebservices.co.uk> wrote: > I'm getting the same with 1.6.9 > > Ideally I'd like FreeSWITCH to be able to determine on the fly that the > sender supports T38. > > Kind regards, > > On 4 August 2016 at 10:27, Mirko Brankovic > wrote: > >> From my experiance if you send t38 re-invite then FS will expect T38 even >> if remote side refuses it. >> >> If you wont to transcode you need to not send the re-invite. >> >> Get the scenario you need form here: >> https://wiki.freeswitch.org/wiki/Mod_spandsp#t38_gateway >> >> -mirko >> >> On Thu, Aug 4, 2016 at 10:55 AM, Andrew Cassidy < >> andrew at cassidywebservices.co.uk> wrote: >> >>> Good morning all, >>> >>> I've been playing with faxing and t38 over the last few days. I use a >>> wholesale provider who detects and reinvites for t38, and have implemented >>> the same in my systems. Passing t38 through unmodified is not an issue. >>> >>> The issue I do have, is in the event that the sender refuses the >>> reinvite, I'd like freeswitch to transcode. In theory, this is set up >>> correctly, but see this error message repeated over and over and ultimately >>> the fax fails: >>> >>> [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error >>> decoding UDPTL (172 bytes) >>> >>> Every other scenario I have worked through is working fine. >>> >>> For reference, the fax-specific dialplan entries: >>> >>> >>> >>> >>> >> data="nolocal:sip_execute_on_image=t38_gateway self" /> >>> >>> >>> Thanks in advance. >>> >>> -- >>> *Andrew Cassidy BSc (Hons) MBCS SSCA* >>> Managing Director >>> >>> 03303 880 960 andrew at cassidyweb.co.uk >>> www.cassidyweb.co.uk >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/8feffcd3/attachment-0001.html From steveayre at gmail.com Thu Aug 4 16:10:12 2016 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 4 Aug 2016 13:10:12 +0100 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: Should point out that although it might be allowed in SDP's RFC that doesn't necessarily mean it isn't restricted by other WebRTC specifications. You'll probably want to look into those as well. On 4 August 2016 at 12:17, Colin Morelli wrote: > Steven, > > Thanks for the clarification - that's really helpful (it also means I can > go file browser bugs which I'll do) > > Agreed it'll cause interop issues (for example the ones seen in WebRTC). > It's too bad, because it could be helpful in a few different scenarios. > > That said, for now I'm just looking to slowly start using it on devices > that will have problems with IP addresses. Does anyone know if there's a > way, via a channel var, to set the advertised address in the SDP? > > Best, > Colin > > On Thu, Aug 4, 2016 at 7:03 AM Steven Ayre wrote: > >> RFC4566 5. SDP Specification >> "A session description can contain domain names in the "o=", "u=", "e=", >> "c=", and "a=" lines." >> >> It's a detail I'd expect some implementations may have skipped over >> though so I'd expect it could lead to interop issues. Also you need to >> assume it will resolve to the IP you expect, not necessarily the case if it >> resolves to multiple IPs for example or it has changed and the TTL has not >> expired yet. And it might not play well with SIP ALGs. I'd avoid it. That's >> not evidence based, purely gut instinct. >> >> >> >> >> >> On 3 August 2016 at 06:10, Michael Jerris wrote: >> >>> I have not once in my life seen someone use a hostname instead of an ip >>> in an sdp, and I do not believe it is legal. >>> >>> > On Aug 2, 2016, at 1:00 PM, Colin Morelli >>> wrote: >>> > >>> > Hey all, >>> > >>> > So it looks like WebRTC has issues dealing with hostnames in the SDP >>> instead of IP addresses. Particularly, when including a hostname in the SDP >>> there's no audio in either direction. This is the case in both the latest >>> Firefox + Chrome browsers. >>> > >>> > This is particularly problematic for applications that are WebRTC + >>> mobile, now that Apple is enforcing applications to support IPv6-only >>> networks. Using hostnames in the record-route and SDP addresses meets the >>> requirement since the OS will synthesize an IPv6 address when a DNS query >>> is performed, but according to the documentation they strongly urge >>> applications to avoid using address literals in their applications. >>> > >>> > Has anyone had success with methods to switch between advertising a >>> hostname vs IP address in the SDP? Or other methods for solving this >>> problem? >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/4cb74928/attachment.html From andrew at cassidywebservices.co.uk Thu Aug 4 16:11:29 2016 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 4 Aug 2016 13:11:29 +0100 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: I might be able to sort this with a 1-liner... going to give it a go. On 4 August 2016 at 12:47, Mirko Brankovic wrote: > I had the same question. > > There is no fall back to previous codec that call was set up when t38 is > negotiated no matter that was the sucess of that negotiation > > You can always file a feature/bug maybe request... > mirko > > On Thu, Aug 4, 2016 at 1:33 PM, Andrew Cassidy < > andrew at cassidywebservices.co.uk> wrote: > >> I'm getting the same with 1.6.9 >> >> Ideally I'd like FreeSWITCH to be able to determine on the fly that the >> sender supports T38. >> >> Kind regards, >> >> On 4 August 2016 at 10:27, Mirko Brankovic >> wrote: >> >>> From my experiance if you send t38 re-invite then FS will expect T38 >>> even if remote side refuses it. >>> >>> If you wont to transcode you need to not send the re-invite. >>> >>> Get the scenario you need form here: >>> https://wiki.freeswitch.org/wiki/Mod_spandsp#t38_gateway >>> >>> -mirko >>> >>> On Thu, Aug 4, 2016 at 10:55 AM, Andrew Cassidy < >>> andrew at cassidywebservices.co.uk> wrote: >>> >>>> Good morning all, >>>> >>>> I've been playing with faxing and t38 over the last few days. I use a >>>> wholesale provider who detects and reinvites for t38, and have implemented >>>> the same in my systems. Passing t38 through unmodified is not an issue. >>>> >>>> The issue I do have, is in the event that the sender refuses the >>>> reinvite, I'd like freeswitch to transcode. In theory, this is set up >>>> correctly, but see this error message repeated over and over and ultimately >>>> the fax fails: >>>> >>>> [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error >>>> decoding UDPTL (172 bytes) >>>> >>>> Every other scenario I have worked through is working fine. >>>> >>>> For reference, the fax-specific dialplan entries: >>>> >>>> >>>> >>>> >>>> >>> data="nolocal:sip_execute_on_image=t38_gateway self" /> >>>> >>>> >>>> Thanks in advance. >>>> >>>> -- >>>> *Andrew Cassidy BSc (Hons) MBCS SSCA* >>>> Managing Director >>>> >>>> 03303 880 960 andrew at cassidyweb.co.uk >>>> www.cassidyweb.co.uk >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> *Andrew Cassidy BSc (Hons) MBCS SSCA* >> Managing Director >> >> 03303 880 960 andrew at cassidyweb.co.uk >> www.cassidyweb.co.uk >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/9683189f/attachment-0001.html From colin.morelli at gmail.com Thu Aug 4 16:25:15 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Thu, 04 Aug 2016 12:25:15 +0000 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: Hey Steven, I did check that as well. So far as I can tell, most of the shared portions of the SDP come from RFC 4566. The ICE additions in RFC 5245 also claim to allow FQDNs for candidate addresses. My assumption is that it's just not commonly used. But it seems much easier to support hostnames everywhere as more and more dual stack endpoints. Any thoughts on a per-channel advertised address? Best, Colin On Thu, Aug 4, 2016 at 8:14 AM Steven Ayre wrote: > Should point out that although it might be allowed in SDP's RFC that > doesn't necessarily mean it isn't restricted by other WebRTC > specifications. You'll probably want to look into those as well. > > On 4 August 2016 at 12:17, Colin Morelli wrote: > >> Steven, >> >> Thanks for the clarification - that's really helpful (it also means I can >> go file browser bugs which I'll do) >> >> Agreed it'll cause interop issues (for example the ones seen in WebRTC). >> It's too bad, because it could be helpful in a few different scenarios. >> >> That said, for now I'm just looking to slowly start using it on devices >> that will have problems with IP addresses. Does anyone know if there's a >> way, via a channel var, to set the advertised address in the SDP? >> >> Best, >> Colin >> >> On Thu, Aug 4, 2016 at 7:03 AM Steven Ayre wrote: >> >>> RFC4566 5. SDP Specification >>> "A session description can contain domain names in the "o=", "u=", "e=", >>> "c=", and "a=" lines." >>> >>> It's a detail I'd expect some implementations may have skipped over >>> though so I'd expect it could lead to interop issues. Also you need to >>> assume it will resolve to the IP you expect, not necessarily the case if it >>> resolves to multiple IPs for example or it has changed and the TTL has not >>> expired yet. And it might not play well with SIP ALGs. I'd avoid it. That's >>> not evidence based, purely gut instinct. >>> >>> >>> >>> >>> >>> On 3 August 2016 at 06:10, Michael Jerris wrote: >>> >>>> I have not once in my life seen someone use a hostname instead of an ip >>>> in an sdp, and I do not believe it is legal. >>>> >>>> > On Aug 2, 2016, at 1:00 PM, Colin Morelli >>>> wrote: >>>> > >>>> > Hey all, >>>> > >>>> > So it looks like WebRTC has issues dealing with hostnames in the SDP >>>> instead of IP addresses. Particularly, when including a hostname in the SDP >>>> there's no audio in either direction. This is the case in both the latest >>>> Firefox + Chrome browsers. >>>> > >>>> > This is particularly problematic for applications that are WebRTC + >>>> mobile, now that Apple is enforcing applications to support IPv6-only >>>> networks. Using hostnames in the record-route and SDP addresses meets the >>>> requirement since the OS will synthesize an IPv6 address when a DNS query >>>> is performed, but according to the documentation they strongly urge >>>> applications to avoid using address literals in their applications. >>>> > >>>> > Has anyone had success with methods to switch between advertising a >>>> hostname vs IP address in the SDP? Or other methods for solving this >>>> problem? >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/469d9f69/attachment.html From saurabhkv01 at gmail.com Thu Aug 4 16:46:08 2016 From: saurabhkv01 at gmail.com (Saurabh Verma) Date: Thu, 4 Aug 2016 18:16:08 +0530 Subject: [Freeswitch-users] origination_audio_mode in Freeswitch Dialplan In-Reply-To: References: Message-ID: I have enabled STUN on SoftClient2 and now i can see RTP packets on the public ip of SoftClient2 in the wireshark captures of Freeswitch. *But still no sound!!!!!!!.* When i checked the capture at Softclient2 no RTP was received. Does one way media actually works with Freeswitch? Can we use origination_audio_mode parameter? On Thu, Aug 4, 2016 at 1:53 PM, Saurabh Verma wrote: > Hey Michael, > > Any suggestions to resolve the issue. > Shall we file a Jira on the same? > > > > > On Thu, Aug 4, 2016 at 1:00 PM, Michael Jerris wrote: > >> sounds like a bug >> >> >> On Thursday, August 4, 2016, Saurabh Verma wrote: >> >>> Hi >>> >>> I want to implement one way audio stream through Freeswitch(Default >>> Media Mode). >>> >>> >>> SoftClient1 -----------> Freeswitch --------------->SofClient2 >>> (will speak only) (will listen >>> only) >>> >>> >>> For this i have set *origination_audio_mode=sendonly* in the dialplan >>> at the time of bridge.After setting this parameter in freeswitch forward >>> the invite to b-leg with sendonly media attribute and hence SoftClient2 >>> replies with recvonly in 200OK.The packets flow like below: >>> >>> SoftClient1 --------------(sendrecv)----------------> >>> Freeswitch >>> -------------(sendonly)--------------> SoftClien2 >>> <-------------(sendrecv)---------------- >>> (origination_audio_mode=sendonly) <------------(recvonly)-------------- >>> >>> *Now the problem is I am not not able to hear any sound at SoftClient2.* >>> >>> When i checked the wireshark capture at Freeswitch i found that >>> Freeswitch is sending RTP packets on Private IP of SoftClient2 and not the >>> Public IP. >>> >>> If i remove this parameter,Freeswitch starts sending RTP to the public >>> IP and i am able to hear sound both way. >>> >>> Can i get some help on this? >>> *Why the Freeswitch server is sending the RTP packets on Private IP with >>> origination_audio_mode=sendonly?* >>> >>> >>> -- >>> *With Warm Regards:* >>> *Saurabh Kumar Verma* >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > *With Warm Regards:* > *Saurabh Kumar Verma* > -- *With Warm Regards:* *Saurabh Kumar Verma* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/0de69444/attachment-0001.html From mirkobrankovic at gmail.com Thu Aug 4 17:02:31 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Thu, 4 Aug 2016 15:02:31 +0200 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: exactly, or a 2-liner :) On Thu, Aug 4, 2016 at 2:11 PM, Andrew Cassidy < andrew at cassidywebservices.co.uk> wrote: > I might be able to sort this with a 1-liner... going to give it a go. > > > On 4 August 2016 at 12:47, Mirko Brankovic > wrote: > >> I had the same question. >> >> There is no fall back to previous codec that call was set up when t38 is >> negotiated no matter that was the sucess of that negotiation >> >> You can always file a feature/bug maybe request... >> mirko >> >> On Thu, Aug 4, 2016 at 1:33 PM, Andrew Cassidy < >> andrew at cassidywebservices.co.uk> wrote: >> >>> I'm getting the same with 1.6.9 >>> >>> Ideally I'd like FreeSWITCH to be able to determine on the fly that the >>> sender supports T38. >>> >>> Kind regards, >>> >>> On 4 August 2016 at 10:27, Mirko Brankovic >>> wrote: >>> >>>> From my experiance if you send t38 re-invite then FS will expect T38 >>>> even if remote side refuses it. >>>> >>>> If you wont to transcode you need to not send the re-invite. >>>> >>>> Get the scenario you need form here: >>>> https://wiki.freeswitch.org/wiki/Mod_spandsp#t38_gateway >>>> >>>> -mirko >>>> >>>> On Thu, Aug 4, 2016 at 10:55 AM, Andrew Cassidy < >>>> andrew at cassidywebservices.co.uk> wrote: >>>> >>>>> Good morning all, >>>>> >>>>> I've been playing with faxing and t38 over the last few days. I use a >>>>> wholesale provider who detects and reinvites for t38, and have implemented >>>>> the same in my systems. Passing t38 through unmodified is not an issue. >>>>> >>>>> The issue I do have, is in the event that the sender refuses the >>>>> reinvite, I'd like freeswitch to transcode. In theory, this is set up >>>>> correctly, but see this error message repeated over and over and ultimately >>>>> the fax fails: >>>>> >>>>> [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error >>>>> decoding UDPTL (172 bytes) >>>>> >>>>> Every other scenario I have worked through is working fine. >>>>> >>>>> For reference, the fax-specific dialplan entries: >>>>> >>>>> >>>>> >>>>> >>>>> >>>> data="nolocal:sip_execute_on_image=t38_gateway self" /> >>>>> >>>>> >>>>> Thanks in advance. >>>>> >>>>> -- >>>>> *Andrew Cassidy BSc (Hons) MBCS SSCA* >>>>> Managing Director >>>>> >>>>> 03303 880 960 andrew at cassidyweb.co.uk >>>>> www.cassidyweb.co.uk >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Mirko >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> *Andrew Cassidy BSc (Hons) MBCS SSCA* >>> Managing Director >>> >>> 03303 880 960 andrew at cassidyweb.co.uk >>> www.cassidyweb.co.uk >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/e520edc8/attachment.html From andrew at cassidywebservices.co.uk Thu Aug 4 17:30:27 2016 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 4 Aug 2016 14:30:27 +0100 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: Had a look at the code, I think the only real option is still "disable t.38 everywhere"... On 4 August 2016 at 14:02, Mirko Brankovic wrote: > exactly, or a 2-liner :) > > On Thu, Aug 4, 2016 at 2:11 PM, Andrew Cassidy < > andrew at cassidywebservices.co.uk> wrote: > >> I might be able to sort this with a 1-liner... going to give it a go. >> >> >> On 4 August 2016 at 12:47, Mirko Brankovic >> wrote: >> >>> I had the same question. >>> >>> There is no fall back to previous codec that call was set up when t38 is >>> negotiated no matter that was the sucess of that negotiation >>> >>> You can always file a feature/bug maybe request... >>> mirko >>> >>> On Thu, Aug 4, 2016 at 1:33 PM, Andrew Cassidy < >>> andrew at cassidywebservices.co.uk> wrote: >>> >>>> I'm getting the same with 1.6.9 >>>> >>>> Ideally I'd like FreeSWITCH to be able to determine on the fly that the >>>> sender supports T38. >>>> >>>> Kind regards, >>>> >>>> On 4 August 2016 at 10:27, Mirko Brankovic >>>> wrote: >>>> >>>>> From my experiance if you send t38 re-invite then FS will expect T38 >>>>> even if remote side refuses it. >>>>> >>>>> If you wont to transcode you need to not send the re-invite. >>>>> >>>>> Get the scenario you need form here: >>>>> https://wiki.freeswitch.org/wiki/Mod_spandsp#t38_gateway >>>>> >>>>> -mirko >>>>> >>>>> On Thu, Aug 4, 2016 at 10:55 AM, Andrew Cassidy < >>>>> andrew at cassidywebservices.co.uk> wrote: >>>>> >>>>>> Good morning all, >>>>>> >>>>>> I've been playing with faxing and t38 over the last few days. I use a >>>>>> wholesale provider who detects and reinvites for t38, and have implemented >>>>>> the same in my systems. Passing t38 through unmodified is not an issue. >>>>>> >>>>>> The issue I do have, is in the event that the sender refuses the >>>>>> reinvite, I'd like freeswitch to transcode. In theory, this is set up >>>>>> correctly, but see this error message repeated over and over and ultimately >>>>>> the fax fails: >>>>>> >>>>>> [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error >>>>>> decoding UDPTL (172 bytes) >>>>>> >>>>>> Every other scenario I have worked through is working fine. >>>>>> >>>>>> For reference, the fax-specific dialplan entries: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> data="nolocal:sip_execute_on_image=t38_gateway self" /> >>>>>> >>>>>> >>>>>> Thanks in advance. >>>>>> >>>>>> -- >>>>>> *Andrew Cassidy BSc (Hons) MBCS SSCA* >>>>>> Managing Director >>>>>> >>>>>> 03303 880 960 andrew at cassidyweb.co.uk >>>>>> www.cassidyweb.co.uk >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Mirko >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> *Andrew Cassidy BSc (Hons) MBCS SSCA* >>>> Managing Director >>>> >>>> 03303 880 960 andrew at cassidyweb.co.uk >>>> www.cassidyweb.co.uk >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> *Andrew Cassidy BSc (Hons) MBCS SSCA* >> Managing Director >> >> 03303 880 960 andrew at cassidyweb.co.uk >> www.cassidyweb.co.uk >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/594b2ccf/attachment-0001.html From brian at freeswitch.org Thu Aug 4 17:39:11 2016 From: brian at freeswitch.org (Brian West) Date: Thu, 4 Aug 2016 08:39:11 -0500 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: You also do NOT want pass thru set if you're doing this. On Thu, Aug 4, 2016 at 4:02 AM, Andrew Cassidy < andrew at cassidywebservices.co.uk> wrote: > Hi all, > > Just realised the server I'm having issues with is an old wheezy server > running 1.4.26. I will test with latest and report back. > > Kind regards, > > On 4 August 2016 at 09:55, Andrew Cassidy > wrote: > >> Good morning all, >> >> I've been playing with faxing and t38 over the last few days. I use a >> wholesale provider who detects and reinvites for t38, and have implemented >> the same in my systems. Passing t38 through unmodified is not an issue. >> >> The issue I do have, is in the event that the sender refuses the >> reinvite, I'd like freeswitch to transcode. In theory, this is set up >> correctly, but see this error message repeated over and over and ultimately >> the fax fails: >> >> [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error >> decoding UDPTL (172 bytes) >> >> Every other scenario I have worked through is working fine. >> >> For reference, the fax-specific dialplan entries: >> >> >> >> >> > data="nolocal:sip_execute_on_image=t38_gateway self" /> >> >> >> Thanks in advance. >> >> -- >> *Andrew Cassidy BSc (Hons) MBCS SSCA* >> Managing Director >> >> 03303 880 960 andrew at cassidyweb.co.uk >> www.cassidyweb.co.uk >> > > > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/6cba16fe/attachment.html From brian at freeswitch.org Thu Aug 4 18:10:17 2016 From: brian at freeswitch.org (Brian West) Date: Thu, 4 Aug 2016 09:10:17 -0500 Subject: [Freeswitch-users] origination_audio_mode in Freeswitch Dialplan In-Reply-To: References: Message-ID: How exactly are you setting this variable? On Thu, Aug 4, 2016 at 7:46 AM, Saurabh Verma wrote: > I have enabled STUN on SoftClient2 and now i can see RTP packets on the > public ip of SoftClient2 in the wireshark captures of Freeswitch. > > *But still no sound!!!!!!!.* > When i checked the capture at Softclient2 no RTP was received. > > Does one way media actually works with Freeswitch? > Can we use origination_audio_mode parameter? > > > > On Thu, Aug 4, 2016 at 1:53 PM, Saurabh Verma > wrote: > >> Hey Michael, >> >> Any suggestions to resolve the issue. >> Shall we file a Jira on the same? >> >> >> >> >> On Thu, Aug 4, 2016 at 1:00 PM, Michael Jerris wrote: >> >>> sounds like a bug >>> >>> >>> On Thursday, August 4, 2016, Saurabh Verma >>> wrote: >>> >>>> Hi >>>> >>>> I want to implement one way audio stream through Freeswitch(Default >>>> Media Mode). >>>> >>>> >>>> SoftClient1 -----------> Freeswitch --------------->SofClient2 >>>> (will speak only) (will listen >>>> only) >>>> >>>> >>>> For this i have set *origination_audio_mode=sendonly* in the dialplan >>>> at the time of bridge.After setting this parameter in freeswitch forward >>>> the invite to b-leg with sendonly media attribute and hence SoftClient2 >>>> replies with recvonly in 200OK.The packets flow like below: >>>> >>>> SoftClient1 --------------(sendrecv)----------------> >>>> Freeswitch >>>> -------------(sendonly)--------------> SoftClien2 >>>> <-------------(sendrecv)---------------- >>>> (origination_audio_mode=sendonly) <------------(recvonly)-------------- >>>> >>>> *Now the problem is I am not not able to hear any sound at SoftClient2.* >>>> >>>> When i checked the wireshark capture at Freeswitch i found that >>>> Freeswitch is sending RTP packets on Private IP of SoftClient2 and not the >>>> Public IP. >>>> >>>> If i remove this parameter,Freeswitch starts sending RTP to the public >>>> IP and i am able to hear sound both way. >>>> >>>> Can i get some help on this? >>>> *Why the Freeswitch server is sending the RTP packets on Private IP >>>> with origination_audio_mode=sendonly?* >>>> >>>> >>>> -- >>>> *With Warm Regards:* >>>> *Saurabh Kumar Verma* >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> *With Warm Regards:* >> *Saurabh Kumar Verma* >> > > > > -- > *With Warm Regards:* > *Saurabh Kumar Verma* > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/3bbfc428/attachment.html From mirkobrankovic at gmail.com Thu Aug 4 18:45:33 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Thu, 4 Aug 2016 16:45:33 +0200 Subject: [Freeswitch-users] conference video cordinates position Message-ID: Hi, Was anyone trying to get events like video position in the vid-layout? It would be cool to broadcast each video cordinates in event (maybe on each change) so that we can get something like [ALERT] mod_verto.c:5207 EVENT BROADCAST FSevent.custom::conference::maintenance { "eventChannel": "FSevent.custom::conference::maintenance", "data": { "Event-Name": "CUSTOM", "Core-UUID": "c4c53039-e6fa-4515-adb4-ce14a8674687", ... "Event-Subclass": "conference::maintenance", "Conference-Name": "mirko", "Conference-Size": "1", "Conference-Ghosts": "0", "Conference-Profile-Name": "test", "Conference-Unique-ID": "2db98498-8d54-4c3c-be4a-df03ddbd92e9", } } globals.enable_presence = SWITCH_TRUE; globals.enable_fs_events = SWITCH_TRUE; -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/cd985cd4/attachment-0001.html From andrew at cassidywebservices.co.uk Thu Aug 4 18:47:02 2016 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 4 Aug 2016 15:47:02 +0100 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: Ok lets go into details a little more: User <--> FS <--> Provider When User sends a fax, provider detects tones and renegotiates with t38. I can handle this case fine using sip_execute_on_image=t38_gateway Now, one way or another I also want the a-leg to be t38 if possible. Be that via reinvite from FS or sepcifically requested by User. I can't make this work at all. If FreeSWITCH renegotiates with User and User rejects T38, Freeswitch does not reinvite with the original codecs. If User requests t38, fax negotiation fails in some cases, although that may be irrelevant. So, here's my current configuration, that kind of works: To test the User end (in this case another FreeSWITCH box for testing): With T38: originate {execute_on_answer='t38_gateway peer',fax_verbose=true,ignore_early_media=true,fax_ident=xxxx,fax_header='Test Fax',absolute_codec_string=PCMA,origination_caller_id_number=xxxx}sofia/gateway/xxxx/xxxx &txfax('/home/andrew/test_fax.tiff') Without T38: originate {execute_on_answer='t38_gateway peer',fax_verbose=true,ignore_early_media=true,fax_ident=xxxx,fax_header='Test Fax',absolute_codec_string=PCMA,origination_caller_id_number=xxxx}sofia/gateway/xxxx/xxxx &txfax('/home/andrew/test_fax.tiff') However, the following fails: originate {fax_enable_t38=true,fax_enable_t38_request=true,fax_verbose=true,ignore_early_media=true,fax_ident=xxxx,fax_header='Test Fax',absolute_codec_string=PCMA,origination_caller_id_number=xxxx}sofia/gateway/xxxx/xxxx &txfax('/home/andrew/test_fax.tiff') I think this configuration will work for now, the User end can decide freely if they want to send t38 requests to FS or not. On 4 August 2016 at 14:39, Brian West wrote: > You also do NOT want pass thru set if you're doing this. > > On Thu, Aug 4, 2016 at 4:02 AM, Andrew Cassidy < > andrew at cassidywebservices.co.uk> wrote: > >> Hi all, >> >> Just realised the server I'm having issues with is an old wheezy server >> running 1.4.26. I will test with latest and report back. >> >> Kind regards, >> >> On 4 August 2016 at 09:55, Andrew Cassidy < >> andrew at cassidywebservices.co.uk> wrote: >> >>> Good morning all, >>> >>> I've been playing with faxing and t38 over the last few days. I use a >>> wholesale provider who detects and reinvites for t38, and have implemented >>> the same in my systems. Passing t38 through unmodified is not an issue. >>> >>> The issue I do have, is in the event that the sender refuses the >>> reinvite, I'd like freeswitch to transcode. In theory, this is set up >>> correctly, but see this error message repeated over and over and ultimately >>> the fax fails: >>> >>> [DEBUG] mod_spandsp_fax.c:1756 sofia/external/xxx at provider.com Error >>> decoding UDPTL (172 bytes) >>> >>> Every other scenario I have worked through is working fine. >>> >>> For reference, the fax-specific dialplan entries: >>> >>> >>> >>> >>> >> data="nolocal:sip_execute_on_image=t38_gateway self" /> >>> >>> >>> Thanks in advance. >>> >>> -- >>> *Andrew Cassidy BSc (Hons) MBCS SSCA* >>> Managing Director >>> >>> 03303 880 960 andrew at cassidyweb.co.uk >>> www.cassidyweb.co.uk >>> >> >> >> >> -- >> *Andrew Cassidy BSc (Hons) MBCS SSCA* >> Managing Director >> >> 03303 880 960 andrew at cassidyweb.co.uk >> www.cassidyweb.co.uk >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/4783e48a/attachment.html From mirkobrankovic at gmail.com Thu Aug 4 18:52:50 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Thu, 4 Aug 2016 16:52:50 +0200 Subject: [Freeswitch-users] conference video cordinates position In-Reply-To: References: Message-ID: damn i didn't finish the mail : so : well basicly to broadcast video position of each video stream, that will open a lot of options on client side, not only for displaying statuses like muted, but to give admin actions to mute ecact member ,.... I tried enabling fs events on verto, butr stilll don't see events like that: globals.enable_presence = SWITCH_TRUE; globals.enable_fs_events = SWITCH_TRUE; I'll try next to generate them in conference_video.c. If anyone tried or have solution for this please share it :) Thanks, Mirko On Thu, Aug 4, 2016 at 4:45 PM, Mirko Brankovic wrote: > Hi, > > Was anyone trying to get events like video position in the vid-layout? > It would be cool to broadcast each video cordinates in event (maybe on > each change) > so that we can get something like > [ALERT] mod_verto.c:5207 EVENT BROADCAST > FSevent.custom::conference::maintenance { > "eventChannel": "FSevent.custom::conference::maintenance", > "data": { > "Event-Name": "CUSTOM", > "Core-UUID": "c4c53039-e6fa-4515-adb4-ce14a8674687", > ... > "Event-Subclass": "conference::maintenance", > "Conference-Name": "mirko", > "Conference-Size": "1", > "Conference-Ghosts": "0", > "Conference-Profile-Name": "test", > "Conference-Unique-ID": "2db98498-8d54-4c3c-be4a-df03ddbd92e9", > > } > } > > > globals.enable_presence = SWITCH_TRUE; > globals.enable_fs_events = SWITCH_TRUE; > > > -- > Regards, > Mirko > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/2fc47269/attachment.html From steveayre at gmail.com Thu Aug 4 19:26:09 2016 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 4 Aug 2016 16:26:09 +0100 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: > more and more dual stack endpoint Bear in mind that the SDP contains 'IN IP4' or 'IN IP6' to pick the IP version so you aren't going to be a in position where they can pick at will from A and AAAA records for your FQDN. On 4 August 2016 at 13:25, Colin Morelli wrote: > Hey Steven, > > I did check that as well. So far as I can tell, most of the shared > portions of the SDP come from RFC 4566. The ICE additions in RFC 5245 also > claim to allow FQDNs for candidate addresses. > > My assumption is that it's just not commonly used. But it seems much > easier to support hostnames everywhere as more and more dual stack > endpoints. > > Any thoughts on a per-channel advertised address? > > Best, > Colin > > On Thu, Aug 4, 2016 at 8:14 AM Steven Ayre wrote: > >> Should point out that although it might be allowed in SDP's RFC that >> doesn't necessarily mean it isn't restricted by other WebRTC >> specifications. You'll probably want to look into those as well. >> >> On 4 August 2016 at 12:17, Colin Morelli wrote: >> >>> Steven, >>> >>> Thanks for the clarification - that's really helpful (it also means I >>> can go file browser bugs which I'll do) >>> >>> Agreed it'll cause interop issues (for example the ones seen in WebRTC). >>> It's too bad, because it could be helpful in a few different scenarios. >>> >>> That said, for now I'm just looking to slowly start using it on devices >>> that will have problems with IP addresses. Does anyone know if there's a >>> way, via a channel var, to set the advertised address in the SDP? >>> >>> Best, >>> Colin >>> >>> On Thu, Aug 4, 2016 at 7:03 AM Steven Ayre wrote: >>> >>>> RFC4566 5. SDP Specification >>>> "A session description can contain domain names in the "o=", "u=", "e=", >>>> "c=", and "a=" lines." >>>> >>>> It's a detail I'd expect some implementations may have skipped over >>>> though so I'd expect it could lead to interop issues. Also you need to >>>> assume it will resolve to the IP you expect, not necessarily the case if it >>>> resolves to multiple IPs for example or it has changed and the TTL has not >>>> expired yet. And it might not play well with SIP ALGs. I'd avoid it. That's >>>> not evidence based, purely gut instinct. >>>> >>>> >>>> >>>> >>>> >>>> On 3 August 2016 at 06:10, Michael Jerris wrote: >>>> >>>>> I have not once in my life seen someone use a hostname instead of an >>>>> ip in an sdp, and I do not believe it is legal. >>>>> >>>>> > On Aug 2, 2016, at 1:00 PM, Colin Morelli >>>>> wrote: >>>>> > >>>>> > Hey all, >>>>> > >>>>> > So it looks like WebRTC has issues dealing with hostnames in the SDP >>>>> instead of IP addresses. Particularly, when including a hostname in the SDP >>>>> there's no audio in either direction. This is the case in both the latest >>>>> Firefox + Chrome browsers. >>>>> > >>>>> > This is particularly problematic for applications that are WebRTC + >>>>> mobile, now that Apple is enforcing applications to support IPv6-only >>>>> networks. Using hostnames in the record-route and SDP addresses meets the >>>>> requirement since the OS will synthesize an IPv6 address when a DNS query >>>>> is performed, but according to the documentation they strongly urge >>>>> applications to avoid using address literals in their applications. >>>>> > >>>>> > Has anyone had success with methods to switch between advertising a >>>>> hostname vs IP address in the SDP? Or other methods for solving this >>>>> problem? >>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>> options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/862383e8/attachment-0001.html From colin.morelli at gmail.com Thu Aug 4 19:35:46 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Thu, 04 Aug 2016 15:35:46 +0000 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: True, but newer RFCs (6947 for example) are adding extensions such as "a=altc" which should allow you to advertise both IPv4 and IPv6 support in an SDP. Having simply a hostname could make that easier. But I see your point, if the two have to be advertised independently you might as well use IPs instead of hostnames - there's no clear advantage to be gained one way or the other. Best, Colin On Thu, Aug 4, 2016 at 11:29 AM Steven Ayre wrote: > > more and more dual stack endpoint > > Bear in mind that the SDP contains 'IN IP4' or 'IN IP6' to pick the IP > version so you aren't going to be a in position where they can pick at will > from A and AAAA records for your FQDN. > > On 4 August 2016 at 13:25, Colin Morelli wrote: > >> Hey Steven, >> >> I did check that as well. So far as I can tell, most of the shared >> portions of the SDP come from RFC 4566. The ICE additions in RFC 5245 also >> claim to allow FQDNs for candidate addresses. >> >> My assumption is that it's just not commonly used. But it seems much >> easier to support hostnames everywhere as more and more dual stack >> endpoints. >> >> Any thoughts on a per-channel advertised address? >> >> Best, >> Colin >> >> On Thu, Aug 4, 2016 at 8:14 AM Steven Ayre wrote: >> >>> Should point out that although it might be allowed in SDP's RFC that >>> doesn't necessarily mean it isn't restricted by other WebRTC >>> specifications. You'll probably want to look into those as well. >>> >>> On 4 August 2016 at 12:17, Colin Morelli >>> wrote: >>> >>>> Steven, >>>> >>>> Thanks for the clarification - that's really helpful (it also means I >>>> can go file browser bugs which I'll do) >>>> >>>> Agreed it'll cause interop issues (for example the ones seen in >>>> WebRTC). It's too bad, because it could be helpful in a few different >>>> scenarios. >>>> >>>> That said, for now I'm just looking to slowly start using it on devices >>>> that will have problems with IP addresses. Does anyone know if there's a >>>> way, via a channel var, to set the advertised address in the SDP? >>>> >>>> Best, >>>> Colin >>>> >>>> On Thu, Aug 4, 2016 at 7:03 AM Steven Ayre wrote: >>>> >>>>> RFC4566 5. SDP Specification >>>>> "A session description can contain domain names in the "o=", "u=", "e=", >>>>> "c=", and "a=" lines." >>>>> >>>>> It's a detail I'd expect some implementations may have skipped over >>>>> though so I'd expect it could lead to interop issues. Also you need to >>>>> assume it will resolve to the IP you expect, not necessarily the case if it >>>>> resolves to multiple IPs for example or it has changed and the TTL has not >>>>> expired yet. And it might not play well with SIP ALGs. I'd avoid it. That's >>>>> not evidence based, purely gut instinct. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On 3 August 2016 at 06:10, Michael Jerris wrote: >>>>> >>>>>> I have not once in my life seen someone use a hostname instead of an >>>>>> ip in an sdp, and I do not believe it is legal. >>>>>> >>>>>> > On Aug 2, 2016, at 1:00 PM, Colin Morelli >>>>>> wrote: >>>>>> > >>>>>> > Hey all, >>>>>> > >>>>>> > So it looks like WebRTC has issues dealing with hostnames in the >>>>>> SDP instead of IP addresses. Particularly, when including a hostname in the >>>>>> SDP there's no audio in either direction. This is the case in both the >>>>>> latest Firefox + Chrome browsers. >>>>>> > >>>>>> > This is particularly problematic for applications that are WebRTC + >>>>>> mobile, now that Apple is enforcing applications to support IPv6-only >>>>>> networks. Using hostnames in the record-route and SDP addresses meets the >>>>>> requirement since the OS will synthesize an IPv6 address when a DNS query >>>>>> is performed, but according to the documentation they strongly urge >>>>>> applications to avoid using address literals in their applications. >>>>>> > >>>>>> > Has anyone had success with methods to switch between advertising a >>>>>> hostname vs IP address in the SDP? Or other methods for solving this >>>>>> problem? >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/1e1ef766/attachment.html From saurabhkv01 at gmail.com Thu Aug 4 19:38:43 2016 From: saurabhkv01 at gmail.com (Saurabh Verma) Date: Thu, 4 Aug 2016 21:08:43 +0530 Subject: [Freeswitch-users] origination_audio_mode in Freeswitch Dialplan In-Reply-To: References: Message-ID: Hey Brian, I am setting it in *conf/dialplan/default.xml* file under Local_Extension like below: On Thu, Aug 4, 2016 at 7:40 PM, Brian West wrote: > How exactly are you setting this variable? > > > On Thu, Aug 4, 2016 at 7:46 AM, Saurabh Verma > wrote: > >> I have enabled STUN on SoftClient2 and now i can see RTP packets on the >> public ip of SoftClient2 in the wireshark captures of Freeswitch. >> >> *But still no sound!!!!!!!.* >> When i checked the capture at Softclient2 no RTP was received. >> >> Does one way media actually works with Freeswitch? >> Can we use origination_audio_mode parameter? >> >> >> >> On Thu, Aug 4, 2016 at 1:53 PM, Saurabh Verma >> wrote: >> >>> Hey Michael, >>> >>> Any suggestions to resolve the issue. >>> Shall we file a Jira on the same? >>> >>> >>> >>> >>> On Thu, Aug 4, 2016 at 1:00 PM, Michael Jerris wrote: >>> >>>> sounds like a bug >>>> >>>> >>>> On Thursday, August 4, 2016, Saurabh Verma >>>> wrote: >>>> >>>>> Hi >>>>> >>>>> I want to implement one way audio stream through Freeswitch(Default >>>>> Media Mode). >>>>> >>>>> >>>>> SoftClient1 -----------> Freeswitch --------------->SofClient2 >>>>> (will speak only) (will >>>>> listen only) >>>>> >>>>> >>>>> For this i have set *origination_audio_mode=sendonly* in the dialplan >>>>> at the time of bridge.After setting this parameter in freeswitch forward >>>>> the invite to b-leg with sendonly media attribute and hence SoftClient2 >>>>> replies with recvonly in 200OK.The packets flow like below: >>>>> >>>>> SoftClient1 --------------(sendrecv)----------------> >>>>> Freeswitch >>>>> -------------(sendonly)--------------> SoftClien2 >>>>> <-------------(sendrecv)---------------- >>>>> (origination_audio_mode=sendonly) <------------(recvonly)-------------- >>>>> >>>>> *Now the problem is I am not not able to hear any sound at >>>>> SoftClient2.* >>>>> >>>>> When i checked the wireshark capture at Freeswitch i found that >>>>> Freeswitch is sending RTP packets on Private IP of SoftClient2 and not the >>>>> Public IP. >>>>> >>>>> If i remove this parameter,Freeswitch starts sending RTP to the public >>>>> IP and i am able to hear sound both way. >>>>> >>>>> Can i get some help on this? >>>>> *Why the Freeswitch server is sending the RTP packets on Private IP >>>>> with origination_audio_mode=sendonly?* >>>>> >>>>> >>>>> -- >>>>> *With Warm Regards:* >>>>> *Saurabh Kumar Verma* >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> *With Warm Regards:* >>> *Saurabh Kumar Verma* >>> >> >> >> >> -- >> *With Warm Regards:* >> *Saurabh Kumar Verma* >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *With Warm Regards:* *Saurabh Kumar Verma* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/f3f3b129/attachment-0001.html From me at nevian.org Thu Aug 4 20:32:17 2016 From: me at nevian.org (Serge S. Yuriev) Date: Thu, 4 Aug 2016 19:32:17 +0300 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: Message-ID: <0653b408-601b-c367-34c4-8f9f93712373@nevian.org> Hi, Your with and without t38 looks same for me - is this by intent? I'm a little puzzled with your mail - have you every success? On 04/08/16 17:47, Andrew Cassidy wrote: > Ok lets go into details a little more: > > User <--> FS <--> Provider > > When User sends a fax, provider detects tones and renegotiates with t38. > I can handle this case fine using sip_execute_on_image=t38_gateway > > Now, one way or another I also want the a-leg to be t38 if possible. Be > that via reinvite from FS or sepcifically requested by User. I can't > make this work at all. > > If FreeSWITCH renegotiates with User and User rejects T38, Freeswitch > does not reinvite with the original codecs. > > If User requests t38, fax negotiation fails in some cases, although that > may be irrelevant. > > So, here's my current configuration, that kind of works: > > > > > To test the User end (in this case another FreeSWITCH box for testing): > > With T38: > > originate {execute_on_answer='t38_gateway > peer',fax_verbose=true,ignore_early_media=true,fax_ident=xxxx,fax_header='Test > Fax',absolute_codec_string=PCMA,origination_caller_id_number=xxxx}sofia/gateway/xxxx/xxxx > &txfax('/home/andrew/test_fax.tiff') > > Without T38: > > originate {execute_on_answer='t38_gateway > peer',fax_verbose=true,ignore_early_media=true,fax_ident=xxxx,fax_header='Test > Fax',absolute_codec_string=PCMA,origination_caller_id_number=xxxx}sofia/gateway/xxxx/xxxx > &txfax('/home/andrew/test_fax.tiff') > > However, the following fails: > > originate > {fax_enable_t38=true,fax_enable_t38_request=true,fax_verbose=true,ignore_early_media=true,fax_ident=xxxx,fax_header='Test > Fax',absolute_codec_string=PCMA,origination_caller_id_number=xxxx}sofia/gateway/xxxx/xxxx > &txfax('/home/andrew/test_fax.tiff') > > I think this configuration will work for now, the User end can decide > freely if they want to send t38 requests to FS or not. > > On 4 August 2016 at 14:39, Brian West > wrote: > > You also do NOT want pass thru set if you're doing this. > > On Thu, Aug 4, 2016 at 4:02 AM, Andrew Cassidy > > wrote: > > Hi all, > > Just realised the server I'm having issues with is an old wheezy > server running 1.4.26. I will test with latest and report back. > > Kind regards, > > On 4 August 2016 at 09:55, Andrew Cassidy > > wrote: > > Good morning all, > > I've been playing with faxing and t38 over the last few > days. I use a wholesale provider who detects and reinvites > for t38, and have implemented the same in my systems. > Passing t38 through unmodified is not an issue. > > The issue I do have, is in the event that the sender refuses > the reinvite, I'd like freeswitch to transcode. In theory, > this is set up correctly, but see this error message > repeated over and over and ultimately the fax fails: > > [DEBUG] mod_spandsp_fax.c:1756 > sofia/external/xxx at provider.com > Error decoding UDPTL (172 bytes) > > Every other scenario I have worked through is working fine. > > For reference, the fax-specific dialplan entries: > > > data="fax_enable_t38_request=true"/> > > data="nolocal:sip_execute_on_image=t38_gateway self" /> > data="execute_on_answer=t38_gateway peer" /> > > Thanks in advance. > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 > andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > > > > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > > */Brian West/* > brian at freeswitch.org > > > */Twitter: @FreeSWITCH , @briankwest/* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | > Reddit: /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 > | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Serge S. Yuriev Lead VoIP engineer From rick at magicmail.mooo.com Thu Aug 4 19:53:55 2016 From: rick at magicmail.mooo.com (Rick Jarvis) Date: Thu, 4 Aug 2016 16:53:55 +0100 Subject: [Freeswitch-users] Skype Message-ID: <9F01883B-FEAF-437B-8AFA-0C559863E067@magicmail.mooo.com> Skype are telling me that it is no longer possible to receive calls to Skype names / addresses (as appose to Skype numbers) via SIP with Skype Connect. Does anyone know if this is the case? Their support is awful, but this would seem a bit of a backward step, and I don?t know whether to trust what I?m being told. The alternative is Skypopen, of course. But I notice that it has a maximum of 6 concurrent calls. Is this for resource reasons? I?m thinking of building a server to handle all Skype to SIP calls for our customers, so would be interested to know if it?s possible to bypass the limit with a beefy spec?? Thanks R From lassi.romanainen at gmail.com Thu Aug 4 16:29:41 2016 From: lassi.romanainen at gmail.com (Lassi Romanainen) Date: Thu, 04 Aug 2016 12:29:41 +0000 Subject: [Freeswitch-users] Ad-hoc conferences with RFC 4579 Message-ID: Hi, I've been trying to find an example how to configure (or use, if no extra configuration is needed) Freeswitch for creating ad-hoc conferences described in RFC 4579. Has anyone bumped into one recently or maybe used Freeswitch in such manner? I'm trying to create conference rooms as described in this chapter: https://tools.ietf.org/html/rfc4579#page-16 (5.4. INVITE: Creating a Conference Using Ad-Hoc SIP Methods) Thnks beforehand for any pointers! Best regards, -Lassi Romanainen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/0c16c38b/attachment.html From bernd.kuhls at t-online.de Thu Aug 4 09:31:29 2016 From: bernd.kuhls at t-online.de (Bernd Kuhls) Date: Thu, 04 Aug 2016 07:31:29 +0200 Subject: [Freeswitch-users] g729 and uClibc References: Message-ID: Am Wed, 03 Aug 2016 09:30:16 -0500 schrieb Brian West: > Contact us, we may be better equipped to help address those scenarios now. Hi, is it possible to use your g729 module on a system using not glibc but uclibc. Trying to load it results in freeswitch at fli4l> load mod_com_g729 +OK Reloading XML -ERR [module load file routine returned an error] 2016-08-04 07:30:04.483071 [INFO] mod_enum.c:880 ENUM Reloaded 2016-08-04 07:30:04.483071 [CRIT] switch_loadable_module.c:1520 Error Loading module /usr/lib/freeswitch/mod/mod_com_g729.so **Unable to resolve symbol** Regards, Bernd From mike at jerris.com Thu Aug 4 21:14:03 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 4 Aug 2016 12:14:03 -0500 Subject: [Freeswitch-users] conference video cordinates position In-Reply-To: References: Message-ID: <509AFBC7-5077-49C2-BEC5-953A945DF790@jerris.com> we don?t currently have this in events, but we have discussed adding it. > On Aug 4, 2016, at 9:52 AM, Mirko Brankovic wrote: > > damn i didn't finish the mail : > > so : > > well basicly to broadcast video position of each video stream, that will open a lot of options on client side, not only for displaying statuses like muted, but to give admin actions to mute ecact member ,.... > > I tried enabling fs events on verto, butr stilll don't see events like that: > > globals.enable_presence = SWITCH_TRUE; > globals.enable_fs_events = SWITCH_TRUE; > > > I'll try next to generate them in conference_video.c. > > If anyone tried or have solution for this please share it :) > > Thanks, > Mirko > > > On Thu, Aug 4, 2016 at 4:45 PM, Mirko Brankovic > wrote: > Hi, > > Was anyone trying to get events like video position in the vid-layout? > It would be cool to broadcast each video cordinates in event (maybe on each change) > so that we can get something like > [ALERT] mod_verto.c:5207 EVENT BROADCAST FSevent.custom::conference::maintenance { > "eventChannel": "FSevent.custom::conference::maintenance", > "data": { > "Event-Name": "CUSTOM", > "Core-UUID": "c4c53039-e6fa-4515-adb4-ce14a8674687", > ... > "Event-Subclass": "conference::maintenance", > "Conference-Name": "mirko", > "Conference-Size": "1", > "Conference-Ghosts": "0", > "Conference-Profile-Name": "test", > "Conference-Unique-ID": "2db98498-8d54-4c3c-be4a-df03ddbd92e9", > > } > } > > > globals.enable_presence = SWITCH_TRUE; > globals.enable_fs_events = SWITCH_TRUE; -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/c3583c25/attachment.html From brian at freeswitch.org Thu Aug 4 21:26:37 2016 From: brian at freeswitch.org (Brian West) Date: Thu, 4 Aug 2016 12:26:37 -0500 Subject: [Freeswitch-users] g729 and uClibc In-Reply-To: References: Message-ID: Not currently. On Thu, Aug 4, 2016 at 12:31 AM, Bernd Kuhls wrote: > Am Wed, 03 Aug 2016 09:30:16 -0500 schrieb Brian West: > > > Contact us, we may be better equipped to help address those scenarios > now. > > Hi, > > is it possible to use your g729 module on a system using > not glibc but uclibc. Trying to load it results in > > freeswitch at fli4l> load mod_com_g729 > +OK Reloading XML > -ERR [module load file routine returned an error] > > 2016-08-04 07:30:04.483071 [INFO] mod_enum.c:880 ENUM Reloaded > 2016-08-04 07:30:04.483071 [CRIT] switch_loadable_module.c:1520 Error > Loading module /usr/lib/freeswitch/mod/mod_com_g729.so > **Unable to resolve symbol** > > Regards, Bernd > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/62410f14/attachment-0001.html From gmaruzz at gmail.com Thu Aug 4 21:34:29 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 4 Aug 2016 19:34:29 +0200 Subject: [Freeswitch-users] Skype In-Reply-To: <9F01883B-FEAF-437B-8AFA-0C559863E067@magicmail.mooo.com> References: <9F01883B-FEAF-437B-8AFA-0C559863E067@magicmail.mooo.com> Message-ID: About skypopen: I suspect they (M$) will retract support soon for the protocol/API used by mod_skypopen. Don't seriously invest in it until situation will clarify, probably in Autumn... 6 concurrent call limit can be overridden in many ways, but I repeat, I would not counseil to seriously invest in it until Autumn. I'm mod_skypopen author, btw. If someone has more info, please step up and let us know. -giovanni On Thu, Aug 4, 2016 at 5:53 PM, Rick Jarvis wrote: > Skype are telling me that it is no longer possible to receive calls to > Skype names / addresses (as appose to Skype numbers) via SIP with Skype > Connect. Does anyone know if this is the case? Their support is awful, but > this would seem a bit of a backward step, and I don?t know whether to trust > what I?m being told. > > The alternative is Skypopen, of course. But I notice that it has a maximum > of 6 concurrent calls. Is this for resource reasons? I?m thinking of > building a server to handle all Skype to SIP calls for our customers, so > would be interested to know if it?s possible to bypass the limit with a > beefy spec?? > > Thanks > R > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/02cb5adb/attachment.html From colin.morelli at gmail.com Thu Aug 4 21:52:12 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Thu, 04 Aug 2016 17:52:12 +0000 Subject: [Freeswitch-users] Jitsi + Freeswitch (and general questions about SFU) Message-ID: Hey there, Has anyone had success pairing up Freeswitch + Jitsi? Specifically I'm interested in the SFU capabilities of Jitsi to replace just the video conferencing portions of Freeswitch. I'm doing a lot of other things in FS that will continue to be important on their own (DTMF, voicemail, SIP + PSTN integration, etc), but the SFU support would be an awesome addition. I saw that there's a SIP <-> Jitsi bridge which looks like it might be promising - but I feel like the complexity would fairly quickly become overwhelming. Alternatively, I wonder how much work it would be to add video-mode="sfu" to mod_conference in FS. It's something that (in the future, not quite yet), I might be interested in taking a stab at. Has anyone come up with a list of things that would need to happen for SFU support? I might be a bit naive here, but it seems FS has most of the building blocks in place already, and mostly it would come down a) having a video stream selection process, and b) generating appropriate SDPs when participants are added/removed. I'm sure I must be missing something, though. Thoughts? Best, Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/41bdf095/attachment.html From colin.morelli at gmail.com Thu Aug 4 22:04:48 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Thu, 04 Aug 2016 18:04:48 +0000 Subject: [Freeswitch-users] Jitsi + Freeswitch (and general questions about SFU) In-Reply-To: References: Message-ID: For what it's worth I also understand FS would need to be able to push multiple video streams to each connected client, but given that FS can already handle audio + video streams, I assumed multi stream handling exists (though it may be limited to just 1 audio + 1 video - I haven't dug into this at all). On Thu, Aug 4, 2016 at 1:52 PM Colin Morelli wrote: > Hey there, > > Has anyone had success pairing up Freeswitch + Jitsi? Specifically I'm > interested in the SFU capabilities of Jitsi to replace just the video > conferencing portions of Freeswitch. I'm doing a lot of other things in FS > that will continue to be important on their own (DTMF, voicemail, SIP + > PSTN integration, etc), but the SFU support would be an awesome addition. I > saw that there's a SIP <-> Jitsi bridge which looks like it might be > promising - but I feel like the complexity would fairly quickly become > overwhelming. > > Alternatively, I wonder how much work it would be to add video-mode="sfu" > to mod_conference in FS. It's something that (in the future, not quite > yet), I might be interested in taking a stab at. Has anyone come up with a > list of things that would need to happen for SFU support? I might be a bit > naive here, but it seems FS has most of the building blocks in place > already, and mostly it would come down a) having a video stream selection > process, and b) generating appropriate SDPs when participants are > added/removed. I'm sure I must be missing something, though. > > Thoughts? > > Best, > Colin > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/9846bc82/attachment.html From anthony.minessale at gmail.com Thu Aug 4 22:16:04 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 4 Aug 2016 13:16:04 -0500 Subject: [Freeswitch-users] Jitsi + Freeswitch (and general questions about SFU) In-Reply-To: References: Message-ID: It will be a massive project to support SFU. It would be a hybrid of the 2 not an either/or. Its all been considered but there is less to gain from SFU so its not a priority. Unlike Jitsi, FS would have to actually implement the media side of the equation and dual support muxing and multi streaming where Jitsi enjoys only needing to provide signaling between browsers. FreeSWITCH is better suited to an MCU and we made a specific decision to focus on that but there might be a slow march towards these other things as time progresses and interest does or doesn't happen. On Thu, Aug 4, 2016 at 1:04 PM, Colin Morelli wrote: > For what it's worth I also understand FS would need to be able to push > multiple video streams to each connected client, but given that FS can > already handle audio + video streams, I assumed multi stream handling > exists (though it may be limited to just 1 audio + 1 video - I haven't dug > into this at all). > > On Thu, Aug 4, 2016 at 1:52 PM Colin Morelli > wrote: > >> Hey there, >> >> Has anyone had success pairing up Freeswitch + Jitsi? Specifically I'm >> interested in the SFU capabilities of Jitsi to replace just the video >> conferencing portions of Freeswitch. I'm doing a lot of other things in FS >> that will continue to be important on their own (DTMF, voicemail, SIP + >> PSTN integration, etc), but the SFU support would be an awesome addition. I >> saw that there's a SIP <-> Jitsi bridge which looks like it might be >> promising - but I feel like the complexity would fairly quickly become >> overwhelming. >> >> Alternatively, I wonder how much work it would be to add video-mode="sfu" >> to mod_conference in FS. It's something that (in the future, not quite >> yet), I might be interested in taking a stab at. Has anyone come up with a >> list of things that would need to happen for SFU support? I might be a bit >> naive here, but it seems FS has most of the building blocks in place >> already, and mostly it would come down a) having a video stream selection >> process, and b) generating appropriate SDPs when participants are >> added/removed. I'm sure I must be missing something, though. >> >> Thoughts? >> >> Best, >> Colin >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/63b1e29d/attachment-0001.html From rick at magicmail.mooo.com Thu Aug 4 22:27:10 2016 From: rick at magicmail.mooo.com (Rick Jarvis) Date: Thu, 4 Aug 2016 19:27:10 +0100 Subject: [Freeswitch-users] Skype In-Reply-To: References: <9F01883B-FEAF-437B-8AFA-0C559863E067@magicmail.mooo.com> Message-ID: Thanks for the info Giovanni. That would be a real shame if they do that (but it wouldn?t surprise me at all), I was gutted and extremely cynical when I heard about the acquisition. Do let me / us all know if you hear anything more. Can anyone confirm my suspicion about inbound skypename->sip calls? > On 4 Aug 2016, at 18:34, Giovanni Maruzzelli wrote: > > About skypopen: I suspect they (M$) will retract support soon for the protocol/API used by mod_skypopen. > > Don't seriously invest in it until situation will clarify, probably in Autumn... > > 6 concurrent call limit can be overridden in many ways, but I repeat, I would not counseil to seriously invest in it until Autumn. > > I'm mod_skypopen author, btw. > > If someone has more info, please step up and let us know. > > -giovanni > > On Thu, Aug 4, 2016 at 5:53 PM, Rick Jarvis > wrote: > Skype are telling me that it is no longer possible to receive calls to Skype names / addresses (as appose to Skype numbers) via SIP with Skype Connect. Does anyone know if this is the case? Their support is awful, but this would seem a bit of a backward step, and I don?t know whether to trust what I?m being told. > > The alternative is Skypopen, of course. But I notice that it has a maximum of 6 concurrent calls. Is this for resource reasons? I?m thinking of building a server to handle all Skype to SIP calls for our customers, so would be interested to know if it?s possible to bypass the limit with a beefy spec?? > > Thanks > R > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/db4d26ae/attachment.html From colin.morelli at gmail.com Thu Aug 4 22:34:11 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Thu, 04 Aug 2016 18:34:11 +0000 Subject: [Freeswitch-users] Jitsi + Freeswitch (and general questions about SFU) In-Reply-To: References: Message-ID: Anthony, Thanks for the quick reply. Could you elaborate more on the need for FS to support a hybrid mux/multi stream model (for a single conference?) I'd love to understand more about this so I can wrap my head around the efforts involved. I wonder if there's a phase 1 that could be reached where you'd be forced to choose between SFU/MCU modes? Understanding that it might sacrifice compatibility with clients that can't accept multiple video streams, or the particular codecs that are used on a stream, I would think this allows FS to *at least* play the role that Jitsi would play today - and allow for future enhancements. I think MCU makes a lot of sense for many deployments - and is very sensible to support. The two concerns I personally have with MCU are a) the obvious CPU constraints imposed on the hosts, but more concerning is 2) the UX constraints it imposes on the resulting interfaces. #2 becomes increasingly relevant as WebRTC/mobile/desktop clients become more and more prevalent. Best, Colin On Thu, Aug 4, 2016 at 2:18 PM Anthony Minessale < anthony.minessale at gmail.com> wrote: > It will be a massive project to support SFU. It would be a hybrid of the > 2 not an either/or. Its all been considered but there is less to gain from > SFU so its not a priority. > Unlike Jitsi, FS would have to actually implement the media side of the > equation and dual support muxing and multi streaming where Jitsi enjoys > only needing to provide signaling between browsers. > FreeSWITCH is better suited to an MCU and we made a specific decision to > focus on that but there might be a slow march towards these other things as > time progresses and interest does or doesn't happen. > > > On Thu, Aug 4, 2016 at 1:04 PM, Colin Morelli > wrote: > >> For what it's worth I also understand FS would need to be able to push >> multiple video streams to each connected client, but given that FS can >> already handle audio + video streams, I assumed multi stream handling >> exists (though it may be limited to just 1 audio + 1 video - I haven't dug >> into this at all). >> >> On Thu, Aug 4, 2016 at 1:52 PM Colin Morelli >> wrote: >> >>> Hey there, >>> >>> Has anyone had success pairing up Freeswitch + Jitsi? Specifically I'm >>> interested in the SFU capabilities of Jitsi to replace just the video >>> conferencing portions of Freeswitch. I'm doing a lot of other things in FS >>> that will continue to be important on their own (DTMF, voicemail, SIP + >>> PSTN integration, etc), but the SFU support would be an awesome addition. I >>> saw that there's a SIP <-> Jitsi bridge which looks like it might be >>> promising - but I feel like the complexity would fairly quickly become >>> overwhelming. >>> >>> Alternatively, I wonder how much work it would be to add >>> video-mode="sfu" to mod_conference in FS. It's something that (in the >>> future, not quite yet), I might be interested in taking a stab at. Has >>> anyone come up with a list of things that would need to happen for SFU >>> support? I might be a bit naive here, but it seems FS has most of the >>> building blocks in place already, and mostly it would come down a) having a >>> video stream selection process, and b) generating appropriate SDPs when >>> participants are added/removed. I'm sure I must be missing something, >>> though. >>> >>> Thoughts? >>> >>> Best, >>> Colin >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/0d3af15a/attachment.html From mike at jerris.com Thu Aug 4 22:55:41 2016 From: mike at jerris.com (Michael Jerris) Date: Thu, 4 Aug 2016 14:55:41 -0400 Subject: [Freeswitch-users] Jitsi + Freeswitch (and general questions about SFU) In-Reply-To: References: Message-ID: how many clients are you talking about? You may want to look closely, particularly at mobile clients, as they wont gracefully handle multiple streams, they don't have the processor to handle that much video decode, and often don't have the bandwidth either. On Thursday, August 4, 2016, Colin Morelli wrote: > Anthony, > > Thanks for the quick reply. > > Could you elaborate more on the need for FS to support a hybrid mux/multi > stream model (for a single conference?) I'd love to understand more about > this so I can wrap my head around the efforts involved. I wonder if there's > a phase 1 that could be reached where you'd be forced to choose between > SFU/MCU modes? Understanding that it might sacrifice compatibility with > clients that can't accept multiple video streams, or the particular codecs > that are used on a stream, I would think this allows FS to *at least* play > the role that Jitsi would play today - and allow for future enhancements. > > I think MCU makes a lot of sense for many deployments - and is very > sensible to support. The two concerns I personally have with MCU are a) the > obvious CPU constraints imposed on the hosts, but more concerning is 2) the > UX constraints it imposes on the resulting interfaces. #2 becomes > increasingly relevant as WebRTC/mobile/desktop clients become more and more > prevalent. > > Best, > Colin > > On Thu, Aug 4, 2016 at 2:18 PM Anthony Minessale < > anthony.minessale at gmail.com > > wrote: > >> It will be a massive project to support SFU. It would be a hybrid of the >> 2 not an either/or. Its all been considered but there is less to gain from >> SFU so its not a priority. >> Unlike Jitsi, FS would have to actually implement the media side of the >> equation and dual support muxing and multi streaming where Jitsi enjoys >> only needing to provide signaling between browsers. >> FreeSWITCH is better suited to an MCU and we made a specific decision to >> focus on that but there might be a slow march towards these other things as >> time progresses and interest does or doesn't happen. >> >> >> On Thu, Aug 4, 2016 at 1:04 PM, Colin Morelli > > wrote: >> >>> For what it's worth I also understand FS would need to be able to push >>> multiple video streams to each connected client, but given that FS can >>> already handle audio + video streams, I assumed multi stream handling >>> exists (though it may be limited to just 1 audio + 1 video - I haven't dug >>> into this at all). >>> >>> On Thu, Aug 4, 2016 at 1:52 PM Colin Morelli >> > wrote: >>> >>>> Hey there, >>>> >>>> Has anyone had success pairing up Freeswitch + Jitsi? Specifically I'm >>>> interested in the SFU capabilities of Jitsi to replace just the video >>>> conferencing portions of Freeswitch. I'm doing a lot of other things in FS >>>> that will continue to be important on their own (DTMF, voicemail, SIP + >>>> PSTN integration, etc), but the SFU support would be an awesome addition. I >>>> saw that there's a SIP <-> Jitsi bridge which looks like it might be >>>> promising - but I feel like the complexity would fairly quickly become >>>> overwhelming. >>>> >>>> Alternatively, I wonder how much work it would be to add >>>> video-mode="sfu" to mod_conference in FS. It's something that (in the >>>> future, not quite yet), I might be interested in taking a stab at. Has >>>> anyone come up with a list of things that would need to happen for SFU >>>> support? I might be a bit naive here, but it seems FS has most of the >>>> building blocks in place already, and mostly it would come down a) having a >>>> video stream selection process, and b) generating appropriate SDPs when >>>> participants are added/removed. I'm sure I must be missing something, >>>> though. >>>> >>>> Thoughts? >>>> >>>> Best, >>>> Colin >>>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org >> ? >> +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/6249a5a6/attachment-0001.html From anthony.minessale at gmail.com Thu Aug 4 23:07:46 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 4 Aug 2016 14:07:46 -0500 Subject: [Freeswitch-users] Jitsi + Freeswitch (and general questions about SFU) In-Reply-To: References: Message-ID: On Thu, Aug 4, 2016 at 1:34 PM, Colin Morelli wrote: > Anthony, > > Thanks for the quick reply. > > Could you elaborate more on the need for FS to support a hybrid mux/multi > stream model (for a single conference?) I'd love to understand more about > this so I can wrap my head around the efforts involved. I wonder if there's > a phase 1 that could be reached where you'd be forced to choose between > SFU/MCU modes? Understanding that it might sacrifice compatibility with > clients that can't accept multiple video streams, or the particular codecs > that are used on a stream, I would think this allows FS to *at least* play > the role that Jitsi would play today - and allow for future enhancements. > If FS just did signaling forwarding the majority of the functionality would be in the html5 side. At that point it would just be copying what Jitsi can already do. With the limited time (by time I am talking about the rest of the 2000's) we have to focus on things that add new relevance. It would be kind of like adding sip proxy features despite the existence of 2 major SIP Proxy Implementations. > > I think MCU makes a lot of sense for many deployments - and is very > sensible to support. The two concerns I personally have with MCU are a) the > obvious CPU constraints imposed on the hosts, but more concerning is 2) the > UX constraints it imposes on the resulting interfaces. #2 becomes > increasingly relevant as WebRTC/mobile/desktop clients become more and more > prevalent. > > There is an endless flow, like the tide of the ocean, back and forth between putting work on the client vs the server side. Like Jerris said, mobile devices (even some small laptops) nearly overheat with 4 or 5 video streams up and also those video streams are all low resolution to compensate. I don't say one or the other is better, its all science. My ClueCon presentation last year was all about this. > Best, > Colin > > On Thu, Aug 4, 2016 at 2:18 PM Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> It will be a massive project to support SFU. It would be a hybrid of the >> 2 not an either/or. Its all been considered but there is less to gain from >> SFU so its not a priority. >> Unlike Jitsi, FS would have to actually implement the media side of the >> equation and dual support muxing and multi streaming where Jitsi enjoys >> only needing to provide signaling between browsers. >> FreeSWITCH is better suited to an MCU and we made a specific decision to >> focus on that but there might be a slow march towards these other things as >> time progresses and interest does or doesn't happen. >> >> >> On Thu, Aug 4, 2016 at 1:04 PM, Colin Morelli >> wrote: >> >>> For what it's worth I also understand FS would need to be able to push >>> multiple video streams to each connected client, but given that FS can >>> already handle audio + video streams, I assumed multi stream handling >>> exists (though it may be limited to just 1 audio + 1 video - I haven't dug >>> into this at all). >>> >>> On Thu, Aug 4, 2016 at 1:52 PM Colin Morelli >>> wrote: >>> >>>> Hey there, >>>> >>>> Has anyone had success pairing up Freeswitch + Jitsi? Specifically I'm >>>> interested in the SFU capabilities of Jitsi to replace just the video >>>> conferencing portions of Freeswitch. I'm doing a lot of other things in FS >>>> that will continue to be important on their own (DTMF, voicemail, SIP + >>>> PSTN integration, etc), but the SFU support would be an awesome addition. I >>>> saw that there's a SIP <-> Jitsi bridge which looks like it might be >>>> promising - but I feel like the complexity would fairly quickly become >>>> overwhelming. >>>> >>>> Alternatively, I wonder how much work it would be to add >>>> video-mode="sfu" to mod_conference in FS. It's something that (in the >>>> future, not quite yet), I might be interested in taking a stab at. Has >>>> anyone come up with a list of things that would need to happen for SFU >>>> support? I might be a bit naive here, but it seems FS has most of the >>>> building blocks in place already, and mostly it would come down a) having a >>>> video stream selection process, and b) generating appropriate SDPs when >>>> participants are added/removed. I'm sure I must be missing something, >>>> though. >>>> >>>> Thoughts? >>>> >>>> Best, >>>> Colin >>>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/3aee194e/attachment.html From colin.morelli at gmail.com Thu Aug 4 23:26:00 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Thu, 04 Aug 2016 19:26:00 +0000 Subject: [Freeswitch-users] Jitsi + Freeswitch (and general questions about SFU) In-Reply-To: References: Message-ID: (Anthony, response to you is below Michael's response to consolidate messages). Apologies in advance for the long reply - but love the discussion. Hey Michael, It's not so much the number of clients that is problematic but rather the difficulty of capacity planning when operations become increasingly more expensive. It presses towards building a smaller number of very large FS instances, over a smaller number of medium sized ones that you could get away with for audio + network traffic. The system I'm building is multi-tenant, and there's application code written around distributing conferences across FS hosts. But say an FS host has 80% CPU, it's hard to know in advance if a conference I'm about to place there will turn into a 10 person video chat or a 2 person audio chat. With an MCU approach, there's a very real possibility that if 10 people join I exhaust CPU and run into issues. Whereas with an SFU, there's much less risk of any one conference pushing over that edge, because that 20% can still handle a considerable number of clients. It just makes the capacity planning and distribution process easier when a typical video conference consumes a very small number of CPU resources. As far as the second comment - I agree. Certain devices may be limited in their processing power. But mobile devices are *also* limited in screen real state, so there may not be an MCU layout that works well for a combination of both mobile and desktop devices. With an SFU approach, you could choose to receive all streams on the mobile device but only decode 2 or 3 of them (at the application's discretion), and lay them out in a way that is optimal for that device. It wastes network bandwidth, but preserves experience. You could do similar with a canvas per caller, but then you're even further increasing the cost on the server. In any case I'm not intending to argue that SFU is a better approach generally (or argue at all for that matter), just trying to better understand the required additions to FS to make it happen. With the addition of mod_verto and full native WebRTC support, having an SFU capability would allow FS to cater to the FaceTime/Hangouts/Skype types of applications with highly customized (and hopefully optimized) experiences. Anthony, I agree that what I'm referring to would be little more than a replication of what Jitsi does, but the "value add" would be having it baked directly into mod_conference with no need to interface with another product. I'm finding it hard to rationalize how I would get Jitsi Video Bridge working with Freeswitch in a way that doesn't cause more problems than it solves - and FS caters to far more use cases independently than Jitsi can. To clarify, I'm not asking anyone here to contribute the code - rather just looking for any pointers on what it might take. If SFU were to be added as an exclusive *OR* with the current canvas muxing, is this a PR that the FS would accept? Or is it a requirement that it be able to operate in a hybrid MCU + SFU mode? I'm still not quite sure how useful that would be, though - except in the cases of better supporting mobile (for which there are SFU workarounds), or older devices that don't do multi-stream (seems unlikely that these use cases would want SFU in the first place though). Sorry again if I'm annoying anyone! I'm really just looking for the dialog/hoping to learn more. Best, Colin On Thu, Aug 4, 2016 at 2:59 PM Michael Jerris wrote: > how many clients are you talking about? You may want to look closely, > particularly at mobile clients, as they wont gracefully handle multiple > streams, they don't have the processor to handle that much video decode, > and often don't have the bandwidth either. > > On Thursday, August 4, 2016, Colin Morelli > wrote: > >> Anthony, >> >> Thanks for the quick reply. >> >> Could you elaborate more on the need for FS to support a hybrid mux/multi >> stream model (for a single conference?) I'd love to understand more about >> this so I can wrap my head around the efforts involved. I wonder if there's >> a phase 1 that could be reached where you'd be forced to choose between >> SFU/MCU modes? Understanding that it might sacrifice compatibility with >> clients that can't accept multiple video streams, or the particular codecs >> that are used on a stream, I would think this allows FS to *at least* play >> the role that Jitsi would play today - and allow for future enhancements. >> >> I think MCU makes a lot of sense for many deployments - and is very >> sensible to support. The two concerns I personally have with MCU are a) the >> obvious CPU constraints imposed on the hosts, but more concerning is 2) the >> UX constraints it imposes on the resulting interfaces. #2 becomes >> increasingly relevant as WebRTC/mobile/desktop clients become more and more >> prevalent. >> >> Best, >> Colin >> >> On Thu, Aug 4, 2016 at 2:18 PM Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> It will be a massive project to support SFU. It would be a hybrid of >>> the 2 not an either/or. Its all been considered but there is less to gain >>> from SFU so its not a priority. >>> Unlike Jitsi, FS would have to actually implement the media side of the >>> equation and dual support muxing and multi streaming where Jitsi enjoys >>> only needing to provide signaling between browsers. >>> FreeSWITCH is better suited to an MCU and we made a specific decision to >>> focus on that but there might be a slow march towards these other things as >>> time progresses and interest does or doesn't happen. >>> >>> >>> On Thu, Aug 4, 2016 at 1:04 PM, Colin Morelli >>> wrote: >>> >>>> For what it's worth I also understand FS would need to be able to push >>>> multiple video streams to each connected client, but given that FS can >>>> already handle audio + video streams, I assumed multi stream handling >>>> exists (though it may be limited to just 1 audio + 1 video - I haven't dug >>>> into this at all). >>>> >>>> On Thu, Aug 4, 2016 at 1:52 PM Colin Morelli >>>> wrote: >>>> >>>>> Hey there, >>>>> >>>>> Has anyone had success pairing up Freeswitch + Jitsi? Specifically I'm >>>>> interested in the SFU capabilities of Jitsi to replace just the video >>>>> conferencing portions of Freeswitch. I'm doing a lot of other things in FS >>>>> that will continue to be important on their own (DTMF, voicemail, SIP + >>>>> PSTN integration, etc), but the SFU support would be an awesome addition. I >>>>> saw that there's a SIP <-> Jitsi bridge which looks like it might be >>>>> promising - but I feel like the complexity would fairly quickly become >>>>> overwhelming. >>>>> >>>>> Alternatively, I wonder how much work it would be to add >>>>> video-mode="sfu" to mod_conference in FS. It's something that (in the >>>>> future, not quite yet), I might be interested in taking a stab at. Has >>>>> anyone come up with a list of things that would need to happen for SFU >>>>> support? I might be a bit naive here, but it seems FS has most of the >>>>> building blocks in place already, and mostly it would come down a) having a >>>>> video stream selection process, and b) generating appropriate SDPs when >>>>> participants are added/removed. I'm sure I must be missing something, >>>>> though. >>>>> >>>>> Thoughts? >>>>> >>>>> Best, >>>>> Colin >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/569ac85f/attachment-0001.html From hawkins at hawkinsegroup.com Thu Aug 4 23:51:51 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 14:51:51 -0500 Subject: [Freeswitch-users] CURL from Lua Script Message-ID: root at debian:/usr/share/freeswitch/scripts# vi test.lua api = freeswitch.API(); api:execute("curl", "http://myurl.com/test3.php post name1=value1") Snatched the code straight from the the example shown at the URL below. FS does execute the script but never reaches my URL with the POST request. Did I miss something? https://freeswitch.org/confluence/display/FREESWITCH/mod_curl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/fd6f1626/attachment.html From sdame at 207me.com Thu Aug 4 23:58:55 2016 From: sdame at 207me.com (Stephen Dame) Date: Thu, 4 Aug 2016 15:58:55 -0400 Subject: [Freeswitch-users] Skype In-Reply-To: References: <9F01883B-FEAF-437B-8AFA-0C559863E067@magicmail.mooo.com> Message-ID: <004901d1ee8a$a27c07b0$e7741710$@207me.com> I use skype names to sip calls into freeswitch, currently in production since 2011 for internet talk radio solution that uses FreeSWITCH. Just buy sip channels and point to sip profile and you get concurrent unlimited calls for $6 port. I haven?t tried adding new ones recently. Buts its really easy to test. They use to connect in 10-15 seconds, seems like now it is more like 30-45 seconds before it hits freeswitch. Regards, Stephen HostBBB ? Online Learning Solutions 207 Technology Group Inc. 1-888-229-9756 skype: Stephen_Dame From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Rick Jarvis Sent: Thursday, August 04, 2016 2:27 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Skype Thanks for the info Giovanni. That would be a real shame if they do that (but it wouldn?t surprise me at all), I was gutted and extremely cynical when I heard about the acquisition. Do let me / us all know if you hear anything more. Can anyone confirm my suspicion about inbound skypename->sip calls? On 4 Aug 2016, at 18:34, Giovanni Maruzzelli > wrote: About skypopen: I suspect they (M$) will retract support soon for the protocol/API used by mod_skypopen. Don't seriously invest in it until situation will clarify, probably in Autumn... 6 concurrent call limit can be overridden in many ways, but I repeat, I would not counseil to seriously invest in it until Autumn. I'm mod_skypopen author, btw. If someone has more info, please step up and let us know. -giovanni On Thu, Aug 4, 2016 at 5:53 PM, Rick Jarvis > wrote: Skype are telling me that it is no longer possible to receive calls to Skype names / addresses (as appose to Skype numbers) via SIP with Skype Connect. Does anyone know if this is the case? Their support is awful, but this would seem a bit of a backward step, and I don?t know whether to trust what I?m being told. The alternative is Skypopen, of course. But I notice that it has a maximum of 6 concurrent calls. Is this for resource reasons? I?m thinking of building a server to handle all Skype to SIP calls for our customers, so would be interested to know if it?s possible to bypass the limit with a beefy spec?? Thanks R _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/e13e5a42/attachment.html From rick at magicmail.mooo.com Fri Aug 5 00:20:21 2016 From: rick at magicmail.mooo.com (Rick Jarvis) Date: Thu, 4 Aug 2016 21:20:21 +0100 Subject: [Freeswitch-users] Skype In-Reply-To: <004901d1ee8a$a27c07b0$e7741710$@207me.com> References: <9F01883B-FEAF-437B-8AFA-0C559863E067@magicmail.mooo.com> <004901d1ee8a$a27c07b0$e7741710$@207me.com> Message-ID: Thanks Stephen. Do you find that you can allocate your Skype manager users to profiles, or do you have to actually log into the account you want to receive calls for? 30-45 seconds set up time(!) makes you wonder what they?re doing with it! > On 4 Aug 2016, at 20:58, Stephen Dame wrote: > > I use skype names to sip calls into freeswitch, currently in production since 2011 for internet talk radio solution that uses FreeSWITCH. > > Just buy sip channels and point to sip profile and you get concurrent unlimited calls for $6 port. > > I haven?t tried adding new ones recently. Buts its really easy to test. > > They use to connect in 10-15 seconds, seems like now it is more like 30-45 seconds before it hits freeswitch. > > Regards, > Stephen > > HostBBB ? Online Learning Solutions > 207 Technology Group Inc. 1-888-229-9756 skype: Stephen_Dame > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Rick Jarvis > Sent: Thursday, August 04, 2016 2:27 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Skype > > Thanks for the info Giovanni. That would be a real shame if they do that (but it wouldn?t surprise me at all), I was gutted and extremely cynical when I heard about the acquisition. Do let me / us all know if you hear anything more. > > Can anyone confirm my suspicion about inbound skypename->sip calls? > >> On 4 Aug 2016, at 18:34, Giovanni Maruzzelli > wrote: >> >> About skypopen: I suspect they (M$) will retract support soon for the protocol/API used by mod_skypopen. >> >> Don't seriously invest in it until situation will clarify, probably in Autumn... >> >> 6 concurrent call limit can be overridden in many ways, but I repeat, I would not counseil to seriously invest in it until Autumn. >> >> I'm mod_skypopen author, btw. >> >> If someone has more info, please step up and let us know. >> >> -giovanni >> >> On Thu, Aug 4, 2016 at 5:53 PM, Rick Jarvis > wrote: >>> Skype are telling me that it is no longer possible to receive calls to Skype names / addresses (as appose to Skype numbers) via SIP with Skype Connect. Does anyone know if this is the case? Their support is awful, but this would seem a bit of a backward step, and I don?t know whether to trust what I?m being told. >>> >>> The alternative is Skypopen, of course. But I notice that it has a maximum of 6 concurrent calls. Is this for resource reasons? I?m thinking of building a server to handle all Skype to SIP calls for our customers, so would be interested to know if it?s possible to bypass the limit with a beefy spec?? >>> >>> Thanks >>> R >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/10d2a8b4/attachment-0001.html From hawkins at hawkinsegroup.com Fri Aug 5 00:23:36 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 15:23:36 -0500 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: Tried the other way as well (without the API) session:execute("curl", "http://myurl.com/test3.php post name=myname") curl_response_code = session:getVariable("curl_response_code") curl_response = session:getVariable("curl_response_data") Getting this error: [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: attempt to index global 'session' (a nil value) stack traceback: /usr/share/freeswitch/scripts/test.lua:1: in main chunk On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins wrote: > root at debian:/usr/share/freeswitch/scripts# vi test.lua > > api = freeswitch.API(); > api:execute("curl", "http://myurl.com/test3.php post name1=value1") > > > Snatched the code straight from the the example shown at the URL below. FS > does execute the script but never reaches my URL with the POST request. Did > I miss something? > > https://freeswitch.org/confluence/display/FREESWITCH/mod_curl > > > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/04d18de4/attachment.html From abaci64 at gmail.com Fri Aug 5 01:35:50 2016 From: abaci64 at gmail.com (Abaci B) Date: Thu, 4 Aug 2016 17:35:50 -0400 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: you can't run session:execute() if there is no active session. if you run it outside a call you can (for testing) maybe try running local session = freeswitch.Session() before running the curl On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins wrote: > Tried the other way as well (without the API) > > session:execute("curl", "http://myurl.com/test3.php post name=myname") > curl_response_code = session:getVariable("curl_response_code") > curl_response = session:getVariable("curl_response_data") > > Getting this error: > > [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: attempt > to index global 'session' (a nil value) > stack traceback: > /usr/share/freeswitch/scripts/test.lua:1: in main chunk > > > On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins > wrote: > >> root at debian:/usr/share/freeswitch/scripts# vi test.lua >> >> api = freeswitch.API(); >> api:execute("curl", "http://myurl.com/test3.php post name1=value1") >> >> >> Snatched the code straight from the the example shown at the URL below. >> FS does execute the script but never reaches my URL with the POST request. >> Did I miss something? >> >> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >> >> >> > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/c03e88b7/attachment.html From s.safarov at gmail.com Fri Aug 5 01:48:42 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 04 Aug 2016 21:48:42 +0000 Subject: [Freeswitch-users] Ad-hoc conferences with RFC 4579 In-Reply-To: References: Message-ID: Look at FS-7259 ??, 4 ???. 2016 ?. ? 20:11, Lassi Romanainen : > Hi, > > I've been trying to find an example how to configure (or use, if no extra > configuration is needed) Freeswitch for creating ad-hoc conferences > described in RFC 4579. Has anyone bumped into one recently or maybe used > Freeswitch in such manner? > > I'm trying to create conference rooms as described in this chapter: > https://tools.ietf.org/html/rfc4579#page-16 > (5.4. INVITE: Creating a Conference Using Ad-Hoc SIP Methods) > > Thnks beforehand for any pointers! > > Best regards, > > -Lassi Romanainen > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/f3f66081/attachment.html From hawkins at hawkinsegroup.com Fri Aug 5 02:21:32 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 17:21:32 -0500 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: mod_curl wasan't running, I overlooked that. Working fine now with the API version. On Thu, Aug 4, 2016 at 4:35 PM, Abaci B wrote: > you can't run session:execute() if there is no active session. if you run > it outside a call you can (for testing) maybe try running local session = > freeswitch.Session() before running the curl > > On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins > wrote: > >> Tried the other way as well (without the API) >> >> session:execute("curl", "http://myurl.com/test3.php post name=myname") >> curl_response_code = session:getVariable("curl_response_code") >> curl_response = session:getVariable("curl_response_data") >> >> Getting this error: >> >> [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: attempt >> to index global 'session' (a nil value) >> stack traceback: >> /usr/share/freeswitch/scripts/test.lua:1: in main chunk >> >> >> On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins >> wrote: >> >>> root at debian:/usr/share/freeswitch/scripts# vi test.lua >>> >>> api = freeswitch.API(); >>> api:execute("curl", "http://myurl.com/test3.php post name1=value1") >>> >>> >>> Snatched the code straight from the the example shown at the URL below. >>> FS does execute the script but never reaches my URL with the POST request. >>> Did I miss something? >>> >>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>> >>> >>> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/c9ebebb1/attachment-0001.html From hawkins at hawkinsegroup.com Fri Aug 5 02:25:03 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 17:25:03 -0500 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: Sorry, one more question. How can I pass session/channel variables in the CURL request? ie. ${uuid} post_response = api:execute("curl", " http://myurl.com/test3.php?event=answer&uuid=${uuid}") On Thu, Aug 4, 2016 at 5:21 PM, Don Hawkins wrote: > mod_curl wasan't running, I overlooked that. Working fine now with the API > version. > > > On Thu, Aug 4, 2016 at 4:35 PM, Abaci B wrote: > >> you can't run session:execute() if there is no active session. if you run >> it outside a call you can (for testing) maybe try running local session >> = freeswitch.Session() before running the curl >> >> On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins >> wrote: >> >>> Tried the other way as well (without the API) >>> >>> session:execute("curl", "http://myurl.com/test3.php post name=myname") >>> curl_response_code = session:getVariable("curl_response_code") >>> curl_response = session:getVariable("curl_response_data") >>> >>> Getting this error: >>> >>> [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: attempt >>> to index global 'session' (a nil value) >>> stack traceback: >>> /usr/share/freeswitch/scripts/test.lua:1: in main chunk >>> >>> >>> On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins >>> wrote: >>> >>>> root at debian:/usr/share/freeswitch/scripts# vi test.lua >>>> >>>> api = freeswitch.API(); >>>> api:execute("curl", "http://myurl.com/test3.php post name1=value1") >>>> >>>> >>>> Snatched the code straight from the the example shown at the URL below. >>>> FS does execute the script but never reaches my URL with the POST request. >>>> Did I miss something? >>>> >>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>>> >>>> >>>> >>> >>> >>> -- >>> Sincerely, >>> Don Hawkins >>> CEO >>> Hawkins Enterprise Group LLC >>> http://hawkinsegroup.com >>> Zello PTT : push2don >>> P: 469-214-5044 >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/ed6b31eb/attachment.html From abaci64 at gmail.com Fri Aug 5 02:35:14 2016 From: abaci64 at gmail.com (Abaci B) Date: Thu, 4 Aug 2016 18:35:14 -0400 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: you can do something like this. local uuid = session:getVariable("uuid") post_response = api:execute("curl", "http://myurl.com/test3.php?event=answer&uuid=" .. uuid) On Thu, Aug 4, 2016 at 6:25 PM, Don Hawkins wrote: > Sorry, one more question. How can I pass session/channel variables in the > CURL request? ie. ${uuid} > > post_response = api:execute("curl", "http://myurl.com/test3.php? > event=answer&uuid=${uuid}") > > > On Thu, Aug 4, 2016 at 5:21 PM, Don Hawkins > wrote: > >> mod_curl wasan't running, I overlooked that. Working fine now with the >> API version. >> >> >> On Thu, Aug 4, 2016 at 4:35 PM, Abaci B wrote: >> >>> you can't run session:execute() if there is no active session. if you >>> run it outside a call you can (for testing) maybe try running local >>> session = freeswitch.Session() before running the curl >>> >>> On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins >>> wrote: >>> >>>> Tried the other way as well (without the API) >>>> >>>> session:execute("curl", "http://myurl.com/test3.php post name=myname") >>>> curl_response_code = session:getVariable("curl_response_code") >>>> curl_response = session:getVariable("curl_response_data") >>>> >>>> Getting this error: >>>> >>>> [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: >>>> attempt to index global 'session' (a nil value) >>>> stack traceback: >>>> /usr/share/freeswitch/scripts/test.lua:1: in main chunk >>>> >>>> >>>> On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins >>>> wrote: >>>> >>>>> root at debian:/usr/share/freeswitch/scripts# vi test.lua >>>>> >>>>> api = freeswitch.API(); >>>>> api:execute("curl", "http://myurl.com/test3.php post name1=value1") >>>>> >>>>> >>>>> Snatched the code straight from the the example shown at the URL >>>>> below. FS does execute the script but never reaches my URL with the POST >>>>> request. Did I miss something? >>>>> >>>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Sincerely, >>>> Don Hawkins >>>> CEO >>>> Hawkins Enterprise Group LLC >>>> http://hawkinsegroup.com >>>> Zello PTT : push2don >>>> P: 469-214-5044 >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/10276de3/attachment-0001.html From hawkins at hawkinsegroup.com Fri Aug 5 03:31:23 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 18:31:23 -0500 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: So anytime I try to get a variable like UUID I always get "attempt to call method 'getVariable' (a nil value)". It's calling the test.lua script at the right time but I've been unable to access a single variable so far. The phone is literally ringing at the time the script is called so I'm sure there is a session. test.lua looks like this (line 3 is the problem and line 2 has no value). api = freeswitch.API(); local uuidto = event:getHeader("Unique-ID") local uuid session:getVariable("uuid") post_response = api:execute("curl", " http://voiceapi.cloud/API/callflow/test3.php?event=ringing&uuid=.. uuidto ..") On Thu, Aug 4, 2016 at 5:35 PM, Abaci B wrote: > you can do something like this. > local uuid = session:getVariable("uuid") > post_response = api:execute("curl", "http://myurl.com/test3.php?event=answer&uuid=" > .. uuid) > > On Thu, Aug 4, 2016 at 6:25 PM, Don Hawkins > wrote: > >> Sorry, one more question. How can I pass session/channel variables in the >> CURL request? ie. ${uuid} >> >> post_response = api:execute("curl", "http://myurl.com/test3.php?ev >> ent=answer&uuid=${uuid}") >> >> >> On Thu, Aug 4, 2016 at 5:21 PM, Don Hawkins >> wrote: >> >>> mod_curl wasan't running, I overlooked that. Working fine now with the >>> API version. >>> >>> >>> On Thu, Aug 4, 2016 at 4:35 PM, Abaci B wrote: >>> >>>> you can't run session:execute() if there is no active session. if you >>>> run it outside a call you can (for testing) maybe try running local >>>> session = freeswitch.Session() before running the curl >>>> >>>> On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins >>>> wrote: >>>> >>>>> Tried the other way as well (without the API) >>>>> >>>>> session:execute("curl", "http://myurl.com/test3.php post name=myname") >>>>> curl_response_code = session:getVariable("curl_response_code") >>>>> curl_response = session:getVariable("curl_response_data") >>>>> >>>>> Getting this error: >>>>> >>>>> [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: >>>>> attempt to index global 'session' (a nil value) >>>>> stack traceback: >>>>> /usr/share/freeswitch/scripts/test.lua:1: in main chunk >>>>> >>>>> >>>>> On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins >>>> > wrote: >>>>> >>>>>> root at debian:/usr/share/freeswitch/scripts# vi test.lua >>>>>> >>>>>> api = freeswitch.API(); >>>>>> api:execute("curl", "http://myurl.com/test3.php post name1=value1") >>>>>> >>>>>> >>>>>> Snatched the code straight from the the example shown at the URL >>>>>> below. FS does execute the script but never reaches my URL with the POST >>>>>> request. Did I miss something? >>>>>> >>>>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Sincerely, >>>>> Don Hawkins >>>>> CEO >>>>> Hawkins Enterprise Group LLC >>>>> http://hawkinsegroup.com >>>>> Zello PTT : push2don >>>>> P: 469-214-5044 >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Sincerely, >>> Don Hawkins >>> CEO >>> Hawkins Enterprise Group LLC >>> http://hawkinsegroup.com >>> Zello PTT : push2don >>> P: 469-214-5044 >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/aa761ecd/attachment.html From jprangi at didforsale.com Fri Aug 5 04:00:13 2016 From: jprangi at didforsale.com (Jai Rangi) Date: Thu, 4 Aug 2016 17:00:13 -0700 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: missing "=" in 3rd line. *Jai Rangi* Cebod Technologies LLC dba DIDforSale/Cebod Telecom O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / 949-232-1410 | jprangi at didforsale.com www.cebod.com | www.didforsale.com |3200 Bristol St Suite 615, Costa Mesa, CA 92626 | On Thu, Aug 4, 2016 at 4:31 PM, Don Hawkins wrote: > So anytime I try to get a variable like UUID I always get "attempt to > call method 'getVariable' (a nil value)". It's calling the test.lua script > at the right time but I've been unable to access a single variable so far. > The phone is literally ringing at the time the script is called so I'm sure > there is a session. > > test.lua looks like this (line 3 is the problem and line 2 has no value). > > api = freeswitch.API(); > local uuidto = event:getHeader("Unique-ID") > local uuid session:getVariable("uuid") > post_response = api:execute("curl", "http://voiceapi.cloud/API/ > callflow/test3.php?event=ringing&uuid=.. uuidto ..") > > > On Thu, Aug 4, 2016 at 5:35 PM, Abaci B wrote: > >> you can do something like this. >> local uuid = session:getVariable("uuid") >> post_response = api:execute("curl", "http://myurl.com/test3.php?event=answer&uuid=" >> .. uuid) >> >> On Thu, Aug 4, 2016 at 6:25 PM, Don Hawkins >> wrote: >> >>> Sorry, one more question. How can I pass session/channel variables in >>> the CURL request? ie. ${uuid} >>> >>> post_response = api:execute("curl", "http://myurl.com/test3.php?ev >>> ent=answer&uuid=${uuid}") >>> >>> >>> On Thu, Aug 4, 2016 at 5:21 PM, Don Hawkins >>> wrote: >>> >>>> mod_curl wasan't running, I overlooked that. Working fine now with the >>>> API version. >>>> >>>> >>>> On Thu, Aug 4, 2016 at 4:35 PM, Abaci B wrote: >>>> >>>>> you can't run session:execute() if there is no active session. if you >>>>> run it outside a call you can (for testing) maybe try running local >>>>> session = freeswitch.Session() before running the curl >>>>> >>>>> On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins >>>> > wrote: >>>>> >>>>>> Tried the other way as well (without the API) >>>>>> >>>>>> session:execute("curl", "http://myurl.com/test3.php post >>>>>> name=myname") >>>>>> curl_response_code = session:getVariable("curl_response_code") >>>>>> curl_response = session:getVariable("curl_response_data") >>>>>> >>>>>> Getting this error: >>>>>> >>>>>> [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: >>>>>> attempt to index global 'session' (a nil value) >>>>>> stack traceback: >>>>>> /usr/share/freeswitch/scripts/test.lua:1: in main chunk >>>>>> >>>>>> >>>>>> On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins < >>>>>> hawkins at hawkinsegroup.com> wrote: >>>>>> >>>>>>> root at debian:/usr/share/freeswitch/scripts# vi test.lua >>>>>>> >>>>>>> api = freeswitch.API(); >>>>>>> api:execute("curl", "http://myurl.com/test3.php post name1=value1") >>>>>>> >>>>>>> >>>>>>> Snatched the code straight from the the example shown at the URL >>>>>>> below. FS does execute the script but never reaches my URL with the POST >>>>>>> request. Did I miss something? >>>>>>> >>>>>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Sincerely, >>>>>> Don Hawkins >>>>>> CEO >>>>>> Hawkins Enterprise Group LLC >>>>>> http://hawkinsegroup.com >>>>>> Zello PTT : push2don >>>>>> P: 469-214-5044 >>>>>> >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>> switch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Sincerely, >>>> Don Hawkins >>>> CEO >>>> Hawkins Enterprise Group LLC >>>> http://hawkinsegroup.com >>>> Zello PTT : push2don >>>> P: 469-214-5044 >>>> >>> >>> >>> >>> -- >>> Sincerely, >>> Don Hawkins >>> CEO >>> Hawkins Enterprise Group LLC >>> http://hawkinsegroup.com >>> Zello PTT : push2don >>> P: 469-214-5044 >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/993aa3cf/attachment-0001.html From hawkins at hawkinsegroup.com Fri Aug 5 05:14:34 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 20:14:34 -0500 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: Thanks, but still no luck. Anyone know how to access variables in Lua? Besides this problem everything is working well. On Thu, Aug 4, 2016 at 7:00 PM, Jai Rangi wrote: > missing "=" in 3rd line. > > *Jai Rangi* > Cebod Technologies LLC dba DIDforSale/Cebod Telecom > O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / > 949-232-1410 | jprangi at didforsale.com www.cebod.com | www.didforsale.com > |3200 Bristol St Suite 615, Costa Mesa, CA 92626 | > > > > > > > On Thu, Aug 4, 2016 at 4:31 PM, Don Hawkins > wrote: > >> So anytime I try to get a variable like UUID I always get "attempt to >> call method 'getVariable' (a nil value)". It's calling the test.lua script >> at the right time but I've been unable to access a single variable so far. >> The phone is literally ringing at the time the script is called so I'm sure >> there is a session. >> >> test.lua looks like this (line 3 is the problem and line 2 has no value). >> >> api = freeswitch.API(); >> local uuidto = event:getHeader("Unique-ID") >> local uuid session:getVariable("uuid") >> post_response = api:execute("curl", "http://voiceapi.cloud/API/cal >> lflow/test3.php?event=ringing&uuid=.. uuidto ..") >> >> >> On Thu, Aug 4, 2016 at 5:35 PM, Abaci B wrote: >> >>> you can do something like this. >>> local uuid = session:getVariable("uuid") >>> post_response = api:execute("curl", "http://myurl.com/test3.php?event=answer&uuid=" >>> .. uuid) >>> >>> On Thu, Aug 4, 2016 at 6:25 PM, Don Hawkins >>> wrote: >>> >>>> Sorry, one more question. How can I pass session/channel variables in >>>> the CURL request? ie. ${uuid} >>>> >>>> post_response = api:execute("curl", "http://myurl.com/test3.php?ev >>>> ent=answer&uuid=${uuid}") >>>> >>>> >>>> On Thu, Aug 4, 2016 at 5:21 PM, Don Hawkins >>>> wrote: >>>> >>>>> mod_curl wasan't running, I overlooked that. Working fine now with the >>>>> API version. >>>>> >>>>> >>>>> On Thu, Aug 4, 2016 at 4:35 PM, Abaci B wrote: >>>>> >>>>>> you can't run session:execute() if there is no active session. if you >>>>>> run it outside a call you can (for testing) maybe try running local >>>>>> session = freeswitch.Session() before running the curl >>>>>> >>>>>> On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins < >>>>>> hawkins at hawkinsegroup.com> wrote: >>>>>> >>>>>>> Tried the other way as well (without the API) >>>>>>> >>>>>>> session:execute("curl", "http://myurl.com/test3.php post >>>>>>> name=myname") >>>>>>> curl_response_code = session:getVariable("curl_response_code") >>>>>>> curl_response = session:getVariable("curl_response_data") >>>>>>> >>>>>>> Getting this error: >>>>>>> >>>>>>> [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: >>>>>>> attempt to index global 'session' (a nil value) >>>>>>> stack traceback: >>>>>>> /usr/share/freeswitch/scripts/test.lua:1: in main chunk >>>>>>> >>>>>>> >>>>>>> On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins < >>>>>>> hawkins at hawkinsegroup.com> wrote: >>>>>>> >>>>>>>> root at debian:/usr/share/freeswitch/scripts# vi test.lua >>>>>>>> >>>>>>>> api = freeswitch.API(); >>>>>>>> api:execute("curl", "http://myurl.com/test3.php post name1=value1") >>>>>>>> >>>>>>>> >>>>>>>> Snatched the code straight from the the example shown at the URL >>>>>>>> below. FS does execute the script but never reaches my URL with the POST >>>>>>>> request. Did I miss something? >>>>>>>> >>>>>>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Sincerely, >>>>>>> Don Hawkins >>>>>>> CEO >>>>>>> Hawkins Enterprise Group LLC >>>>>>> http://hawkinsegroup.com >>>>>>> Zello PTT : push2don >>>>>>> P: 469-214-5044 >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>>> switch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>> switch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Sincerely, >>>>> Don Hawkins >>>>> CEO >>>>> Hawkins Enterprise Group LLC >>>>> http://hawkinsegroup.com >>>>> Zello PTT : push2don >>>>> P: 469-214-5044 >>>>> >>>> >>>> >>>> >>>> -- >>>> Sincerely, >>>> Don Hawkins >>>> CEO >>>> Hawkins Enterprise Group LLC >>>> http://hawkinsegroup.com >>>> Zello PTT : push2don >>>> P: 469-214-5044 >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/c34300a0/attachment-0001.html From hawkins at hawkinsegroup.com Fri Aug 5 07:27:48 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 22:27:48 -0500 Subject: [Freeswitch-users] EXECUTE_ON_ANSWER with Bridge Message-ID: Simple yet complicated issue I've been working on for about 48 hours. I could really use some assistance.... 1. I'm bridging calls via httapi and that is working fine. 2. I want to be notified at my URL via CURL when, A: The call starts ringing and B: The call is answered. I'm using this code for that: The problem comes because it's a bridge, as far as FreeSWITCH is concerned once it's connected to the gateway and the gateway answers, the "execute_on_answer" should be triggered, but i need it to execute when the party actually answers the phone, not when the gateway "answers". There must be a simple way around this, open to suggestions, thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/215cbbcf/attachment.html From s.safarov at gmail.com Fri Aug 5 07:50:53 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 05 Aug 2016 03:50:53 +0000 Subject: [Freeswitch-users] EXECUTE_ON_ANSWER with Bridge In-Reply-To: References: Message-ID: > The problem comes because it's a bridge, as far as FreeSWITCH is concerned > once it's connected to the gateway and the gateway answers, the > "execute_on_answer" should be triggered, but i need it to execute when the > party actually answers the phone, not when the gateway "answers". > Get second answer is not possible. No way to do it. Please look at monitor_early_media_ring May be it will help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/eb881639/attachment.html From hawkins at hawkinsegroup.com Fri Aug 5 07:55:45 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Thu, 4 Aug 2016 22:55:45 -0500 Subject: [Freeswitch-users] EXECUTE_ON_ANSWER with Bridge In-Reply-To: References: Message-ID: Thanks Sergey, do you have any recommendations on an alternate way to place outbound calls besides bridge? On Thu, Aug 4, 2016 at 10:50 PM, Sergey Safarov wrote: > > The problem comes because it's a bridge, as far as FreeSWITCH is concerned >> once it's connected to the gateway and the gateway answers, the >> "execute_on_answer" should be triggered, but i need it to execute when the >> party actually answers the phone, not when the gateway "answers". >> > > Get second answer is not possible. No way to do it. > Please look at monitor_early_media_ring > May > be it will help. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/ae6aac6f/attachment.html From s.safarov at gmail.com Fri Aug 5 08:06:58 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 05 Aug 2016 04:06:58 +0000 Subject: [Freeswitch-users] EXECUTE_ON_ANSWER with Bridge In-Reply-To: References: Message-ID: In such case it will change gateway and find that not generate answer signal and send signal "Ringing" or "Early media". ??, 5 ???. 2016 ?. ? 6:56, Don Hawkins : > Thanks Sergey, do you have any recommendations on an alternate way to > place outbound calls besides bridge? > > On Thu, Aug 4, 2016 at 10:50 PM, Sergey Safarov > wrote: > >> >> The problem comes because it's a bridge, as far as FreeSWITCH is >>> concerned once it's connected to the gateway and the gateway answers, the >>> "execute_on_answer" should be triggered, but i need it to execute when the >>> party actually answers the phone, not when the gateway "answers". >>> >> >> Get second answer is not possible. No way to do it. >> Please look at monitor_early_media_ring >> May >> be it will help. >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/c009513c/attachment.html From s.safarov at gmail.com Fri Aug 5 08:08:56 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 05 Aug 2016 04:08:56 +0000 Subject: [Freeswitch-users] EXECUTE_ON_ANSWER with Bridge In-Reply-To: References: Message-ID: Also are you sure is answer signal generated by gateway? It may be PBX on remote side that send answer and generate (send) ring note to a-leg. ??, 5 ???. 2016 ?. ? 7:07, Sergey Safarov : > In such case it will change gateway and find that not generate answer > signal and send signal "Ringing" or "Early media". > > ??, 5 ???. 2016 ?. ? 6:56, Don Hawkins : > >> Thanks Sergey, do you have any recommendations on an alternate way to >> place outbound calls besides bridge? >> >> On Thu, Aug 4, 2016 at 10:50 PM, Sergey Safarov >> wrote: >> >>> >>> The problem comes because it's a bridge, as far as FreeSWITCH is >>>> concerned once it's connected to the gateway and the gateway answers, the >>>> "execute_on_answer" should be triggered, but i need it to execute when the >>>> party actually answers the phone, not when the gateway "answers". >>>> >>> >>> Get second answer is not possible. No way to do it. >>> Please look at monitor_early_media_ring >>> May >>> be it will help. >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/b5416d54/attachment-0001.html From jprangi at didforsale.com Fri Aug 5 08:33:08 2016 From: jprangi at didforsale.com (Jai Rangi) Date: Thu, 4 Aug 2016 21:33:08 -0700 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: Good chances that you not using right variable. You can use info app to dump all the variables in console log and see which ones you want to use. On Thursday, August 4, 2016, Don Hawkins wrote: > Thanks, but still no luck. Anyone know how to access variables in Lua? > Besides this problem everything is working well. > > On Thu, Aug 4, 2016 at 7:00 PM, Jai Rangi > wrote: > >> missing "=" in 3rd line. >> >> *Jai Rangi* >> Cebod Technologies LLC dba DIDforSale/Cebod Telecom >> O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / >> 949-232-1410 | jprangi at didforsale.com >> www.cebod.com | >> www.didforsale.com |3200 Bristol St Suite 615, Costa Mesa, CA 92626 | >> >> >> >> >> >> >> On Thu, Aug 4, 2016 at 4:31 PM, Don Hawkins > > wrote: >> >>> So anytime I try to get a variable like UUID I always get "attempt to >>> call method 'getVariable' (a nil value)". It's calling the test.lua script >>> at the right time but I've been unable to access a single variable so far. >>> The phone is literally ringing at the time the script is called so I'm sure >>> there is a session. >>> >>> test.lua looks like this (line 3 is the problem and line 2 has no value). >>> >>> api = freeswitch.API(); >>> local uuidto = event:getHeader("Unique-ID") >>> local uuid session:getVariable("uuid") >>> post_response = api:execute("curl", "http://voiceapi.cloud/API/cal >>> lflow/test3.php?event=ringing&uuid=.. uuidto ..") >>> >>> >>> On Thu, Aug 4, 2016 at 5:35 PM, Abaci B >> > wrote: >>> >>>> you can do something like this. >>>> local uuid = session:getVariable("uuid") >>>> post_response = api:execute("curl", "http://myurl.com/test3.php?event=answer&uuid=" >>>> .. uuid) >>>> >>>> On Thu, Aug 4, 2016 at 6:25 PM, Don Hawkins >>> > wrote: >>>> >>>>> Sorry, one more question. How can I pass session/channel variables in >>>>> the CURL request? ie. ${uuid} >>>>> >>>>> post_response = api:execute("curl", "http://myurl.com/test3.php?ev >>>>> ent=answer&uuid=${uuid}") >>>>> >>>>> >>>>> On Thu, Aug 4, 2016 at 5:21 PM, Don Hawkins >>>> > wrote: >>>>> >>>>>> mod_curl wasan't running, I overlooked that. Working fine now with >>>>>> the API version. >>>>>> >>>>>> >>>>>> On Thu, Aug 4, 2016 at 4:35 PM, Abaci B >>>>> > wrote: >>>>>> >>>>>>> you can't run session:execute() if there is no active session. if >>>>>>> you run it outside a call you can (for testing) maybe try running local >>>>>>> session = freeswitch.Session() before running the curl >>>>>>> >>>>>>> On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins < >>>>>>> hawkins at hawkinsegroup.com >>>>>>> > wrote: >>>>>>> >>>>>>>> Tried the other way as well (without the API) >>>>>>>> >>>>>>>> session:execute("curl", "http://myurl.com/test3.php post >>>>>>>> name=myname") >>>>>>>> curl_response_code = session:getVariable("curl_response_code") >>>>>>>> curl_response = session:getVariable("curl_response_data") >>>>>>>> >>>>>>>> Getting this error: >>>>>>>> >>>>>>>> [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: >>>>>>>> attempt to index global 'session' (a nil value) >>>>>>>> stack traceback: >>>>>>>> /usr/share/freeswitch/scripts/test.lua:1: in main chunk >>>>>>>> >>>>>>>> >>>>>>>> On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins < >>>>>>>> hawkins at hawkinsegroup.com >>>>>>>> > wrote: >>>>>>>> >>>>>>>>> root at debian:/usr/share/freeswitch/scripts# vi test.lua >>>>>>>>> >>>>>>>>> api = freeswitch.API(); >>>>>>>>> api:execute("curl", "http://myurl.com/test3.php post >>>>>>>>> name1=value1") >>>>>>>>> >>>>>>>>> >>>>>>>>> Snatched the code straight from the the example shown at the URL >>>>>>>>> below. FS does execute the script but never reaches my URL with the POST >>>>>>>>> request. Did I miss something? >>>>>>>>> >>>>>>>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Sincerely, >>>>>>>> Don Hawkins >>>>>>>> CEO >>>>>>>> Hawkins Enterprise Group LLC >>>>>>>> http://hawkinsegroup.com >>>>>>>> Zello PTT : push2don >>>>>>>> P: 469-214-5044 >>>>>>>> >>>>>>>> ____________________________________________________________ >>>>>>>> _____________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>>>> switch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>>> switch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Sincerely, >>>>>> Don Hawkins >>>>>> CEO >>>>>> Hawkins Enterprise Group LLC >>>>>> http://hawkinsegroup.com >>>>>> Zello PTT : push2don >>>>>> P: 469-214-5044 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Sincerely, >>>>> Don Hawkins >>>>> CEO >>>>> Hawkins Enterprise Group LLC >>>>> http://hawkinsegroup.com >>>>> Zello PTT : push2don >>>>> P: 469-214-5044 >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Sincerely, >>> Don Hawkins >>> CEO >>> Hawkins Enterprise Group LLC >>> http://hawkinsegroup.com >>> Zello PTT : push2don >>> P: 469-214-5044 >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > -- *Jai Rangi* Cebod Technologies LLC dba DIDforSale/Cebod Telecom O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / 949-232-1410 | jprangi at didforsale.com www.cebod.com | www.didforsale.com |3200 Bristol St Suite 615, Costa Mesa, CA 92626 | -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/b9cb2f5a/attachment-0001.html From Shawn.Wheeler at interlockconcepts.com Fri Aug 5 09:14:25 2016 From: Shawn.Wheeler at interlockconcepts.com (Shawn Wheeler) Date: Fri, 5 Aug 2016 05:14:25 +0000 Subject: [Freeswitch-users] Group Call Message-ID: I have an odd situation. I am using the mad boss group call. The phones are set to auto answer. When I make the call, some phone will connect but others will not. However, I can call each phone individually and the phone will answer. Thoughts? Thank you in advance Shawn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/45b56429/attachment.html From gascagonzalo at gmail.com Fri Aug 5 09:20:48 2016 From: gascagonzalo at gmail.com (Gonzalo Gasca Meza) Date: Thu, 4 Aug 2016 22:20:48 -0700 Subject: [Freeswitch-users] spandsp.conf.xml for Brazil Message-ID: Hi all, Looking to see if someone can provide a sample configuration for Brazil for spandsp.conf.xml Im interested in SIT, REORDER and BUSY or guidance in configuring this file. Here are the Brazil tones: http://www.itu.int/pub/T-SP-OB.781-2003 Frequency in HZ value is understandable, seems to be min and max are tone duration. Where can I find these reference? This is the US sample: Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160804/c305932b/attachment.html From hawkins at hawkinsegroup.com Fri Aug 5 09:37:55 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Fri, 5 Aug 2016 00:37:55 -0500 Subject: [Freeswitch-users] EXECUTE_ON_ANSWER with Bridge In-Reply-To: References: Message-ID: Sergey, It's like your thinking what I'm thinking. I just tested and it absolutely is all about the number I'm bridging with, so all said it's actually working properly. Thanks for your help! On Thu, Aug 4, 2016 at 11:08 PM, Sergey Safarov wrote: > Also are you sure is answer signal generated by gateway? > > It may be PBX on remote side that send answer and generate (send) ring > note to a-leg. > > ??, 5 ???. 2016 ?. ? 7:07, Sergey Safarov : > >> In such case it will change gateway and find that not generate answer >> signal and send signal "Ringing" or "Early media". >> >> ??, 5 ???. 2016 ?. ? 6:56, Don Hawkins : >> >>> Thanks Sergey, do you have any recommendations on an alternate way to >>> place outbound calls besides bridge? >>> >>> On Thu, Aug 4, 2016 at 10:50 PM, Sergey Safarov >>> wrote: >>> >>>> >>>> The problem comes because it's a bridge, as far as FreeSWITCH is >>>>> concerned once it's connected to the gateway and the gateway answers, the >>>>> "execute_on_answer" should be triggered, but i need it to execute when the >>>>> party actually answers the phone, not when the gateway "answers". >>>>> >>>> >>>> Get second answer is not possible. No way to do it. >>>> Please look at monitor_early_media_ring >>>> May >>>> be it will help. >>>> >>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Sincerely, >>> Don Hawkins >>> CEO >>> Hawkins Enterprise Group LLC >>> http://hawkinsegroup.com >>> Zello PTT : push2don >>> P: 469-214-5044 >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/be3b219c/attachment-0001.html From hawkins at hawkinsegroup.com Fri Aug 5 09:41:57 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Fri, 5 Aug 2016 00:41:57 -0500 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: Thanks for your help Stainislav! I decided to go with the route below, sharing code for those that may run across this issue later. Get notified on certain events via HTTP post: (remove the \ slashes) On Thu, Aug 4, 2016 at 5:33 AM, Stanislav Sinyagin wrote: > I think inbound ESL is what will work for you best. > > Lua scripts can be executed within FreeSWITCH process during the call > processing, but they are always synchronous, so your call will wait > until the HTTP request is processed. > > > > On Thu, Aug 4, 2016 at 11:05 AM, Don Hawkins > wrote: > > Thanks! > > > > I've looked at ESL and the mod_event_socket but I'm not looking to > control > > everything. I do see that it supports outbound so I tried it but it > seems it > > won't allow me to just get notified on events but I'll also have to > control > > the entire call. In other words, it wont allow JUST outbound. > > > > Looks like my next option is LUA (which I know nothing about as of yet) > but > > it looks like it will allow event hooks. Is this a viable solution in > your > > opinion? > > > > https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks > > > > > > On Thu, Aug 4, 2016 at 1:34 AM, Stanislav Sinyagin > > wrote: > >> > >> the best approach is to have a separate daemon that connects to > >> FreeSWITCH and subscribes to events. Then you can asynchronously > >> process these events without affecting the call flow. There are > >> actually hundreds of example scripts, just search for keywords: > >> freeswitch, esl, event socket > >> > >> There are also implementations of ESL protocol in many programming > >> languages, and you can choose depending on your skills and > >> requirements. For example, Golang or Erlang would allow you to spin > >> off a new thread every time you need it, and do some background > >> processing in parallel. But for many tasks, single-threaded processing > >> is enough, so Perl or Python would work fine. > >> > >> You can also hand the call processing to such an external program -- > >> for example, the XML dialplan executes park(), and your ESL program > >> picks up the control and performs what you need, like IVR, for > >> example. > >> > >> > >> > >> > >> On Thu, Aug 4, 2016 at 7:30 AM, Don Hawkins > >> wrote: > >> > So curl is working fine but I'm unsure (and unable to find any > examples) > >> > how > >> > to execute the curl application on specific events, primarily when the > >> > call > >> > has been bridged/answered. Can anyone assist? > >> > > >> > On Wed, Aug 3, 2016 at 11:16 PM, Don Hawkins < > hawkins at hawkinsegroup.com> > >> > wrote: > >> >> > >> >> Figured it out, I sure did miss something, thank you for leading me > in > >> >> the > >> >> right direction. > >> >> > >> >> >> >> data="curl,*,exec:curl,http://myurl.com/mypage.cgi post > >> >> > >> >> uuid=${uuid}&state=${state}&direction=${direction}, > aleg,aleg"> > >> >> > >> >> > >> >> > >> >> On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins > >> >> > >> >> wrote: > >> >>> > >> >>> Thank you Abaci! > >> >>> > >> >>> I added > >> >>> > >> >>> > >> >>> > >> >>> And it's for sure contacting my URL but it's not sending anything, > >> >>> there > >> >>> are no values... did I miss something? > >> >>> > >> >>> > >> >>> On Wed, Aug 3, 2016 at 8:09 PM, Abaci B wrote: > >> >>>> > >> >>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl > >> >>>> > >> >>>> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins > >> >>>> > >> >>>> wrote: > >> >>>>> > >> >>>>> Care to elaborate? Do you mean mod_xml_curl? I'm already using > that > >> >>>>> for > >> >>>>> serving configs, don't see it working for this...maybe I'm wrong. > >> >>>>> > >> >>>>> Sincerely, > >> >>>>> Don Hawkins > >> >>>>> > >> >>>>> Sent from my NationPCS? Nexus 6. > >> >>>>> > >> >>>>> > >> >>>>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: > >> >>>>>> > >> >>>>>> curl > >> >>>>>> > >> >>>>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins > >> >>>>>> wrote: > >> >>>>>>> > >> >>>>>>> Very simple situation... > >> >>>>>>> > >> >>>>>>> While on a call I want to press * to post to an external URL, I > >> >>>>>>> want > >> >>>>>>> to post global variables, ie. UUID. > >> >>>>>>> > >> >>>>>>> I have this working with httapi: > >> >>>>>>> > >> >>>>>>> >> >>>>>>> data="httapi,*,exec:httapi,http://myurl.com,aleg,aleg\"> execute> > >> >>>>>>> > >> >>>>>>> Only problem is, httapi expects XML to be returned and I don't > >> >>>>>>> actually want to return anything, I just want to send the > >> >>>>>>> information to the > >> >>>>>>> URL and for FreeSwitch to go on about it's business. > >> >>>>>>> > >> >>>>>>> What module is best for this job? > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> ____________________________________________________________ > _____________ > >> >>>>>>> Professional FreeSWITCH Consulting Services: > >> >>>>>>> consulting at freeswitch.org > >> >>>>>>> http://www.freeswitchsolutions.com > >> >>>>>>> > >> >>>>>>> Official FreeSWITCH Sites > >> >>>>>>> http://www.freeswitch.org > >> >>>>>>> http://confluence.freeswitch.org > >> >>>>>>> http://www.cluecon.com > >> >>>>>>> > >> >>>>>>> FreeSWITCH-users mailing list > >> >>>>>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >>>>>>> http://www.freeswitch.org > >> >>>>>> > >> >>>>>> > >> >>>>>> > >> >>>>>> > >> >>>>>> > >> >>>>>> ____________________________________________________________ > _____________ > >> >>>>>> Professional FreeSWITCH Consulting Services: > >> >>>>>> consulting at freeswitch.org > >> >>>>>> http://www.freeswitchsolutions.com > >> >>>>>> > >> >>>>>> Official FreeSWITCH Sites > >> >>>>>> http://www.freeswitch.org > >> >>>>>> http://confluence.freeswitch.org > >> >>>>>> http://www.cluecon.com > >> >>>>>> > >> >>>>>> FreeSWITCH-users mailing list > >> >>>>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>>>> > >> >>>>>> > >> >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >>>>>> http://www.freeswitch.org > >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> ____________________________________________________________ > _____________ > >> >>>>> Professional FreeSWITCH Consulting Services: > >> >>>>> consulting at freeswitch.org > >> >>>>> http://www.freeswitchsolutions.com > >> >>>>> > >> >>>>> Official FreeSWITCH Sites > >> >>>>> http://www.freeswitch.org > >> >>>>> http://confluence.freeswitch.org > >> >>>>> http://www.cluecon.com > >> >>>>> > >> >>>>> FreeSWITCH-users mailing list > >> >>>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>>> > >> >>>>> > >> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >>>>> http://www.freeswitch.org > >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>>> > >> >>>> ____________________________________________________________ > _____________ > >> >>>> Professional FreeSWITCH Consulting Services: > >> >>>> consulting at freeswitch.org > >> >>>> http://www.freeswitchsolutions.com > >> >>>> > >> >>>> Official FreeSWITCH Sites > >> >>>> http://www.freeswitch.org > >> >>>> http://confluence.freeswitch.org > >> >>>> http://www.cluecon.com > >> >>>> > >> >>>> FreeSWITCH-users mailing list > >> >>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>> > >> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >>>> http://www.freeswitch.org > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> -- > >> >>> Sincerely, > >> >>> Don Hawkins > >> >>> CEO > >> >>> Hawkins Enterprise Group LLC > >> >>> http://hawkinsegroup.com > >> >>> Zello PTT: push2don > >> >>> P: 469-214-5044 > >> >> > >> >> > >> >> > >> >> > >> >> -- > >> >> Sincerely, > >> >> Don Hawkins > >> >> CEO > >> >> Hawkins Enterprise Group LLC > >> >> http://hawkinsegroup.com > >> >> Zello PTT: push2don > >> >> P: 469-214-5044 > >> > > >> > > >> > > >> > > >> > -- > >> > Sincerely, > >> > Don Hawkins > >> > CEO > >> > Hawkins Enterprise Group LLC > >> > http://hawkinsegroup.com > >> > Zello PTT: push2don > >> > P: 469-214-5044 > >> > > >> > > >> > ____________________________________________________________ > _____________ > >> > Professional FreeSWITCH Consulting Services: > >> > consulting at freeswitch.org > >> > http://www.freeswitchsolutions.com > >> > > >> > Official FreeSWITCH Sites > >> > http://www.freeswitch.org > >> > http://confluence.freeswitch.org > >> > http://www.cluecon.com > >> > > >> > FreeSWITCH-users mailing list > >> > FreeSWITCH-users at lists.freeswitch.org > >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> > http://www.freeswitch.org > >> > >> ____________________________________________________________ > _____________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> http://www.freeswitch.org > > > > > > > > > > -- > > Sincerely, > > Don Hawkins > > CEO > > Hawkins Enterprise Group LLC > > http://hawkinsegroup.com > > Zello PTT: push2don > > P: 469-214-5044 > > > > ____________________________________________________________ > _____________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/30ba1da0/attachment-0001.html From mirkobrankovic at gmail.com Fri Aug 5 11:28:07 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Fri, 5 Aug 2016 09:28:07 +0200 Subject: [Freeswitch-users] conference video cordinates position In-Reply-To: <509AFBC7-5077-49C2-BEC5-953A945DF790@jerris.com> References: <509AFBC7-5077-49C2-BEC5-953A945DF790@jerris.com> Message-ID: Oh ok thanks, Yes it would be a great add-on. -mirko On Thu, Aug 4, 2016 at 7:14 PM, Michael Jerris wrote: > we don?t currently have this in events, but we have discussed adding it. > > On Aug 4, 2016, at 9:52 AM, Mirko Brankovic > wrote: > > damn i didn't finish the mail : > > so : > > well basicly to broadcast video position of each video stream, that will > open a lot of options on client side, not only for displaying statuses like > muted, but to give admin actions to mute ecact member ,.... > > I tried enabling fs events on verto, butr stilll don't see events like > that: > > globals.enable_presence = SWITCH_TRUE; > globals.enable_fs_events = SWITCH_TRUE; > > > I'll try next to generate them in conference_video.c. > > If anyone tried or have solution for this please share it :) > > Thanks, > Mirko > > > On Thu, Aug 4, 2016 at 4:45 PM, Mirko Brankovic > wrote: > >> Hi, >> >> Was anyone trying to get events like video position in the vid-layout? >> It would be cool to broadcast each video cordinates in event (maybe on >> each change) >> so that we can get something like >> [ALERT] mod_verto.c:5207 EVENT BROADCAST >> FSevent.custom::conference::maintenance { >> "eventChannel": "FSevent.custom::conference::maintenance", >> "data": { >> "Event-Name": "CUSTOM", >> "Core-UUID": "c4c53039-e6fa-4515-adb4-ce14a8674687", >> ... >> "Event-Subclass": "conference::maintenance", >> "Conference-Name": "mirko", >> "Conference-Size": "1", >> "Conference-Ghosts": "0", >> "Conference-Profile-Name": "test", >> "Conference-Unique-ID": "2db98498-8d54-4c3c-be4a-df03ddbd92e9", >> >> } >> } >> >> >> globals.enable_presence = SWITCH_TRUE; >> globals.enable_fs_events = SWITCH_TRUE; >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/edf4c1fe/attachment.html From ssinyagin at gmail.com Fri Aug 5 11:31:17 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Fri, 5 Aug 2016 09:31:17 +0200 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: that will work, but keep in mind that your call, including its audio, will freeze until the HTTP session finishes. So, the server should answer quickly, and it should be reliable. Also it should sustain a certain calls-per-second rate (FreeSWITCH has 30cps limit by default, and it's tunable). On Fri, Aug 5, 2016 at 7:41 AM, Don Hawkins wrote: > Thanks for your help Stainislav! > > I decided to go with the route below, sharing code for those that may run > across this issue later. > > Get notified on certain events via HTTP post: > > > http://mysite.com/test3.php post > event=Ringing&\${uuid}&state=\${state}&direction=\${direction}\"> > > > http://mysite.com/test3.php post > event=Answered&\${uuid}&state=\${state}&direction=\${direction}\"> > > (remove the \ slashes) > > On Thu, Aug 4, 2016 at 5:33 AM, Stanislav Sinyagin > wrote: >> >> I think inbound ESL is what will work for you best. >> >> Lua scripts can be executed within FreeSWITCH process during the call >> processing, but they are always synchronous, so your call will wait >> until the HTTP request is processed. >> >> >> >> On Thu, Aug 4, 2016 at 11:05 AM, Don Hawkins >> wrote: >> > Thanks! >> > >> > I've looked at ESL and the mod_event_socket but I'm not looking to >> > control >> > everything. I do see that it supports outbound so I tried it but it >> > seems it >> > won't allow me to just get notified on events but I'll also have to >> > control >> > the entire call. In other words, it wont allow JUST outbound. >> > >> > Looks like my next option is LUA (which I know nothing about as of yet) >> > but >> > it looks like it will allow event hooks. Is this a viable solution in >> > your >> > opinion? >> > >> > https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks >> > >> > >> > On Thu, Aug 4, 2016 at 1:34 AM, Stanislav Sinyagin >> > wrote: >> >> >> >> the best approach is to have a separate daemon that connects to >> >> FreeSWITCH and subscribes to events. Then you can asynchronously >> >> process these events without affecting the call flow. There are >> >> actually hundreds of example scripts, just search for keywords: >> >> freeswitch, esl, event socket >> >> >> >> There are also implementations of ESL protocol in many programming >> >> languages, and you can choose depending on your skills and >> >> requirements. For example, Golang or Erlang would allow you to spin >> >> off a new thread every time you need it, and do some background >> >> processing in parallel. But for many tasks, single-threaded processing >> >> is enough, so Perl or Python would work fine. >> >> >> >> You can also hand the call processing to such an external program -- >> >> for example, the XML dialplan executes park(), and your ESL program >> >> picks up the control and performs what you need, like IVR, for >> >> example. >> >> >> >> >> >> >> >> >> >> On Thu, Aug 4, 2016 at 7:30 AM, Don Hawkins >> >> wrote: >> >> > So curl is working fine but I'm unsure (and unable to find any >> >> > examples) >> >> > how >> >> > to execute the curl application on specific events, primarily when >> >> > the >> >> > call >> >> > has been bridged/answered. Can anyone assist? >> >> > >> >> > On Wed, Aug 3, 2016 at 11:16 PM, Don Hawkins >> >> > >> >> > wrote: >> >> >> >> >> >> Figured it out, I sure did miss something, thank you for leading me >> >> >> in >> >> >> the >> >> >> right direction. >> >> >> >> >> >> > >> >> data="curl,*,exec:curl,http://myurl.com/mypage.cgi post >> >> >> >> >> >> >> >> >> uuid=${uuid}&state=${state}&direction=${direction},aleg,aleg"> >> >> >> >> >> >> >> >> >> >> >> >> On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins >> >> >> >> >> >> wrote: >> >> >>> >> >> >>> Thank you Abaci! >> >> >>> >> >> >>> I added >> >> >>> >> >> >>> >> >> >>> >> >> >>> And it's for sure contacting my URL but it's not sending anything, >> >> >>> there >> >> >>> are no values... did I miss something? >> >> >>> >> >> >>> >> >> >>> On Wed, Aug 3, 2016 at 8:09 PM, Abaci B wrote: >> >> >>>> >> >> >>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >> >> >>>> >> >> >>>> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins >> >> >>>> >> >> >>>> wrote: >> >> >>>>> >> >> >>>>> Care to elaborate? Do you mean mod_xml_curl? I'm already using >> >> >>>>> that >> >> >>>>> for >> >> >>>>> serving configs, don't see it working for this...maybe I'm wrong. >> >> >>>>> >> >> >>>>> Sincerely, >> >> >>>>> Don Hawkins >> >> >>>>> >> >> >>>>> Sent from my NationPCS? Nexus 6. >> >> >>>>> >> >> >>>>> >> >> >>>>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: >> >> >>>>>> >> >> >>>>>> curl >> >> >>>>>> >> >> >>>>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins >> >> >>>>>> wrote: >> >> >>>>>>> >> >> >>>>>>> Very simple situation... >> >> >>>>>>> >> >> >>>>>>> While on a call I want to press * to post to an external URL, I >> >> >>>>>>> want >> >> >>>>>>> to post global variables, ie. UUID. >> >> >>>>>>> >> >> >>>>>>> I have this working with httapi: >> >> >>>>>>> >> >> >>>>>>> > >> >>>>>>> >> >> >>>>>>> data="httapi,*,exec:httapi,http://myurl.com,aleg,aleg\"> >> >> >>>>>>> >> >> >>>>>>> Only problem is, httapi expects XML to be returned and I don't >> >> >>>>>>> actually want to return anything, I just want to send the >> >> >>>>>>> information to the >> >> >>>>>>> URL and for FreeSwitch to go on about it's business. >> >> >>>>>>> >> >> >>>>>>> What module is best for this job? >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> _________________________________________________________________________ >> >> >>>>>>> Professional FreeSWITCH Consulting Services: >> >> >>>>>>> consulting at freeswitch.org >> >> >>>>>>> http://www.freeswitchsolutions.com >> >> >>>>>>> >> >> >>>>>>> Official FreeSWITCH Sites >> >> >>>>>>> http://www.freeswitch.org >> >> >>>>>>> http://confluence.freeswitch.org >> >> >>>>>>> http://www.cluecon.com >> >> >>>>>>> >> >> >>>>>>> FreeSWITCH-users mailing list >> >> >>>>>>> FreeSWITCH-users at lists.freeswitch.org >> >> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> >>>>>>> http://www.freeswitch.org >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> _________________________________________________________________________ >> >> >>>>>> Professional FreeSWITCH Consulting Services: >> >> >>>>>> consulting at freeswitch.org >> >> >>>>>> http://www.freeswitchsolutions.com >> >> >>>>>> >> >> >>>>>> Official FreeSWITCH Sites >> >> >>>>>> http://www.freeswitch.org >> >> >>>>>> http://confluence.freeswitch.org >> >> >>>>>> http://www.cluecon.com >> >> >>>>>> >> >> >>>>>> FreeSWITCH-users mailing list >> >> >>>>>> FreeSWITCH-users at lists.freeswitch.org >> >> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> >> >> >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> >>>>>> http://www.freeswitch.org >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> _________________________________________________________________________ >> >> >>>>> Professional FreeSWITCH Consulting Services: >> >> >>>>> consulting at freeswitch.org >> >> >>>>> http://www.freeswitchsolutions.com >> >> >>>>> >> >> >>>>> Official FreeSWITCH Sites >> >> >>>>> http://www.freeswitch.org >> >> >>>>> http://confluence.freeswitch.org >> >> >>>>> http://www.cluecon.com >> >> >>>>> >> >> >>>>> FreeSWITCH-users mailing list >> >> >>>>> FreeSWITCH-users at lists.freeswitch.org >> >> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >>>>> >> >> >>>>> >> >> >>>>> >> >> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> >>>>> http://www.freeswitch.org >> >> >>>> >> >> >>>> >> >> >>>> >> >> >>>> >> >> >>>> >> >> >>>> >> >> >>>> _________________________________________________________________________ >> >> >>>> Professional FreeSWITCH Consulting Services: >> >> >>>> consulting at freeswitch.org >> >> >>>> http://www.freeswitchsolutions.com >> >> >>>> >> >> >>>> Official FreeSWITCH Sites >> >> >>>> http://www.freeswitch.org >> >> >>>> http://confluence.freeswitch.org >> >> >>>> http://www.cluecon.com >> >> >>>> >> >> >>>> FreeSWITCH-users mailing list >> >> >>>> FreeSWITCH-users at lists.freeswitch.org >> >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >>>> >> >> >>>> >> >> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> >>>> http://www.freeswitch.org >> >> >>> >> >> >>> >> >> >>> >> >> >>> >> >> >>> -- >> >> >>> Sincerely, >> >> >>> Don Hawkins >> >> >>> CEO >> >> >>> Hawkins Enterprise Group LLC >> >> >>> http://hawkinsegroup.com >> >> >>> Zello PTT: push2don >> >> >>> P: 469-214-5044 >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> Sincerely, >> >> >> Don Hawkins >> >> >> CEO >> >> >> Hawkins Enterprise Group LLC >> >> >> http://hawkinsegroup.com >> >> >> Zello PTT: push2don >> >> >> P: 469-214-5044 >> >> > >> >> > >> >> > >> >> > >> >> > -- >> >> > Sincerely, >> >> > Don Hawkins >> >> > CEO >> >> > Hawkins Enterprise Group LLC >> >> > http://hawkinsegroup.com >> >> > Zello PTT: push2don >> >> > P: 469-214-5044 >> >> > >> >> > >> >> > >> >> > _________________________________________________________________________ >> >> > Professional FreeSWITCH Consulting Services: >> >> > consulting at freeswitch.org >> >> > http://www.freeswitchsolutions.com >> >> > >> >> > Official FreeSWITCH Sites >> >> > http://www.freeswitch.org >> >> > http://confluence.freeswitch.org >> >> > http://www.cluecon.com >> >> > >> >> > FreeSWITCH-users mailing list >> >> > FreeSWITCH-users at lists.freeswitch.org >> >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> > >> >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> > http://www.freeswitch.org >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> > >> > >> > >> > >> > -- >> > Sincerely, >> > Don Hawkins >> > CEO >> > Hawkins Enterprise Group LLC >> > http://hawkinsegroup.com >> > Zello PTT: push2don >> > P: 469-214-5044 >> > >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT: push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From mike at jerris.com Fri Aug 5 11:49:29 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 5 Aug 2016 03:49:29 -0400 Subject: [Freeswitch-users] Group Call In-Reply-To: References: Message-ID: you'll have to look at the logs to see why the calls failed. How many are you calling at once and how many are failing? On Friday, August 5, 2016, Shawn Wheeler < Shawn.Wheeler at interlockconcepts.com> wrote: > I have an odd situation. > > > > I am using the mad boss group call. The phones are set to auto answer. > When I make the call, some phone will connect but others will not. > However, I can call each phone individually and the phone will answer. > > > > Thoughts? > > > > Thank you in advance > > > > Shawn > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/9f17bade/attachment-0001.html From tony.brodi at gmail.com Fri Aug 5 11:10:54 2016 From: tony.brodi at gmail.com (Anthony Brodi) Date: Fri, 5 Aug 2016 09:10:54 +0200 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media Message-ID: Hi, Currently my FS is set up that way that it does not sent 183 Session Progress but 180 Ringing at once. It makes the calling side sometimes confused whether the call is being processed or not. To change this, I use pre_answer() before bridge, but then run onto this issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local host] as you can see in the log below. Can anyone help me on this. Thanks. EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() [INFO] mod_dptools.c:1327 Sending early media [DEBUG] switch_core_media.c:2507 Set Codec sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples 64000 bits 1 channels [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X Original read codec set to PCMU:0 [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP [sofia/internal/1000 at Registar_IP.X.X.X] Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 codec: 0 ms: 20 [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing local host] freeswitch at internal> sofia status profile internal ================================================================================================= Name internal Domain Name N/A Auto-NAT false DBName sofia_reg_internal Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x Dialplan XML Context public Challenge Realm auto_from RTP-IP FS_external_IP.x.x.x SIP-IP FS_external_IP.x.x.x URL sip:mod_sofia at FS_external_IP.x.x.x:5060 BIND-URL sip:mod_sofia at FS_external_IP.x.x.x :5060;transport=udp,tcp HOLD-MUSIC local_stream://moh OUTBOUND-PROXY N/A CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS TEL-EVENT 101 DTMF-MODE rfc2833 CNG 13 SESSION-TO 0 MAX-DIALOG 0 NOMEDIA false LATE-NEG true PROXY-MEDIA true ZRTP-PASSTHRU true AGGRESSIVENAT true -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/6cab4c2b/attachment.html From andrew at cassidywebservices.co.uk Fri Aug 5 11:57:54 2016 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Fri, 5 Aug 2016 08:57:54 +0100 Subject: [Freeswitch-users] Faxing transcoding issues. In-Reply-To: References: <0653b408-601b-c367-34c4-8f9f93712373@nevian.org> Message-ID: Sorry I wrote it while testing which is why the overall tone changes throughout. The without should should be without the execute_on_answer. I have a solution that works well enough, In that I have a documentable configuration that should work for all use cases on my particular implementation. If the user wants to use T38, they need to request it. On 5 August 2016 at 07:56, Andrew Cassidy wrote: > Sorry I wrote it while testing which is why the overall tone changes > throughout. > > The without should should be without the execute_on_answer. > > I have a solution that works well enough, In that I have a documentable > configuration that should work for all use cases on my particular > implementation. If the user wants to use T38, they need to request it. > > On 4 Aug 2016 17:37, "Serge S. Yuriev" wrote: > >> Hi, >> >> Your with and without t38 looks same for me - is this by intent? >> I'm a little puzzled with your mail - have you every success? >> >> On 04/08/16 17:47, Andrew Cassidy wrote: >> > Ok lets go into details a little more: >> > >> > User <--> FS <--> Provider >> > >> > When User sends a fax, provider detects tones and renegotiates with t38. >> > I can handle this case fine using sip_execute_on_image=t38_gateway >> > >> > Now, one way or another I also want the a-leg to be t38 if possible. Be >> > that via reinvite from FS or sepcifically requested by User. I can't >> > make this work at all. >> > >> > If FreeSWITCH renegotiates with User and User rejects T38, Freeswitch >> > does not reinvite with the original codecs. >> > >> > If User requests t38, fax negotiation fails in some cases, although that >> > may be irrelevant. >> > >> > So, here's my current configuration, that kind of works: >> > >> > >> > >> > >> > To test the User end (in this case another FreeSWITCH box for testing): >> > >> > With T38: >> > >> > originate {execute_on_answer='t38_gateway >> > peer',fax_verbose=true,ignore_early_media=true,fax_ident=xxx >> x,fax_header='Test >> > Fax',absolute_codec_string=PCMA,origination_caller_id_number >> =xxxx}sofia/gateway/xxxx/xxxx >> > &txfax('/home/andrew/test_fax.tiff') >> > >> > Without T38: >> > >> > originate {execute_on_answer='t38_gateway >> > peer',fax_verbose=true,ignore_early_media=true,fax_ident=xxx >> x,fax_header='Test >> > Fax',absolute_codec_string=PCMA,origination_caller_id_number >> =xxxx}sofia/gateway/xxxx/xxxx >> > &txfax('/home/andrew/test_fax.tiff') >> > >> > However, the following fails: >> > >> > originate >> > {fax_enable_t38=true,fax_enable_t38_request=true,fax_verbose >> =true,ignore_early_media=true,fax_ident=xxxx,fax_header='Test >> > Fax',absolute_codec_string=PCMA,origination_caller_id_number >> =xxxx}sofia/gateway/xxxx/xxxx >> > &txfax('/home/andrew/test_fax.tiff') >> > >> > I think this configuration will work for now, the User end can decide >> > freely if they want to send t38 requests to FS or not. >> > >> > On 4 August 2016 at 14:39, Brian West > > > wrote: >> > >> > You also do NOT want pass thru set if you're doing this. >> > >> > On Thu, Aug 4, 2016 at 4:02 AM, Andrew Cassidy >> > > > > wrote: >> > >> > Hi all, >> > >> > Just realised the server I'm having issues with is an old wheezy >> > server running 1.4.26. I will test with latest and report back. >> > >> > Kind regards, >> > >> > On 4 August 2016 at 09:55, Andrew Cassidy >> > > > > wrote: >> > >> > Good morning all, >> > >> > I've been playing with faxing and t38 over the last few >> > days. I use a wholesale provider who detects and reinvites >> > for t38, and have implemented the same in my systems. >> > Passing t38 through unmodified is not an issue. >> > >> > The issue I do have, is in the event that the sender refuses >> > the reinvite, I'd like freeswitch to transcode. In theory, >> > this is set up correctly, but see this error message >> > repeated over and over and ultimately the fax fails: >> > >> > [DEBUG] mod_spandsp_fax.c:1756 >> > sofia/external/xxx at provider.com >> > Error decoding UDPTL (172 bytes) >> > >> > Every other scenario I have worked through is working fine. >> > >> > For reference, the fax-specific dialplan entries: >> > >> > >> > > > data="fax_enable_t38_request=true"/> >> > >> > > > data="nolocal:sip_execute_on_image=t38_gateway self" /> >> > > > data="execute_on_answer=t38_gateway peer" /> >> > >> > Thanks in advance. >> > >> > -- >> > *Andrew Cassidy BSc (Hons) MBCS SSCA* >> > Managing Director >> > >> > 03303 880 960 >> > andrew at cassidyweb.co.uk >> > >> www.cassidyweb.co.uk >> > >> > >> > >> > >> > -- >> > *Andrew Cassidy BSc (Hons) MBCS SSCA* >> > Managing Director >> > >> > 03303 880 960 andrew at cassidyweb.co.uk >> > www.cassidyweb.co.uk >> > >> > >> > ___________________________________________________________ >> ______________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> > http://www.freeswitch.org >> > >> > >> > >> > >> > -- >> > >> > */Brian West/* >> > brian at freeswitch.org >> > >> > >> > */Twitter: @FreeSWITCH , @briankwest/* >> > http://www.freeswitchbook.com >> > http://www.freeswitchcookbook.com >> > https://www.gofundme.com/freeswitch_ubuntu >> > >> > Got Bugs? Report them here ! | >> > Reddit: /r/freeswitch >> > >> > *T:*+19184209001 | *F:*+19184209002 >> > | *M:*+1918424WEST (9378) >> > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> > >> > >> > ___________________________________________________________ >> ______________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> > http://www.freeswitch.org >> > >> > >> > >> > >> > -- >> > *Andrew Cassidy BSc (Hons) MBCS SSCA* >> > Managing Director >> > >> > 03303 880 960 andrew at cassidyweb.co.uk >> > www.cassidyweb.co.uk >> > >> > >> > >> > ____________________________________________________________ >> _____________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> > http://www.freeswitch.org >> > >> >> -- >> Serge S. Yuriev >> Lead VoIP engineer >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/d38d5092/attachment-0001.html From mirkobrankovic at gmail.com Fri Aug 5 12:22:40 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Fri, 5 Aug 2016 10:22:40 +0200 Subject: [Freeswitch-users] CURL from Lua Script In-Reply-To: References: Message-ID: hey, maybe it is something silly like no semicolon (;) at end ? can you try only like this in .lua script: local uuid = session:getVariable("uuid"); freeswitch.consoleLog(ERR, string.format("UUID :: %s", tostring(uuid))); -mirko On Fri, Aug 5, 2016 at 6:33 AM, Jai Rangi wrote: > Good chances that you not using right variable. You can use info app to > dump all the variables in console log and see which ones you want to use. > > > On Thursday, August 4, 2016, Don Hawkins > wrote: > >> Thanks, but still no luck. Anyone know how to access variables in Lua? >> Besides this problem everything is working well. >> >> On Thu, Aug 4, 2016 at 7:00 PM, Jai Rangi wrote: >> >>> missing "=" in 3rd line. >>> >>> *Jai Rangi* >>> Cebod Technologies LLC dba DIDforSale/Cebod Telecom >>> O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / >>> 949-232-1410 | jprangi at didforsale.com www.cebod.com | >>> www.didforsale.com |3200 Bristol St Suite 615, Costa Mesa, CA 92626 | >>> >>> >>> >>> >>> >>> >>> On Thu, Aug 4, 2016 at 4:31 PM, Don Hawkins >>> wrote: >>> >>>> So anytime I try to get a variable like UUID I always get "attempt to >>>> call method 'getVariable' (a nil value)". It's calling the test.lua script >>>> at the right time but I've been unable to access a single variable so far. >>>> The phone is literally ringing at the time the script is called so I'm sure >>>> there is a session. >>>> >>>> test.lua looks like this (line 3 is the problem and line 2 has no >>>> value). >>>> >>>> api = freeswitch.API(); >>>> local uuidto = event:getHeader("Unique-ID") >>>> local uuid session:getVariable("uuid") >>>> post_response = api:execute("curl", " >>>> http://voiceapi.cloud/API/callflow/test3.php?event=ringing&uuid=.. >>>> uuidto ..") >>>> >>>> >>>> On Thu, Aug 4, 2016 at 5:35 PM, Abaci B wrote: >>>> >>>>> you can do something like this. >>>>> local uuid = session:getVariable("uuid") >>>>> post_response = api:execute("curl", "http://myurl.com/test3.php?event=answer&uuid=" >>>>> .. uuid) >>>>> >>>>> On Thu, Aug 4, 2016 at 6:25 PM, Don Hawkins >>>> > wrote: >>>>> >>>>>> Sorry, one more question. How can I pass session/channel variables in >>>>>> the CURL request? ie. ${uuid} >>>>>> >>>>>> post_response = api:execute("curl", " >>>>>> http://myurl.com/test3.php?event=answer&uuid=${uuid}") >>>>>> >>>>>> >>>>>> On Thu, Aug 4, 2016 at 5:21 PM, Don Hawkins < >>>>>> hawkins at hawkinsegroup.com> wrote: >>>>>> >>>>>>> mod_curl wasan't running, I overlooked that. Working fine now with >>>>>>> the API version. >>>>>>> >>>>>>> >>>>>>> On Thu, Aug 4, 2016 at 4:35 PM, Abaci B wrote: >>>>>>> >>>>>>>> you can't run session:execute() if there is no active session. if >>>>>>>> you run it outside a call you can (for testing) maybe try running local >>>>>>>> session = freeswitch.Session() before running the curl >>>>>>>> >>>>>>>> On Thu, Aug 4, 2016 at 4:23 PM, Don Hawkins < >>>>>>>> hawkins at hawkinsegroup.com> wrote: >>>>>>>> >>>>>>>>> Tried the other way as well (without the API) >>>>>>>>> >>>>>>>>> session:execute("curl", "http://myurl.com/test3.php post >>>>>>>>> name=myname") >>>>>>>>> curl_response_code = session:getVariable("curl_response_code") >>>>>>>>> curl_response = session:getVariable("curl_response_data") >>>>>>>>> >>>>>>>>> Getting this error: >>>>>>>>> >>>>>>>>> [ERR] mod_lua.cpp:203 /usr/share/freeswitch/scripts/test.lua:1: >>>>>>>>> attempt to index global 'session' (a nil value) >>>>>>>>> stack traceback: >>>>>>>>> /usr/share/freeswitch/scripts/test.lua:1: in main chunk >>>>>>>>> >>>>>>>>> >>>>>>>>> On Thu, Aug 4, 2016 at 2:51 PM, Don Hawkins < >>>>>>>>> hawkins at hawkinsegroup.com> wrote: >>>>>>>>> >>>>>>>>>> root at debian:/usr/share/freeswitch/scripts# vi test.lua >>>>>>>>>> >>>>>>>>>> api = freeswitch.API(); >>>>>>>>>> api:execute("curl", "http://myurl.com/test3.php post >>>>>>>>>> name1=value1") >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Snatched the code straight from the the example shown at the URL >>>>>>>>>> below. FS does execute the script but never reaches my URL with the POST >>>>>>>>>> request. Did I miss something? >>>>>>>>>> >>>>>>>>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Sincerely, >>>>>>>>> Don Hawkins >>>>>>>>> CEO >>>>>>>>> Hawkins Enterprise Group LLC >>>>>>>>> http://hawkinsegroup.com >>>>>>>>> Zello PTT : push2don >>>>>>>>> P: 469-214-5044 >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Sincerely, >>>>>>> Don Hawkins >>>>>>> CEO >>>>>>> Hawkins Enterprise Group LLC >>>>>>> http://hawkinsegroup.com >>>>>>> Zello PTT : push2don >>>>>>> P: 469-214-5044 >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Sincerely, >>>>>> Don Hawkins >>>>>> CEO >>>>>> Hawkins Enterprise Group LLC >>>>>> http://hawkinsegroup.com >>>>>> Zello PTT : push2don >>>>>> P: 469-214-5044 >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Sincerely, >>>> Don Hawkins >>>> CEO >>>> Hawkins Enterprise Group LLC >>>> http://hawkinsegroup.com >>>> Zello PTT : push2don >>>> P: 469-214-5044 >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> > > > -- > *Jai Rangi* > Cebod Technologies LLC dba DIDforSale/Cebod Telecom > O 949-471-0102 | C 949-419-7634 <1-949-419-7634> | F 949-269-0449 / > 949-232-1410 | jprangi at didforsale.com www.cebod.com | www.didforsale.com > |3200 Bristol St Suite 615, Costa Mesa, CA 92626 | > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/1a27da28/attachment-0001.html From bipin at xbipin.com Fri Aug 5 12:30:29 2016 From: bipin at xbipin.com (Bipin Patel) Date: Fri, 5 Aug 2016 12:30:29 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <285701a2-b925-4d60-1c2c-96a94fe33459@xbipin.com> References: <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> <156520956d8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <285701a2-b925-4d60-1c2c-96a94fe33459@xbipin.com> Message-ID: <60964329-5452-65e2-2d6f-cb05f98ecb25@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/b78287f3/attachment-0001.html From kamil.nigmatullin at gmail.com Fri Aug 5 14:04:30 2016 From: kamil.nigmatullin at gmail.com (Kamil Nigmatullin) Date: Fri, 5 Aug 2016 16:04:30 +0600 Subject: [Freeswitch-users] Press 1 to callback Message-ID: Hi. Does anyone know how can I do th following: When client arrives at FS I put him into the callcenter queue. And at the time he wait I want client to be able to press 1. After pressing FS should played mp3 and hanhup. This event somehow shuld be fired in lua or something else so that our operator could call client back. Thanks -- Kamil Nigmatullin Skype: kamil.nigmatullin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/89f79e5b/attachment.html From nbhatti at gmail.com Fri Aug 5 16:25:36 2016 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Fri, 5 Aug 2016 08:25:36 -0400 Subject: [Freeswitch-users] Interesting stats .. Message-ID: I did not knew FreeSWITCH is that old but looks interesting .. on an old version where enable-use-system-time is enabled for some testing. freeswitch at internal> status *UP 93 years, 92 days, 0 hours, 46 minutes, 41 seconds, 34 milliseconds, 220 microseconds* FreeSWITCH (Version 1.4.26 64bit) is ready 0 session(s) since startup 0 session(s) - peak 0, last 5min 0 0 session(s) per Sec out of max 30, peak 0, last 5min 0 1000 session(s) max min idle cpu 0.00/97.93 Current Stack Size/Max 240K/8192K -- Sent with Airmail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/86d5fafd/attachment.html From ssinyagin at gmail.com Fri Aug 5 16:28:21 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Fri, 5 Aug 2016 14:28:21 +0200 Subject: [Freeswitch-users] Interesting stats .. In-Reply-To: References: Message-ID: and not a single call in almost a century :) On Fri, Aug 5, 2016 at 2:25 PM, Muhammad Naseer Bhatti wrote: > > I did not knew FreeSWITCH is that old but looks interesting .. on an old > version where enable-use-system-time is enabled for some testing. > > freeswitch at internal> status > UP 93 years, 92 days, 0 hours, 46 minutes, 41 seconds, 34 milliseconds, 220 > microseconds > FreeSWITCH (Version 1.4.26 64bit) is ready > 0 session(s) since startup > 0 session(s) - peak 0, last 5min 0 > 0 session(s) per Sec out of max 30, peak 0, last 5min 0 > 1000 session(s) max > min idle cpu 0.00/97.93 > Current Stack Size/Max 240K/8192K > > -- > > Sent with Airmail > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From gmaruzz at gmail.com Fri Aug 5 16:31:08 2016 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 5 Aug 2016 14:31:08 +0200 Subject: [Freeswitch-users] Interesting stats .. In-Reply-To: References: Message-ID: Since she left me... Sigh On Fri, Aug 5, 2016 at 2:28 PM, Stanislav Sinyagin wrote: > and not a single call in almost a century :) > > On Fri, Aug 5, 2016 at 2:25 PM, Muhammad Naseer Bhatti > wrote: > > > > I did not knew FreeSWITCH is that old but looks interesting .. on an old > > version where enable-use-system-time is enabled for some testing. > > > > freeswitch at internal> status > > UP 93 years, 92 days, 0 hours, 46 minutes, 41 seconds, 34 milliseconds, > 220 > > microseconds > > FreeSWITCH (Version 1.4.26 64bit) is ready > > 0 session(s) since startup > > 0 session(s) - peak 0, last 5min 0 > > 0 session(s) per Sec out of max 30, peak 0, last 5min 0 > > 1000 session(s) max > > min idle cpu 0.00/97.93 > > Current Stack Size/Max 240K/8192K > > > > -- > > > > Sent with Airmail > > > > ____________________________________________________________ > _____________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/e35b3756/attachment.html From mirkobrankovic at gmail.com Fri Aug 5 17:05:53 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Fri, 5 Aug 2016 15:05:53 +0200 Subject: [Freeswitch-users] Interesting stats .. In-Reply-To: References: Message-ID: from the beginning of tie ... On Fri, Aug 5, 2016 at 2:31 PM, Giovanni Maruzzelli wrote: > Since she left me... Sigh > > > > On Fri, Aug 5, 2016 at 2:28 PM, Stanislav Sinyagin > wrote: > >> and not a single call in almost a century :) >> >> On Fri, Aug 5, 2016 at 2:25 PM, Muhammad Naseer Bhatti >> wrote: >> > >> > I did not knew FreeSWITCH is that old but looks interesting .. on an old >> > version where enable-use-system-time is enabled for some testing. >> > >> > freeswitch at internal> status >> > UP 93 years, 92 days, 0 hours, 46 minutes, 41 seconds, 34 milliseconds, >> 220 >> > microseconds >> > FreeSWITCH (Version 1.4.26 64bit) is ready >> > 0 session(s) since startup >> > 0 session(s) - peak 0, last 5min 0 >> > 0 session(s) per Sec out of max 30, peak 0, last 5min 0 >> > 1000 session(s) max >> > min idle cpu 0.00/97.93 >> > Current Stack Size/Max 240K/8192K >> > >> > -- >> > >> > Sent with Airmail >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/ccd73340/attachment-0001.html From mirkobrankovic at gmail.com Fri Aug 5 17:06:11 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Fri, 5 Aug 2016 15:06:11 +0200 Subject: [Freeswitch-users] Interesting stats .. In-Reply-To: References: Message-ID: s/tie/time On Fri, Aug 5, 2016 at 3:05 PM, Mirko Brankovic wrote: > from the beginning of tie ... > > On Fri, Aug 5, 2016 at 2:31 PM, Giovanni Maruzzelli > wrote: > >> Since she left me... Sigh >> >> >> >> On Fri, Aug 5, 2016 at 2:28 PM, Stanislav Sinyagin >> wrote: >> >>> and not a single call in almost a century :) >>> >>> On Fri, Aug 5, 2016 at 2:25 PM, Muhammad Naseer Bhatti >>> wrote: >>> > >>> > I did not knew FreeSWITCH is that old but looks interesting .. on an >>> old >>> > version where enable-use-system-time is enabled for some testing. >>> > >>> > freeswitch at internal> status >>> > UP 93 years, 92 days, 0 hours, 46 minutes, 41 seconds, 34 >>> milliseconds, 220 >>> > microseconds >>> > FreeSWITCH (Version 1.4.26 64bit) is ready >>> > 0 session(s) since startup >>> > 0 session(s) - peak 0, last 5min 0 >>> > 0 session(s) per Sec out of max 30, peak 0, last 5min 0 >>> > 1000 session(s) max >>> > min idle cpu 0.00/97.93 >>> > Current Stack Size/Max 240K/8192K >>> > >>> > -- >>> > >>> > Sent with Airmail >>> > >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > consulting at freeswitch.org >>> > http://www.freeswitchsolutions.com >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://confluence.freeswitch.org >>> > http://www.cluecon.com >>> > >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at lists.freeswitch.org >>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> > UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> > http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/975ab7ba/attachment.html From brian at freeswitch.org Fri Aug 5 18:34:12 2016 From: brian at freeswitch.org (Brian West) Date: Fri, 5 Aug 2016 09:34:12 -0500 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media In-Reply-To: References: Message-ID: What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to? On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi wrote: > Hi, > > Currently my FS is set up that way that it does not sent 183 Session > Progress but 180 Ringing at once. It makes the calling side sometimes > confused whether the call is being processed or not. > > To change this, I use pre_answer() before bridge, but then run onto this > issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local host] as > you can see in the log below. > > Can anyone help me on this. > Thanks. > > EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() > [INFO] mod_dptools.c:1327 Sending early media > [DEBUG] switch_core_media.c:2507 Set Codec > sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples 64000 bits > 1 channels > [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X > Original read codec set to PCMU:0 > [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP > [sofia/internal/1000 at Registar_IP.X.X.X] > Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 codec: 0 ms: 20 > [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing local > host] > > > freeswitch at internal> sofia status profile internal > > ================================================================================================= > Name internal > Domain Name N/A > Auto-NAT false > DBName sofia_reg_internal > Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x > Dialplan XML > Context public > Challenge Realm auto_from > RTP-IP FS_external_IP.x.x.x > SIP-IP FS_external_IP.x.x.x > URL sip:mod_sofia at FS_external_IP.x.x.x:5060 > BIND-URL sip:mod_sofia at FS_external_IP.x.x.x > :5060;transport=udp,tcp > HOLD-MUSIC local_stream://moh > OUTBOUND-PROXY N/A > CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS > CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS > TEL-EVENT 101 > DTMF-MODE rfc2833 > CNG 13 > SESSION-TO 0 > MAX-DIALOG 0 > NOMEDIA false > LATE-NEG true > PROXY-MEDIA true > ZRTP-PASSTHRU true > AGGRESSIVENAT true > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/a72cfa69/attachment.html From tony.brodi at gmail.com Fri Aug 5 19:02:47 2016 From: tony.brodi at gmail.com (Anthony Brodi) Date: Fri, 5 Aug 2016 17:02:47 +0200 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media In-Reply-To: References: Message-ID: I have in the sip_profile/internal.xml However in my case all 4 addresses have the same value - the external IP of the FS server. 2016-08-05 16:34 GMT+02:00 Brian West : > What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to? > > On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi > wrote: > >> Hi, >> >> Currently my FS is set up that way that it does not sent 183 Session >> Progress but 180 Ringing at once. It makes the calling side sometimes >> confused whether the call is being processed or not. >> >> To change this, I use pre_answer() before bridge, but then run onto this >> issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local host] as >> you can see in the log below. >> >> Can anyone help me on this. >> Thanks. >> >> EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() >> [INFO] mod_dptools.c:1327 Sending early media >> [DEBUG] switch_core_media.c:2507 Set Codec >> sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples 64000 bits >> 1 channels >> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X >> Original read codec set to PCMU:0 >> [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP >> [sofia/internal/1000 at Registar_IP.X.X.X] >> Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 codec: 0 ms: 20 >> [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing local >> host] >> >> >> freeswitch at internal> sofia status profile internal >> >> ================================================================================================= >> Name internal >> Domain Name N/A >> Auto-NAT false >> DBName sofia_reg_internal >> Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x >> Dialplan XML >> Context public >> Challenge Realm auto_from >> RTP-IP FS_external_IP.x.x.x >> SIP-IP FS_external_IP.x.x.x >> URL sip:mod_sofia at FS_external_IP.x.x.x:5060 >> BIND-URL sip:mod_sofia at FS_external_IP.x.x.x >> :5060;transport=udp,tcp >> HOLD-MUSIC local_stream://moh >> OUTBOUND-PROXY N/A >> CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS >> CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS >> TEL-EVENT 101 >> DTMF-MODE rfc2833 >> CNG 13 >> SESSION-TO 0 >> MAX-DIALOG 0 >> NOMEDIA false >> LATE-NEG true >> PROXY-MEDIA true >> ZRTP-PASSTHRU true >> AGGRESSIVENAT true >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/c646ac9c/attachment-0001.html From bipin at xbipin.com Fri Aug 5 19:49:16 2016 From: bipin at xbipin.com (Bipin Patel) Date: Fri, 5 Aug 2016 19:49:16 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <60964329-5452-65e2-2d6f-cb05f98ecb25@xbipin.com> References: <06d69c1a-f9a2-cc89-c855-fafaa9131614@xbipin.com> <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> <156520956d8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <285701a2-b925-4d60-1c2c-96a94fe33459@xbipin.com> <60964329-5452-65e2-2d6f-cb05f98ecb25@xbipin.com> Message-ID: <395366e9-cf70-a50b-6f2b-b442075846e6@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/f58e8194/attachment-0001.html From abaci64 at gmail.com Fri Aug 5 21:42:42 2016 From: abaci64 at gmail.com (Abaci B) Date: Fri, 5 Aug 2016 13:42:42 -0400 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: if execute_on_* freezes maybe try api_on_* On Fri, Aug 5, 2016 at 3:31 AM, Stanislav Sinyagin wrote: > that will work, but keep in mind that your call, including its audio, > will freeze until the HTTP session finishes. So, the server should > answer quickly, and it should be reliable. Also it should sustain a > certain calls-per-second rate (FreeSWITCH has 30cps limit by default, > and it's tunable). > > > > On Fri, Aug 5, 2016 at 7:41 AM, Don Hawkins > wrote: > > Thanks for your help Stainislav! > > > > I decided to go with the route below, sharing code for those that may run > > across this issue later. > > > > Get notified on certain events via HTTP post: > > > > > > > http://mysite.com/test3.php post > > event=Ringing&\${uuid}&state=\${state}&direction= > \${direction}\"> > > > > > > > http://mysite.com/test3.php post > > event=Answered&\${uuid}&state=\${state}&direction= > \${direction}\"> > > > > (remove the \ slashes) > > > > On Thu, Aug 4, 2016 at 5:33 AM, Stanislav Sinyagin > > wrote: > >> > >> I think inbound ESL is what will work for you best. > >> > >> Lua scripts can be executed within FreeSWITCH process during the call > >> processing, but they are always synchronous, so your call will wait > >> until the HTTP request is processed. > >> > >> > >> > >> On Thu, Aug 4, 2016 at 11:05 AM, Don Hawkins > > >> wrote: > >> > Thanks! > >> > > >> > I've looked at ESL and the mod_event_socket but I'm not looking to > >> > control > >> > everything. I do see that it supports outbound so I tried it but it > >> > seems it > >> > won't allow me to just get notified on events but I'll also have to > >> > control > >> > the entire call. In other words, it wont allow JUST outbound. > >> > > >> > Looks like my next option is LUA (which I know nothing about as of > yet) > >> > but > >> > it looks like it will allow event hooks. Is this a viable solution in > >> > your > >> > opinion? > >> > > >> > https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks > >> > > >> > > >> > On Thu, Aug 4, 2016 at 1:34 AM, Stanislav Sinyagin < > ssinyagin at gmail.com> > >> > wrote: > >> >> > >> >> the best approach is to have a separate daemon that connects to > >> >> FreeSWITCH and subscribes to events. Then you can asynchronously > >> >> process these events without affecting the call flow. There are > >> >> actually hundreds of example scripts, just search for keywords: > >> >> freeswitch, esl, event socket > >> >> > >> >> There are also implementations of ESL protocol in many programming > >> >> languages, and you can choose depending on your skills and > >> >> requirements. For example, Golang or Erlang would allow you to spin > >> >> off a new thread every time you need it, and do some background > >> >> processing in parallel. But for many tasks, single-threaded > processing > >> >> is enough, so Perl or Python would work fine. > >> >> > >> >> You can also hand the call processing to such an external program -- > >> >> for example, the XML dialplan executes park(), and your ESL program > >> >> picks up the control and performs what you need, like IVR, for > >> >> example. > >> >> > >> >> > >> >> > >> >> > >> >> On Thu, Aug 4, 2016 at 7:30 AM, Don Hawkins < > hawkins at hawkinsegroup.com> > >> >> wrote: > >> >> > So curl is working fine but I'm unsure (and unable to find any > >> >> > examples) > >> >> > how > >> >> > to execute the curl application on specific events, primarily when > >> >> > the > >> >> > call > >> >> > has been bridged/answered. Can anyone assist? > >> >> > > >> >> > On Wed, Aug 3, 2016 at 11:16 PM, Don Hawkins > >> >> > > >> >> > wrote: > >> >> >> > >> >> >> Figured it out, I sure did miss something, thank you for leading > me > >> >> >> in > >> >> >> the > >> >> >> right direction. > >> >> >> > >> >> >> >> >> >> data="curl,*,exec:curl,http://myurl.com/mypage.cgi post > >> >> >> > >> >> >> > >> >> >> uuid=${uuid}&state=${state}&direction=${direction}, > aleg,aleg"> > >> >> >> > >> >> >> > >> >> >> > >> >> >> On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins > >> >> >> > >> >> >> wrote: > >> >> >>> > >> >> >>> Thank you Abaci! > >> >> >>> > >> >> >>> I added > >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> And it's for sure contacting my URL but it's not sending > anything, > >> >> >>> there > >> >> >>> are no values... did I miss something? > >> >> >>> > >> >> >>> > >> >> >>> On Wed, Aug 3, 2016 at 8:09 PM, Abaci B > wrote: > >> >> >>>> > >> >> >>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl > >> >> >>>> > >> >> >>>> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins > >> >> >>>> > >> >> >>>> wrote: > >> >> >>>>> > >> >> >>>>> Care to elaborate? Do you mean mod_xml_curl? I'm already using > >> >> >>>>> that > >> >> >>>>> for > >> >> >>>>> serving configs, don't see it working for this...maybe I'm > wrong. > >> >> >>>>> > >> >> >>>>> Sincerely, > >> >> >>>>> Don Hawkins > >> >> >>>>> > >> >> >>>>> Sent from my NationPCS? Nexus 6. > >> >> >>>>> > >> >> >>>>> > >> >> >>>>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: > >> >> >>>>>> > >> >> >>>>>> curl > >> >> >>>>>> > >> >> >>>>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins > >> >> >>>>>> wrote: > >> >> >>>>>>> > >> >> >>>>>>> Very simple situation... > >> >> >>>>>>> > >> >> >>>>>>> While on a call I want to press * to post to an external > URL, I > >> >> >>>>>>> want > >> >> >>>>>>> to post global variables, ie. UUID. > >> >> >>>>>>> > >> >> >>>>>>> I have this working with httapi: > >> >> >>>>>>> > >> >> >>>>>>> >> >> >>>>>>> > >> >> >>>>>>> data="httapi,*,exec:httapi,http://myurl.com,aleg,aleg\"> execute> > >> >> >>>>>>> > >> >> >>>>>>> Only problem is, httapi expects XML to be returned and I > don't > >> >> >>>>>>> actually want to return anything, I just want to send the > >> >> >>>>>>> information to the > >> >> >>>>>>> URL and for FreeSwitch to go on about it's business. > >> >> >>>>>>> > >> >> >>>>>>> What module is best for this job? > >> >> >>>>>>> > >> >> >>>>>>> > >> >> >>>>>>> > >> >> >>>>>>> > >> >> >>>>>>> ____________________________________________________________ > _____________ > >> >> >>>>>>> Professional FreeSWITCH Consulting Services: > >> >> >>>>>>> consulting at freeswitch.org > >> >> >>>>>>> http://www.freeswitchsolutions.com > >> >> >>>>>>> > >> >> >>>>>>> Official FreeSWITCH Sites > >> >> >>>>>>> http://www.freeswitch.org > >> >> >>>>>>> http://confluence.freeswitch.org > >> >> >>>>>>> http://www.cluecon.com > >> >> >>>>>>> > >> >> >>>>>>> FreeSWITCH-users mailing list > >> >> >>>>>>> FreeSWITCH-users at lists.freeswitch.org > >> >> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch- > users > >> >> >>>>>>> > >> >> >>>>>>> > >> >> >>>>>>> > >> >> >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >> >>>>>>> http://www.freeswitch.org > >> >> >>>>>> > >> >> >>>>>> > >> >> >>>>>> > >> >> >>>>>> > >> >> >>>>>> > >> >> >>>>>> > >> >> >>>>>> ____________________________________________________________ > _____________ > >> >> >>>>>> Professional FreeSWITCH Consulting Services: > >> >> >>>>>> consulting at freeswitch.org > >> >> >>>>>> http://www.freeswitchsolutions.com > >> >> >>>>>> > >> >> >>>>>> Official FreeSWITCH Sites > >> >> >>>>>> http://www.freeswitch.org > >> >> >>>>>> http://confluence.freeswitch.org > >> >> >>>>>> http://www.cluecon.com > >> >> >>>>>> > >> >> >>>>>> FreeSWITCH-users mailing list > >> >> >>>>>> FreeSWITCH-users at lists.freeswitch.org > >> >> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >> >>>>>> > >> >> >>>>>> > >> >> >>>>>> > >> >> >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >> >>>>>> http://www.freeswitch.org > >> >> >>>>> > >> >> >>>>> > >> >> >>>>> > >> >> >>>>> > >> >> >>>>> > >> >> >>>>> ____________________________________________________________ > _____________ > >> >> >>>>> Professional FreeSWITCH Consulting Services: > >> >> >>>>> consulting at freeswitch.org > >> >> >>>>> http://www.freeswitchsolutions.com > >> >> >>>>> > >> >> >>>>> Official FreeSWITCH Sites > >> >> >>>>> http://www.freeswitch.org > >> >> >>>>> http://confluence.freeswitch.org > >> >> >>>>> http://www.cluecon.com > >> >> >>>>> > >> >> >>>>> FreeSWITCH-users mailing list > >> >> >>>>> FreeSWITCH-users at lists.freeswitch.org > >> >> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >> >>>>> > >> >> >>>>> > >> >> >>>>> > >> >> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >> >>>>> http://www.freeswitch.org > >> >> >>>> > >> >> >>>> > >> >> >>>> > >> >> >>>> > >> >> >>>> > >> >> >>>> > >> >> >>>> ____________________________________________________________ > _____________ > >> >> >>>> Professional FreeSWITCH Consulting Services: > >> >> >>>> consulting at freeswitch.org > >> >> >>>> http://www.freeswitchsolutions.com > >> >> >>>> > >> >> >>>> Official FreeSWITCH Sites > >> >> >>>> http://www.freeswitch.org > >> >> >>>> http://confluence.freeswitch.org > >> >> >>>> http://www.cluecon.com > >> >> >>>> > >> >> >>>> FreeSWITCH-users mailing list > >> >> >>>> FreeSWITCH-users at lists.freeswitch.org > >> >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >> >>>> > >> >> >>>> > >> >> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >> >>>> http://www.freeswitch.org > >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> -- > >> >> >>> Sincerely, > >> >> >>> Don Hawkins > >> >> >>> CEO > >> >> >>> Hawkins Enterprise Group LLC > >> >> >>> http://hawkinsegroup.com > >> >> >>> Zello PTT: push2don > >> >> >>> P: 469-214-5044 > >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> -- > >> >> >> Sincerely, > >> >> >> Don Hawkins > >> >> >> CEO > >> >> >> Hawkins Enterprise Group LLC > >> >> >> http://hawkinsegroup.com > >> >> >> Zello PTT: push2don > >> >> >> P: 469-214-5044 > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > -- > >> >> > Sincerely, > >> >> > Don Hawkins > >> >> > CEO > >> >> > Hawkins Enterprise Group LLC > >> >> > http://hawkinsegroup.com > >> >> > Zello PTT: push2don > >> >> > P: 469-214-5044 > >> >> > > >> >> > > >> >> > > >> >> > ____________________________________________________________ > _____________ > >> >> > Professional FreeSWITCH Consulting Services: > >> >> > consulting at freeswitch.org > >> >> > http://www.freeswitchsolutions.com > >> >> > > >> >> > Official FreeSWITCH Sites > >> >> > http://www.freeswitch.org > >> >> > http://confluence.freeswitch.org > >> >> > http://www.cluecon.com > >> >> > > >> >> > FreeSWITCH-users mailing list > >> >> > FreeSWITCH-users at lists.freeswitch.org > >> >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >> > > >> >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >> > http://www.freeswitch.org > >> >> > >> >> > >> >> ____________________________________________________________ > _____________ > >> >> Professional FreeSWITCH Consulting Services: > >> >> consulting at freeswitch.org > >> >> http://www.freeswitchsolutions.com > >> >> > >> >> Official FreeSWITCH Sites > >> >> http://www.freeswitch.org > >> >> http://confluence.freeswitch.org > >> >> http://www.cluecon.com > >> >> > >> >> FreeSWITCH-users mailing list > >> >> FreeSWITCH-users at lists.freeswitch.org > >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >> > >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >> http://www.freeswitch.org > >> > > >> > > >> > > >> > > >> > -- > >> > Sincerely, > >> > Don Hawkins > >> > CEO > >> > Hawkins Enterprise Group LLC > >> > http://hawkinsegroup.com > >> > Zello PTT: push2don > >> > P: 469-214-5044 > >> > > >> > > >> > ____________________________________________________________ > _____________ > >> > Professional FreeSWITCH Consulting Services: > >> > consulting at freeswitch.org > >> > http://www.freeswitchsolutions.com > >> > > >> > Official FreeSWITCH Sites > >> > http://www.freeswitch.org > >> > http://confluence.freeswitch.org > >> > http://www.cluecon.com > >> > > >> > FreeSWITCH-users mailing list > >> > FreeSWITCH-users at lists.freeswitch.org > >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> > http://www.freeswitch.org > >> > >> ____________________________________________________________ > _____________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> http://www.freeswitch.org > > > > > > > > > > -- > > Sincerely, > > Don Hawkins > > CEO > > Hawkins Enterprise Group LLC > > http://hawkinsegroup.com > > Zello PTT: push2don > > P: 469-214-5044 > > > > ____________________________________________________________ > _____________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/268ac713/attachment-0001.html From Shawn.Wheeler at interlockconcepts.com Fri Aug 5 22:27:58 2016 From: Shawn.Wheeler at interlockconcepts.com (Shawn Wheeler) Date: Fri, 5 Aug 2016 18:27:58 +0000 Subject: [Freeswitch-users] Group Call In-Reply-To: References: Message-ID: Thank you for responding. This is a bit long but I find more information is better than less when trouble shooting. I started over this morning. I began with 13 devices. All with the following extension. 4001 through 4013 (as shown below) The 13 devices all connected. Next I added another 10 devices (see below). This gave me a total of 23 devices. Of the 23, only the first 13 and the last extension ?1201? connected. Next I removed 7 extensions. Leaving only the first 13 plus ext. 1001, ext. 1002 which were not working and ext. 1201 which is working. When I make the call, the first 13 will connect, as does ext. 1201. However, ext. 1001 and ext. 1002 show the user not registered. Looking at each device, both show registered one the device and in FreeSWITCH. I can also make direct calls to each device independently. eaab8efe-e4eb-4470-bb12-c6e603905685 EXECUTE sofia/internal/9005 at 10.111.72.3 conference_set_auto_outcall([^^:sip_invite_domain=192.168.40.55:presence_id=4001 at 192.168.40.55]sofia/internal/sip:4001 at 10.111.72.11:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4002 at 192.168.40.55]sofia/internal/sip:4002 at 10.111.72.12:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4003 at 192.168.40.55]sofia/internal/sip:4003 at 10.111.72.13:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4004 at 192.168.40.55]sofia/internal/sip:4004 at 10.111.72.14:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4005 at 192.168.40.55]sofia/internal/sip:4005 at 10.111.72.15:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4006 at 192.168.40.55]sofia/internal/sip:4006 at 10.111.72.16:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4007 at 192.168.40.55]sofia/internal/sip:4007 at 10.111.72.17:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4008 at 192.168.40.55]sofia/internal/sip:4008 at 10.111.72.18:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4009 at 192.168.40.55]sofia/internal/sip:4009 at 10.111.72.19:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4010 at 192.168.40.55]sofia/internal/sip:4010 at 10.111.72.20:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4011 at 192.168.40.55]sofia/internal/sip:4011 at 10.111.72.21:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4012 at 192.168.40.55]sofia/internal/sip:4012 at 10.111.72.22:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4013 at 192.168.40.55]sofia/internal/sip:4013 at 10.111.72.23:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=1001 at 192.168.40.55]error/user_not_registered,, [^^:sip_invite_domain=192.168.40.55:presence_id=1002 at 192.168.40.55]error/user_not_registered,, [^^:sip_invite_domain=192.168.40.55:presence_id=1201 at 192.168.40.55]sofia/internal/sip:1201 at 10.111.72.40:5060) This is the syntax I am using with the group call as well. Would very much applicate some insight. Thank you in advance. Shawn From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Jerris Sent: Friday, August 5, 2016 12:49 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Group Call you'll have to look at the logs to see why the calls failed. How many are you calling at once and how many are failing? On Friday, August 5, 2016, Shawn Wheeler > wrote: I have an odd situation. I am using the mad boss group call. The phones are set to auto answer. When I make the call, some phone will connect but others will not. However, I can call each phone individually and the phone will answer. Thoughts? Thank you in advance Shawn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/d3a91d3a/attachment-0001.html From anthony.minessale at gmail.com Fri Aug 5 22:48:20 2016 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 5 Aug 2016 13:48:20 -0500 Subject: [Freeswitch-users] Hostname vs IP in SDP In-Reply-To: References: <57263B27-A9C5-4020-82E4-EE2604FF84A7@jerris.com> Message-ID: On Thursday, August 4, 2016, Colin Morelli wrote: > Hey Steven, > > I did check that as well. So far as I can tell, most of the shared > portions of the SDP come from RFC 4566. The ICE additions in RFC 5245 also > claim to allow FQDNs for candidate addresses. > > My assumption is that it's just not commonly used. But it seems much > easier to support hostnames everywhere as more and more dual stack > endpoints. > > Any thoughts on a per-channel advertised address? > > > Best, > Colin > Not currently possible, a feature request would be necessary. > > On Thu, Aug 4, 2016 at 8:14 AM Steven Ayre > wrote: > >> Should point out that although it might be allowed in SDP's RFC that >> doesn't necessarily mean it isn't restricted by other WebRTC >> specifications. You'll probably want to look into those as well. >> >> On 4 August 2016 at 12:17, Colin Morelli > > wrote: >> >>> Steven, >>> >>> Thanks for the clarification - that's really helpful (it also means I >>> can go file browser bugs which I'll do) >>> >>> Agreed it'll cause interop issues (for example the ones seen in WebRTC). >>> It's too bad, because it could be helpful in a few different scenarios. >>> >>> That said, for now I'm just looking to slowly start using it on devices >>> that will have problems with IP addresses. Does anyone know if there's a >>> way, via a channel var, to set the advertised address in the SDP? >>> >>> Best, >>> Colin >>> >>> On Thu, Aug 4, 2016 at 7:03 AM Steven Ayre >> > wrote: >>> >>>> RFC4566 5. SDP Specification >>>> "A session description can contain domain names in the "o=", "u=", "e=", >>>> "c=", and "a=" lines." >>>> >>>> It's a detail I'd expect some implementations may have skipped over >>>> though so I'd expect it could lead to interop issues. Also you need to >>>> assume it will resolve to the IP you expect, not necessarily the case if it >>>> resolves to multiple IPs for example or it has changed and the TTL has not >>>> expired yet. And it might not play well with SIP ALGs. I'd avoid it. That's >>>> not evidence based, purely gut instinct. >>>> >>>> >>>> >>>> >>>> >>>> On 3 August 2016 at 06:10, Michael Jerris >>> > wrote: >>>> >>>>> I have not once in my life seen someone use a hostname instead of an >>>>> ip in an sdp, and I do not believe it is legal. >>>>> >>>>> > On Aug 2, 2016, at 1:00 PM, Colin Morelli >>>> > wrote: >>>>> > >>>>> > Hey all, >>>>> > >>>>> > So it looks like WebRTC has issues dealing with hostnames in the SDP >>>>> instead of IP addresses. Particularly, when including a hostname in the SDP >>>>> there's no audio in either direction. This is the case in both the latest >>>>> Firefox + Chrome browsers. >>>>> > >>>>> > This is particularly problematic for applications that are WebRTC + >>>>> mobile, now that Apple is enforcing applications to support IPv6-only >>>>> networks. Using hostnames in the record-route and SDP addresses meets the >>>>> requirement since the OS will synthesize an IPv6 address when a DNS query >>>>> is performed, but according to the documentation they strongly urge >>>>> applications to avoid using address literals in their applications. >>>>> > >>>>> > Has anyone had success with methods to switch between advertising a >>>>> hostname vs IP address in the SDP? Or other methods for solving this >>>>> problem? >>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>> options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/d0d17948/attachment.html From hawkins at hawkinsegroup.com Fri Aug 5 22:55:37 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Fri, 5 Aug 2016 13:55:37 -0500 Subject: [Freeswitch-users] Which module to use? In-Reply-To: References: Message-ID: It's not freezing but when it's called it has none of the variables set, like the bleg UUID. On Fri, Aug 5, 2016 at 12:42 PM, Abaci B wrote: > if execute_on_* freezes maybe try api_on_* > > On Fri, Aug 5, 2016 at 3:31 AM, Stanislav Sinyagin > wrote: > >> that will work, but keep in mind that your call, including its audio, >> will freeze until the HTTP session finishes. So, the server should >> answer quickly, and it should be reliable. Also it should sustain a >> certain calls-per-second rate (FreeSWITCH has 30cps limit by default, >> and it's tunable). >> >> >> >> On Fri, Aug 5, 2016 at 7:41 AM, Don Hawkins >> wrote: >> > Thanks for your help Stainislav! >> > >> > I decided to go with the route below, sharing code for those that may >> run >> > across this issue later. >> > >> > Get notified on certain events via HTTP post: >> > >> > >> > > > http://mysite.com/test3.php post >> > event=Ringing&\${uuid}&state=\${state}&direction=\${ >> direction}\"> >> > >> > >> > > > http://mysite.com/test3.php post >> > event=Answered&\${uuid}&state=\${state}&direction=\$ >> {direction}\"> >> > >> > (remove the \ slashes) >> > >> > On Thu, Aug 4, 2016 at 5:33 AM, Stanislav Sinyagin > > >> > wrote: >> >> >> >> I think inbound ESL is what will work for you best. >> >> >> >> Lua scripts can be executed within FreeSWITCH process during the call >> >> processing, but they are always synchronous, so your call will wait >> >> until the HTTP request is processed. >> >> >> >> >> >> >> >> On Thu, Aug 4, 2016 at 11:05 AM, Don Hawkins < >> hawkins at hawkinsegroup.com> >> >> wrote: >> >> > Thanks! >> >> > >> >> > I've looked at ESL and the mod_event_socket but I'm not looking to >> >> > control >> >> > everything. I do see that it supports outbound so I tried it but it >> >> > seems it >> >> > won't allow me to just get notified on events but I'll also have to >> >> > control >> >> > the entire call. In other words, it wont allow JUST outbound. >> >> > >> >> > Looks like my next option is LUA (which I know nothing about as of >> yet) >> >> > but >> >> > it looks like it will allow event hooks. Is this a viable solution in >> >> > your >> >> > opinion? >> >> > >> >> > https://wiki.freeswitch.org/wiki/Mod_lua#Event_Hooks >> >> > >> >> > >> >> > On Thu, Aug 4, 2016 at 1:34 AM, Stanislav Sinyagin < >> ssinyagin at gmail.com> >> >> > wrote: >> >> >> >> >> >> the best approach is to have a separate daemon that connects to >> >> >> FreeSWITCH and subscribes to events. Then you can asynchronously >> >> >> process these events without affecting the call flow. There are >> >> >> actually hundreds of example scripts, just search for keywords: >> >> >> freeswitch, esl, event socket >> >> >> >> >> >> There are also implementations of ESL protocol in many programming >> >> >> languages, and you can choose depending on your skills and >> >> >> requirements. For example, Golang or Erlang would allow you to spin >> >> >> off a new thread every time you need it, and do some background >> >> >> processing in parallel. But for many tasks, single-threaded >> processing >> >> >> is enough, so Perl or Python would work fine. >> >> >> >> >> >> You can also hand the call processing to such an external program -- >> >> >> for example, the XML dialplan executes park(), and your ESL program >> >> >> picks up the control and performs what you need, like IVR, for >> >> >> example. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Thu, Aug 4, 2016 at 7:30 AM, Don Hawkins < >> hawkins at hawkinsegroup.com> >> >> >> wrote: >> >> >> > So curl is working fine but I'm unsure (and unable to find any >> >> >> > examples) >> >> >> > how >> >> >> > to execute the curl application on specific events, primarily when >> >> >> > the >> >> >> > call >> >> >> > has been bridged/answered. Can anyone assist? >> >> >> > >> >> >> > On Wed, Aug 3, 2016 at 11:16 PM, Don Hawkins >> >> >> > >> >> >> > wrote: >> >> >> >> >> >> >> >> Figured it out, I sure did miss something, thank you for leading >> me >> >> >> >> in >> >> >> >> the >> >> >> >> right direction. >> >> >> >> >> >> >> >> > >> >> >> data="curl,*,exec:curl,http://myurl.com/mypage.cgi post >> >> >> >> >> >> >> >> >> >> >> >> uuid=${uuid}&state=${state}&direction=${direction},aleg, >> aleg"> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Wed, Aug 3, 2016 at 10:23 PM, Don Hawkins >> >> >> >> >> >> >> >> wrote: >> >> >> >>> >> >> >> >>> Thank you Abaci! >> >> >> >>> >> >> >> >>> I added >> >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> And it's for sure contacting my URL but it's not sending >> anything, >> >> >> >>> there >> >> >> >>> are no values... did I miss something? >> >> >> >>> >> >> >> >>> >> >> >> >>> On Wed, Aug 3, 2016 at 8:09 PM, Abaci B >> wrote: >> >> >> >>>> >> >> >> >>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_curl >> >> >> >>>> >> >> >> >>>> On Wed, Aug 3, 2016 at 9:03 PM, Don Hawkins >> >> >> >>>> >> >> >> >>>> wrote: >> >> >> >>>>> >> >> >> >>>>> Care to elaborate? Do you mean mod_xml_curl? I'm already using >> >> >> >>>>> that >> >> >> >>>>> for >> >> >> >>>>> serving configs, don't see it working for this...maybe I'm >> wrong. >> >> >> >>>>> >> >> >> >>>>> Sincerely, >> >> >> >>>>> Don Hawkins >> >> >> >>>>> >> >> >> >>>>> Sent from my NationPCS? Nexus 6. >> >> >> >>>>> >> >> >> >>>>> >> >> >> >>>>> On Aug 3, 2016 7:57 PM, "Abaci B" wrote: >> >> >> >>>>>> >> >> >> >>>>>> curl >> >> >> >>>>>> >> >> >> >>>>>> On Wed, Aug 3, 2016 at 8:27 PM, Don Hawkins >> >> >> >>>>>> wrote: >> >> >> >>>>>>> >> >> >> >>>>>>> Very simple situation... >> >> >> >>>>>>> >> >> >> >>>>>>> While on a call I want to press * to post to an external >> URL, I >> >> >> >>>>>>> want >> >> >> >>>>>>> to post global variables, ie. UUID. >> >> >> >>>>>>> >> >> >> >>>>>>> I have this working with httapi: >> >> >> >>>>>>> >> >> >> >>>>>>> > >> >> >>>>>>> >> >> >> >>>>>>> data="httapi,*,exec:httapi,http://myurl.com >> ,aleg,aleg\"> >> >> >> >>>>>>> >> >> >> >>>>>>> Only problem is, httapi expects XML to be returned and I >> don't >> >> >> >>>>>>> actually want to return anything, I just want to send the >> >> >> >>>>>>> information to the >> >> >> >>>>>>> URL and for FreeSwitch to go on about it's business. >> >> >> >>>>>>> >> >> >> >>>>>>> What module is best for this job? >> >> >> >>>>>>> >> >> >> >>>>>>> >> >> >> >>>>>>> >> >> >> >>>>>>> >> >> >> >>>>>>> ______________________________ >> ___________________________________________ >> >> >> >>>>>>> Professional FreeSWITCH Consulting Services: >> >> >> >>>>>>> consulting at freeswitch.org >> >> >> >>>>>>> http://www.freeswitchsolutions.com >> >> >> >>>>>>> >> >> >> >>>>>>> Official FreeSWITCH Sites >> >> >> >>>>>>> http://www.freeswitch.org >> >> >> >>>>>>> http://confluence.freeswitch.org >> >> >> >>>>>>> http://www.cluecon.com >> >> >> >>>>>>> >> >> >> >>>>>>> FreeSWITCH-users mailing list >> >> >> >>>>>>> FreeSWITCH-users at lists.freeswitch.org >> >> >> >>>>>>> http://lists.freeswitch.org/ma >> ilman/listinfo/freeswitch-users >> >> >> >>>>>>> >> >> >> >>>>>>> >> >> >> >>>>>>> >> >> >> >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> >> >> >>>>>>> http://www.freeswitch.org >> >> >> >>>>>> >> >> >> >>>>>> >> >> >> >>>>>> >> >> >> >>>>>> >> >> >> >>>>>> >> >> >> >>>>>> >> >> >> >>>>>> ____________________________________________________________ >> _____________ >> >> >> >>>>>> Professional FreeSWITCH Consulting Services: >> >> >> >>>>>> consulting at freeswitch.org >> >> >> >>>>>> http://www.freeswitchsolutions.com >> >> >> >>>>>> >> >> >> >>>>>> Official FreeSWITCH Sites >> >> >> >>>>>> http://www.freeswitch.org >> >> >> >>>>>> http://confluence.freeswitch.org >> >> >> >>>>>> http://www.cluecon.com >> >> >> >>>>>> >> >> >> >>>>>> FreeSWITCH-users mailing list >> >> >> >>>>>> FreeSWITCH-users at lists.freeswitch.org >> >> >> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-user >> s >> >> >> >>>>>> >> >> >> >>>>>> >> >> >> >>>>>> >> >> >> >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> >> >> >>>>>> http://www.freeswitch.org >> >> >> >>>>> >> >> >> >>>>> >> >> >> >>>>> >> >> >> >>>>> >> >> >> >>>>> >> >> >> >>>>> ____________________________________________________________ >> _____________ >> >> >> >>>>> Professional FreeSWITCH Consulting Services: >> >> >> >>>>> consulting at freeswitch.org >> >> >> >>>>> http://www.freeswitchsolutions.com >> >> >> >>>>> >> >> >> >>>>> Official FreeSWITCH Sites >> >> >> >>>>> http://www.freeswitch.org >> >> >> >>>>> http://confluence.freeswitch.org >> >> >> >>>>> http://www.cluecon.com >> >> >> >>>>> >> >> >> >>>>> FreeSWITCH-users mailing list >> >> >> >>>>> FreeSWITCH-users at lists.freeswitch.org >> >> >> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >> >>>>> >> >> >> >>>>> >> >> >> >>>>> >> >> >> >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> >> >> >>>>> http://www.freeswitch.org >> >> >> >>>> >> >> >> >>>> >> >> >> >>>> >> >> >> >>>> >> >> >> >>>> >> >> >> >>>> >> >> >> >>>> ____________________________________________________________ >> _____________ >> >> >> >>>> Professional FreeSWITCH Consulting Services: >> >> >> >>>> consulting at freeswitch.org >> >> >> >>>> http://www.freeswitchsolutions.com >> >> >> >>>> >> >> >> >>>> Official FreeSWITCH Sites >> >> >> >>>> http://www.freeswitch.org >> >> >> >>>> http://confluence.freeswitch.org >> >> >> >>>> http://www.cluecon.com >> >> >> >>>> >> >> >> >>>> FreeSWITCH-users mailing list >> >> >> >>>> FreeSWITCH-users at lists.freeswitch.org >> >> >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >> >>>> >> >> >> >>>> >> >> >> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> >> >> >>>> http://www.freeswitch.org >> >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> -- >> >> >> >>> Sincerely, >> >> >> >>> Don Hawkins >> >> >> >>> CEO >> >> >> >>> Hawkins Enterprise Group LLC >> >> >> >>> http://hawkinsegroup.com >> >> >> >>> Zello PTT: push2don >> >> >> >>> P: 469-214-5044 >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> Sincerely, >> >> >> >> Don Hawkins >> >> >> >> CEO >> >> >> >> Hawkins Enterprise Group LLC >> >> >> >> http://hawkinsegroup.com >> >> >> >> Zello PTT: push2don >> >> >> >> P: 469-214-5044 >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> > -- >> >> >> > Sincerely, >> >> >> > Don Hawkins >> >> >> > CEO >> >> >> > Hawkins Enterprise Group LLC >> >> >> > http://hawkinsegroup.com >> >> >> > Zello PTT: push2don >> >> >> > P: 469-214-5044 >> >> >> > >> >> >> > >> >> >> > >> >> >> > ____________________________________________________________ >> _____________ >> >> >> > Professional FreeSWITCH Consulting Services: >> >> >> > consulting at freeswitch.org >> >> >> > http://www.freeswitchsolutions.com >> >> >> > >> >> >> > Official FreeSWITCH Sites >> >> >> > http://www.freeswitch.org >> >> >> > http://confluence.freeswitch.org >> >> >> > http://www.cluecon.com >> >> >> > >> >> >> > FreeSWITCH-users mailing list >> >> >> > FreeSWITCH-users at lists.freeswitch.org >> >> >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >> > >> >> >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> >> >> > http://www.freeswitch.org >> >> >> >> >> >> >> >> >> ____________________________________________________________ >> _____________ >> >> >> Professional FreeSWITCH Consulting Services: >> >> >> consulting at freeswitch.org >> >> >> http://www.freeswitchsolutions.com >> >> >> >> >> >> Official FreeSWITCH Sites >> >> >> http://www.freeswitch.org >> >> >> http://confluence.freeswitch.org >> >> >> http://www.cluecon.com >> >> >> >> >> >> FreeSWITCH-users mailing list >> >> >> FreeSWITCH-users at lists.freeswitch.org >> >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >> >> >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> >> >> http://www.freeswitch.org >> >> > >> >> > >> >> > >> >> > >> >> > -- >> >> > Sincerely, >> >> > Don Hawkins >> >> > CEO >> >> > Hawkins Enterprise Group LLC >> >> > http://hawkinsegroup.com >> >> > Zello PTT: push2don >> >> > P: 469-214-5044 >> >> > >> >> > >> >> > ____________________________________________________________ >> _____________ >> >> > Professional FreeSWITCH Consulting Services: >> >> > consulting at freeswitch.org >> >> > http://www.freeswitchsolutions.com >> >> > >> >> > Official FreeSWITCH Sites >> >> > http://www.freeswitch.org >> >> > http://confluence.freeswitch.org >> >> > http://www.cluecon.com >> >> > >> >> > FreeSWITCH-users mailing list >> >> > FreeSWITCH-users at lists.freeswitch.org >> >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> >> > http://www.freeswitch.org >> >> >> >> ____________________________________________________________ >> _____________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> >> http://www.freeswitch.org >> > >> > >> > >> > >> > -- >> > Sincerely, >> > Don Hawkins >> > CEO >> > Hawkins Enterprise Group LLC >> > http://hawkinsegroup.com >> > Zello PTT: push2don >> > P: 469-214-5044 >> > >> > ____________________________________________________________ >> _____________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >> freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/be4453ee/attachment-0001.html From mike at jerris.com Fri Aug 5 22:56:11 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 5 Aug 2016 13:56:11 -0500 Subject: [Freeswitch-users] Interesting stats .. In-Reply-To: References: Message-ID: This could happen when using system time and changing the time after startup. It's one of the reasons we don't use system time by default. Similar issues happen with dst when using system time, and it can break accurate cdr details when time changes happen Sent from my iPad > On Aug 5, 2016, at 7:25 AM, Muhammad Naseer Bhatti wrote: > > > I did not knew FreeSWITCH is that old but looks interesting .. on an old version where enable-use-system-time is enabled for some testing. > > freeswitch at internal> status > UP 93 years, 92 days, 0 hours, 46 minutes, 41 seconds, 34 milliseconds, 220 microseconds > FreeSWITCH (Version 1.4.26 64bit) is ready > 0 session(s) since startup > 0 session(s) - peak 0, last 5min 0 > 0 session(s) per Sec out of max 30, peak 0, last 5min 0 > 1000 session(s) max > min idle cpu 0.00/97.93 > Current Stack Size/Max 240K/8192K > > -- > > Sent with Airmail > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/45ec4fe6/attachment.html From mike at jerris.com Fri Aug 5 22:59:51 2016 From: mike at jerris.com (Michael Jerris) Date: Fri, 5 Aug 2016 13:59:51 -0500 Subject: [Freeswitch-users] Group Call In-Reply-To: References: Message-ID: See if it does the same thing if not using the user endpoint. Try raising the sps limit. Sent from my iPad > On Aug 5, 2016, at 1:27 PM, Shawn Wheeler wrote: > > Thank you for responding. > > This is a bit long but I find more information is better than less when trouble shooting. > > > I started over this morning. > > I began with 13 devices. All with the following extension. 4001 through 4013 (as shown below) > The 13 devices all connected. > > > > > > > > > > > > > > > > > Next I added another 10 devices (see below). This gave me a total of 23 devices. Of the 23, only the first 13 and the last extension ?1201? connected. > > > > > > > > > > > > > Next I removed 7 extensions. Leaving only the first 13 plus ext. 1001, ext. 1002 which were not working and ext. 1201 which is working. > When I make the call, the first 13 will connect, as does ext. 1201. However, ext. 1001 and ext. 1002 show the user not registered. > > Looking at each device, both show registered one the device and in FreeSWITCH. I can also make direct calls to each device independently. > > eaab8efe-e4eb-4470-bb12-c6e603905685 EXECUTE sofia/internal/9005 at 10.111.72.3 conference_set_auto_outcall([^^:sip_invite_domain=192.168.40.55:presence_id=4001 at 192.168.40.55]sofia/internal/sip:4001 at 10.111.72.11:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4002 at 192.168.40.55]sofia/internal/sip:4002 at 10.111.72.12:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4003 at 192.168.40.55]sofia/internal/sip:4003 at 10.111.72.13:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4004 at 192.168.40.55]sofia/internal/sip:4004 at 10.111.72.14:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4005 at 192.168.40.55]sofia/internal/sip:4005 at 10.111.72.15:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4006 at 192.168.40.55]sofia/internal/sip:4006 at 10.111.72.16:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4007 at 192.168.40.55]sofia/internal/sip:4007 at 10.111.72.17:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4008 at 192.168.40.55]sofia/internal/sip:4008 at 10.111.72.18:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4009 at 192.168.40.55]sofia/internal/sip:4009 at 10.111.72.19:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4010 at 192.168.40.55]sofia/internal/sip:4010 at 10.111.72.20:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4011 at 192.168.40.55]sofia/internal/sip:4011 at 10.111.72.21:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4012 at 192.168.40.55]sofia/internal/sip:4012 at 10.111.72.22:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=4013 at 192.168.40.55]sofia/internal/sip:4013 at 10.111.72.23:5060,, > [^^:sip_invite_domain=192.168.40.55:presence_id=1001 at 192.168.40.55]error/user_not_registered,, > [^^:sip_invite_domain=192.168.40.55:presence_id=1002 at 192.168.40.55]error/user_not_registered,, > [^^:sip_invite_domain=192.168.40.55:presence_id=1201 at 192.168.40.55]sofia/internal/sip:1201 at 10.111.72.40:5060) > > > This is the syntax I am using with the group call as well. > > > > > > > > > > > > > > > > > > > > > > Would very much applicate some insight. > > Thank you in advance. > > Shawn > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Jerris > Sent: Friday, August 5, 2016 12:49 AM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Group Call > > you'll have to look at the logs to see why the calls failed. How many are you calling at once and how many are failing? > > On Friday, August 5, 2016, Shawn Wheeler wrote: > I have an odd situation. > > I am using the mad boss group call. The phones are set to auto answer. When I make the call, some phone will connect but others will not. However, I can call each phone individually and the phone will answer. > > Thoughts? > > Thank you in advance > > Shawn > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/0a3eb1bc/attachment-0001.html From nbhatti at gmail.com Fri Aug 5 23:05:01 2016 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Fri, 5 Aug 2016 12:05:01 -0700 Subject: [Freeswitch-users] Interesting stats .. In-Reply-To: References: Message-ID: No actually, the time was not changed but the param enable-use-system-time was introduced and the system was rebooted. After I see this, I restarted FreeSWITCH and this did not happened again. Maybe after FreeSWITCH started ntp kicked in and correct the system time resulting this. -- Sent with Airmail From: Michael Jerris Reply: FreeSWITCH Users Help Date: August 5, 2016 at 9:56:57 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Interesting stats .. This could happen when using system time and changing the time after startup. It's one of the reasons we don't use system time by default. Similar issues happen with dst when using system time, and it can break accurate cdr details when time changes happen Sent from my iPad On Aug 5, 2016, at 7:25 AM, Muhammad Naseer Bhatti wrote: I did not knew FreeSWITCH is that old but looks interesting .. on an old version where enable-use-system-time is enabled for some testing. freeswitch at internal> status *UP 93 years, 92 days, 0 hours, 46 minutes, 41 seconds, 34 milliseconds, 220 microseconds* FreeSWITCH (Version 1.4.26 64bit) is ready 0 session(s) since startup 0 session(s) - peak 0, last 5min 0 0 session(s) per Sec out of max 30, peak 0, last 5min 0 1000 session(s) max min idle cpu 0.00/97.93 Current Stack Size/Max 240K/8192K -- Sent with Airmail _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/93980e7d/attachment.html From hawkins at hawkinsegroup.com Sat Aug 6 00:09:13 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Fri, 5 Aug 2016 15:09:13 -0500 Subject: [Freeswitch-users] uuid_dump returns blank Message-ID: Using the web API uuid_dump returns a blank page (unless the uuid does not exist then it returns a error) http://192.00.22.22:8080/api/uuid_dump?0c35eaeb-4082-4e2c-9421-ddf614e188ab%20xml uuid_dump woth same uuid is working fine from fs_cli Is this a bug? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/0b3697a5/attachment.html From deepikay at iiitd.ac.in Fri Aug 5 23:15:13 2016 From: deepikay at iiitd.ac.in (Deepika Yadav) Date: Sat, 6 Aug 2016 00:45:13 +0530 Subject: [Freeswitch-users] Conference Call Limits Message-ID: Hi, Can anyone tell me, what is the maximum number of mobile phone numbers that can be connected in a conference call and how many connected members can give same DTMF input simultaneously. I have a requirement where I need to call 22 phone numbers in a conference call and receive DTMF input(Digit 1) from these callers at once. I tested with 17 callers, when all of these 17 members pressed 1, my esl program received only DTMF event from only 8 callers. Just wanted to confirm if there are any sort of constraints regarding conference calls. Regards, Deepika -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/adcab318/attachment.html From krice at freeswitch.org Sat Aug 6 02:02:37 2016 From: krice at freeswitch.org (Ken Rice) Date: Fri, 5 Aug 2016 17:02:37 -0500 Subject: [Freeswitch-users] Conference Call Limits In-Reply-To: References: Message-ID: <2a9901d1ef65$146ae460$3d40ad20$@freeswitch.org> There?s no constraints on this other than the computing resources you the computing resources you have under the machine? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Deepika Yadav Sent: Friday, August 5, 2016 2:15 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Conference Call Limits Hi, Can anyone tell me, what is the maximum number of mobile phone numbers that can be connected in a conference call and how many connected members can give same DTMF input simultaneously. I have a requirement where I need to call 22 phone numbers in a conference call and receive DTMF input(Digit 1) from these callers at once. I tested with 17 callers, when all of these 17 members pressed 1, my esl program received only DTMF event from only 8 callers. Just wanted to confirm if there are any sort of constraints regarding conference calls. Regards, Deepika -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/b1a99293/attachment.html From Shawn.Wheeler at interlockconcepts.com Sat Aug 6 03:02:51 2016 From: Shawn.Wheeler at interlockconcepts.com (Shawn Wheeler) Date: Fri, 5 Aug 2016 23:02:51 +0000 Subject: [Freeswitch-users] Group Call In-Reply-To: References: Message-ID: Please forgive my ignorance. I do not know what sps limit is. I did notice that the device that are not working are on different switches than the ones that do. Does the Mad Boss group call us a different protocol than the direct dial call? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Jerris Sent: Friday, August 5, 2016 12:00 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Group Call See if it does the same thing if not using the user endpoint. Try raising the sps limit. Sent from my iPad On Aug 5, 2016, at 1:27 PM, Shawn Wheeler > wrote: Thank you for responding. This is a bit long but I find more information is better than less when trouble shooting. I started over this morning. I began with 13 devices. All with the following extension. 4001 through 4013 (as shown below) The 13 devices all connected. Next I added another 10 devices (see below). This gave me a total of 23 devices. Of the 23, only the first 13 and the last extension ?1201? connected. Next I removed 7 extensions. Leaving only the first 13 plus ext. 1001, ext. 1002 which were not working and ext. 1201 which is working. When I make the call, the first 13 will connect, as does ext. 1201. However, ext. 1001 and ext. 1002 show the user not registered. Looking at each device, both show registered one the device and in FreeSWITCH. I can also make direct calls to each device independently. eaab8efe-e4eb-4470-bb12-c6e603905685 EXECUTE sofia/internal/9005 at 10.111.72.3 conference_set_auto_outcall([^^:sip_invite_domain=192.168.40.55:presence_id=4001 at 192.168.40.55]sofia/internal/sip:4001 at 10.111.72.11:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4002 at 192.168.40.55]sofia/internal/sip:4002 at 10.111.72.12:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4003 at 192.168.40.55]sofia/internal/sip:4003 at 10.111.72.13:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4004 at 192.168.40.55]sofia/internal/sip:4004 at 10.111.72.14:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4005 at 192.168.40.55]sofia/internal/sip:4005 at 10.111.72.15:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4006 at 192.168.40.55]sofia/internal/sip:4006 at 10.111.72.16:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4007 at 192.168.40.55]sofia/internal/sip:4007 at 10.111.72.17:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4008 at 192.168.40.55]sofia/internal/sip:4008 at 10.111.72.18:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4009 at 192.168.40.55]sofia/internal/sip:4009 at 10.111.72.19:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4010 at 192.168.40.55]sofia/internal/sip:4010 at 10.111.72.20:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4011 at 192.168.40.55]sofia/internal/sip:4011 at 10.111.72.21:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4012 at 192.168.40.55]sofia/internal/sip:4012 at 10.111.72.22:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=4013 at 192.168.40.55]sofia/internal/sip:4013 at 10.111.72.23:5060,, [^^:sip_invite_domain=192.168.40.55:presence_id=1001 at 192.168.40.55]error/user_not_registered,, [^^:sip_invite_domain=192.168.40.55:presence_id=1002 at 192.168.40.55]error/user_not_registered,, [^^:sip_invite_domain=192.168.40.55:presence_id=1201 at 192.168.40.55]sofia/internal/sip:1201 at 10.111.72.40:5060) This is the syntax I am using with the group call as well. Would very much applicate some insight. Thank you in advance. Shawn From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Jerris Sent: Friday, August 5, 2016 12:49 AM To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Group Call you'll have to look at the logs to see why the calls failed. How many are you calling at once and how many are failing? On Friday, August 5, 2016, Shawn Wheeler > wrote: I have an odd situation. I am using the mad boss group call. The phones are set to auto answer. When I make the call, some phone will connect but others will not. However, I can call each phone individually and the phone will answer. Thoughts? Thank you in advance Shawn _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160805/63a8a3b7/attachment-0001.html From tony.brodi at gmail.com Sat Aug 6 14:40:21 2016 From: tony.brodi at gmail.com (Anthony Brodi) Date: Sat, 6 Aug 2016 12:40:21 +0200 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media In-Reply-To: References: Message-ID: I have Auto-NAT set to false for the internal profile - could it be the cause? 2016-08-05 17:02 GMT+02:00 Anthony Brodi : > I have in the sip_profile/internal.xml > > > > > > > However in my case all 4 addresses have the same value - the external IP > of the FS server. > > > 2016-08-05 16:34 GMT+02:00 Brian West : > >> What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to? >> >> On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi >> wrote: >> >>> Hi, >>> >>> Currently my FS is set up that way that it does not sent 183 Session >>> Progress but 180 Ringing at once. It makes the calling side sometimes >>> confused whether the call is being processed or not. >>> >>> To change this, I use pre_answer() before bridge, but then run onto this >>> issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local host] as >>> you can see in the log below. >>> >>> Can anyone help me on this. >>> Thanks. >>> >>> EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() >>> [INFO] mod_dptools.c:1327 Sending early media >>> [DEBUG] switch_core_media.c:2507 Set Codec sofia/internal/1000 at Registar_IP.X.X.X >>> PCMU/0 0 ms 160 samples 64000 bits 1 channels >>> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X >>> Original read codec set to PCMU:0 >>> [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP >>> [sofia/internal/1000 at Registar_IP.X.X.X] Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 >>> codec: 0 ms: 20 >>> [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing local >>> host] >>> >>> >>> freeswitch at internal> sofia status profile internal >>> ============================================================ >>> ===================================== >>> Name internal >>> Domain Name N/A >>> Auto-NAT false >>> DBName sofia_reg_internal >>> Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x >>> Dialplan XML >>> Context public >>> Challenge Realm auto_from >>> RTP-IP FS_external_IP.x.x.x >>> SIP-IP FS_external_IP.x.x.x >>> URL sip:mod_sofia at FS_external_IP.x.x.x:5060 >>> BIND-URL sip:mod_sofia at FS_external_IP. >>> x.x.x:5060;transport=udp,tcp >>> HOLD-MUSIC local_stream://moh >>> OUTBOUND-PROXY N/A >>> CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS >>> CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS >>> TEL-EVENT 101 >>> DTMF-MODE rfc2833 >>> CNG 13 >>> SESSION-TO 0 >>> MAX-DIALOG 0 >>> NOMEDIA false >>> LATE-NEG true >>> PROXY-MEDIA true >>> ZRTP-PASSTHRU true >>> AGGRESSIVENAT true >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/4c2e6a6a/attachment.html From mike at jerris.com Sat Aug 6 18:55:18 2016 From: mike at jerris.com (Michael Jerris) Date: Sat, 6 Aug 2016 10:55:18 -0400 Subject: [Freeswitch-users] Group Call In-Reply-To: References: Message-ID: no, it's exactly the same protocol. sps = sessions per second On Friday, August 5, 2016, Shawn Wheeler < Shawn.Wheeler at interlockconcepts.com> wrote: > Please forgive my ignorance. > > > > I do not know what sps limit is. > > > > I did notice that the device that are not working are on different > switches than the ones that do. > > > > Does the Mad Boss group call us a different protocol than the direct dial > call? > > > > > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org > > [mailto:freeswitch-users-bounces at lists.freeswitch.org > ] > *On Behalf Of *Michael Jerris > *Sent:* Friday, August 5, 2016 12:00 PM > *To:* FreeSWITCH Users Help > > *Subject:* Re: [Freeswitch-users] Group Call > > > > See if it does the same thing if not using the user endpoint. Try raising > the sps limit. > > Sent from my iPad > > > On Aug 5, 2016, at 1:27 PM, Shawn Wheeler interlockconcepts.com > > > wrote: > > Thank you for responding. > > > > This is a bit long but I find more information is better than less when > trouble shooting. > > > > > > I started over this morning. > > > > I began with 13 devices. All with the following extension. 4001 through > 4013 (as shown below) > > The 13 devices all connected. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Next I added another 10 devices (see below). This gave me a total of 23 > devices. Of the 23, only the first 13 and the last extension ?1201? > connected. > > > > > > > > > > > > > > > > > > > > > > > > > > Next I removed 7 extensions. Leaving only the first 13 plus ext. 1001, > ext. 1002 which were not working and ext. 1201 which is working. > > When I make the call, the first 13 will connect, as does ext. 1201. > However, ext. 1001 and ext. 1002 show the user not registered. > > > > Looking at each device, both show registered one the device and in > FreeSWITCH. I can also make direct calls to each device independently. > > > > eaab8efe-e4eb-4470-bb12-c6e603905685 EXECUTE > sofia/internal/9005 at 10.111.72.3 > > conference_set_auto_outcall([^^:sip_invite_domain=192.168.40.55: > presence_id=4001 at 192.168.40.55 > > ]sofia/internal/sip:4001 at 10.111.72.11 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4002 at 192.168.40.55 > > ]sofia/internal/sip:4002 at 10.111.72.12 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4003 at 192.168.40.55 > > ]sofia/internal/sip:4003 at 10.111.72.13 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4004 at 192.168.40.55 > > ]sofia/internal/sip:4004 at 10.111.72.14 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4005 at 192.168.40.55 > > ]sofia/internal/sip:4005 at 10.111.72.15 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4006 at 192.168.40.55 > > ]sofia/internal/sip:4006 at 10.111.72.16 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4007 at 192.168.40.55 > > ]sofia/internal/sip:4007 at 10.111.72.17 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4008 at 192.168.40.55 > > ]sofia/internal/sip:4008 at 10.111.72.18 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4009 at 192.168.40.55 > > ]sofia/internal/sip:4009 at 10.111.72.19 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4010 at 192.168.40.55 > > ]sofia/internal/sip:4010 at 10.111.72.20 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4011 at 192.168.40.55 > > ]sofia/internal/sip:4011 at 10.111.72.21 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4012 at 192.168.40.55 > > ]sofia/internal/sip:4012 at 10.111.72.22 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=4013 at 192.168.40.55 > > ]sofia/internal/sip:4013 at 10.111.72.23 > :5060,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=1001 at 192.168.40.55 > > ]error/user_not_registered,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=1002 at 192.168.40.55 > > ]error/user_not_registered,, > > [^^:sip_invite_domain=192.168.40.55:presence_id=1201 at 192.168.40.55 > > ]sofia/internal/sip:1201 at 10.111.72.40 > :5060) > > > > > > This is the syntax I am using with the group call as well. > > > > > > > > > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > type="pointer"/> > > > > > > > > > > Would very much applicate some insight. > > > > Thank you in advance. > > > > Shawn > > *From:* freeswitch-users-bounces at lists.freeswitch.org > > [mailto:freeswitch-users-bounces at lists.freeswitch.org > ] > *On Behalf Of *Michael Jerris > *Sent:* Friday, August 5, 2016 12:49 AM > *To:* FreeSWITCH Users Help > > *Subject:* Re: [Freeswitch-users] Group Call > > > > you'll have to look at the logs to see why the calls failed. How many are > you calling at once and how many are failing? > > On Friday, August 5, 2016, Shawn Wheeler interlockconcepts.com > > > wrote: > > I have an odd situation. > > > > I am using the mad boss group call. The phones are set to auto answer. > When I make the call, some phone will connect but others will not. > However, I can call each phone individually and the phone will answer. > > > > Thoughts? > > > > Thank you in advance > > > > Shawn > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/34455d31/attachment-0001.html From brian at freeswitch.org Sat Aug 6 20:27:27 2016 From: brian at freeswitch.org (Brian West) Date: Sat, 6 Aug 2016 11:27:27 -0500 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media In-Reply-To: References: Message-ID: is the IP directly bound on the interface on the system? On Sat, Aug 6, 2016 at 5:40 AM, Anthony Brodi wrote: > I have Auto-NAT set to false for the internal profile - could it be the > cause? > > > 2016-08-05 17:02 GMT+02:00 Anthony Brodi : > >> I have in the sip_profile/internal.xml >> >> >> >> >> >> >> However in my case all 4 addresses have the same value - the external IP >> of the FS server. >> >> >> 2016-08-05 16:34 GMT+02:00 Brian West : >> >>> What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to? >>> >>> On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi >>> wrote: >>> >>>> Hi, >>>> >>>> Currently my FS is set up that way that it does not sent 183 Session >>>> Progress but 180 Ringing at once. It makes the calling side sometimes >>>> confused whether the call is being processed or not. >>>> >>>> To change this, I use pre_answer() before bridge, but then run onto >>>> this issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local >>>> host] as you can see in the log below. >>>> >>>> Can anyone help me on this. >>>> Thanks. >>>> >>>> EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() >>>> [INFO] mod_dptools.c:1327 Sending early media >>>> [DEBUG] switch_core_media.c:2507 Set Codec >>>> sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples 64000 >>>> bits 1 channels >>>> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X >>>> Original read codec set to PCMU:0 >>>> [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP >>>> [sofia/internal/1000 at Registar_IP.X.X.X] Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 >>>> codec: 0 ms: 20 >>>> [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing local >>>> host] >>>> >>>> >>>> freeswitch at internal> sofia status profile internal >>>> ============================================================ >>>> ===================================== >>>> Name internal >>>> Domain Name N/A >>>> Auto-NAT false >>>> DBName sofia_reg_internal >>>> Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x >>>> Dialplan XML >>>> Context public >>>> Challenge Realm auto_from >>>> RTP-IP FS_external_IP.x.x.x >>>> SIP-IP FS_external_IP.x.x.x >>>> URL sip:mod_sofia at FS_external_IP.x.x.x:5060 >>>> BIND-URL sip:mod_sofia at FS_external_IP. >>>> x.x.x:5060;transport=udp,tcp >>>> HOLD-MUSIC local_stream://moh >>>> OUTBOUND-PROXY N/A >>>> CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>> CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>> TEL-EVENT 101 >>>> DTMF-MODE rfc2833 >>>> CNG 13 >>>> SESSION-TO 0 >>>> MAX-DIALOG 0 >>>> NOMEDIA false >>>> LATE-NEG true >>>> PROXY-MEDIA true >>>> ZRTP-PASSTHRU true >>>> AGGRESSIVENAT true >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >>>> freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/23a3ec87/attachment.html From tony.brodi at gmail.com Sun Aug 7 01:24:55 2016 From: tony.brodi at gmail.com (Anthony Brodi) Date: Sat, 6 Aug 2016 23:24:55 +0200 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media In-Reply-To: References: Message-ID: Yes, the IP is directly bound on the interface on the system. 2016-08-06 18:27 GMT+02:00 Brian West : > is the IP directly bound on the interface on the system? > > On Sat, Aug 6, 2016 at 5:40 AM, Anthony Brodi > wrote: > >> I have Auto-NAT set to false for the internal profile - could it be the >> cause? >> >> >> 2016-08-05 17:02 GMT+02:00 Anthony Brodi : >> >>> I have in the sip_profile/internal.xml >>> >>> >>> >>> >>> >>> >>> However in my case all 4 addresses have the same value - the external IP >>> of the FS server. >>> >>> >>> 2016-08-05 16:34 GMT+02:00 Brian West : >>> >>>> What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to? >>>> >>>> On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi >>>> wrote: >>>> >>>>> Hi, >>>>> >>>>> Currently my FS is set up that way that it does not sent 183 Session >>>>> Progress but 180 Ringing at once. It makes the calling side sometimes >>>>> confused whether the call is being processed or not. >>>>> >>>>> To change this, I use pre_answer() before bridge, but then run onto >>>>> this issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local >>>>> host] as you can see in the log below. >>>>> >>>>> Can anyone help me on this. >>>>> Thanks. >>>>> >>>>> EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() >>>>> [INFO] mod_dptools.c:1327 Sending early media >>>>> [DEBUG] switch_core_media.c:2507 Set Codec >>>>> sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples 64000 >>>>> bits 1 channels >>>>> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X >>>>> Original read codec set to PCMU:0 >>>>> [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP >>>>> [sofia/internal/1000 at Registar_IP.X.X.X] Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 >>>>> codec: 0 ms: 20 >>>>> [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing local >>>>> host] >>>>> >>>>> >>>>> freeswitch at internal> sofia status profile internal >>>>> ============================================================ >>>>> ===================================== >>>>> Name internal >>>>> Domain Name N/A >>>>> Auto-NAT false >>>>> DBName sofia_reg_internal >>>>> Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x >>>>> Dialplan XML >>>>> Context public >>>>> Challenge Realm auto_from >>>>> RTP-IP FS_external_IP.x.x.x >>>>> SIP-IP FS_external_IP.x.x.x >>>>> URL sip:mod_sofia at FS_external_IP.x.x.x:5060 >>>>> BIND-URL sip:mod_sofia at FS_external_IP. >>>>> x.x.x:5060;transport=udp,tcp >>>>> HOLD-MUSIC local_stream://moh >>>>> OUTBOUND-PROXY N/A >>>>> CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>>> CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>>> TEL-EVENT 101 >>>>> DTMF-MODE rfc2833 >>>>> CNG 13 >>>>> SESSION-TO 0 >>>>> MAX-DIALOG 0 >>>>> NOMEDIA false >>>>> LATE-NEG true >>>>> PROXY-MEDIA true >>>>> ZRTP-PASSTHRU true >>>>> AGGRESSIVENAT true >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> https://www.gofundme.com/freeswitch_ubuntu >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/9457954a/attachment-0001.html From brian at freeswitch.org Sun Aug 7 01:45:56 2016 From: brian at freeswitch.org (Brian West) Date: Sat, 6 Aug 2016 16:45:56 -0500 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media In-Reply-To: References: Message-ID: Do you have something like SE Linux enabled? On Sat, Aug 6, 2016 at 4:24 PM, Anthony Brodi wrote: > Yes, the IP is directly bound on the interface on the system. > > 2016-08-06 18:27 GMT+02:00 Brian West : > >> is the IP directly bound on the interface on the system? >> >> On Sat, Aug 6, 2016 at 5:40 AM, Anthony Brodi >> wrote: >> >>> I have Auto-NAT set to false for the internal profile - could it be the >>> cause? >>> >>> >>> 2016-08-05 17:02 GMT+02:00 Anthony Brodi : >>> >>>> I have in the sip_profile/internal.xml >>>> >>>> >>>> >>>> >>>> >>>> >>>> However in my case all 4 addresses have the same value - the external >>>> IP of the FS server. >>>> >>>> >>>> 2016-08-05 16:34 GMT+02:00 Brian West : >>>> >>>>> What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to? >>>>> >>>>> On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi >>>>> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> Currently my FS is set up that way that it does not sent 183 Session >>>>>> Progress but 180 Ringing at once. It makes the calling side sometimes >>>>>> confused whether the call is being processed or not. >>>>>> >>>>>> To change this, I use pre_answer() before bridge, but then run onto >>>>>> this issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local >>>>>> host] as you can see in the log below. >>>>>> >>>>>> Can anyone help me on this. >>>>>> Thanks. >>>>>> >>>>>> EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() >>>>>> [INFO] mod_dptools.c:1327 Sending early media >>>>>> [DEBUG] switch_core_media.c:2507 Set Codec >>>>>> sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples 64000 >>>>>> bits 1 channels >>>>>> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X >>>>>> Original read codec set to PCMU:0 >>>>>> [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP >>>>>> [sofia/internal/1000 at Registar_IP.X.X.X] >>>>>> Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 codec: >>>>>> 0 ms: 20 >>>>>> [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing >>>>>> local host] >>>>>> >>>>>> >>>>>> freeswitch at internal> sofia status profile internal >>>>>> ============================================================ >>>>>> ===================================== >>>>>> Name internal >>>>>> Domain Name N/A >>>>>> Auto-NAT false >>>>>> DBName sofia_reg_internal >>>>>> Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x >>>>>> Dialplan XML >>>>>> Context public >>>>>> Challenge Realm auto_from >>>>>> RTP-IP FS_external_IP.x.x.x >>>>>> SIP-IP FS_external_IP.x.x.x >>>>>> URL sip:mod_sofia at FS_external_IP.x.x.x:5060 >>>>>> BIND-URL sip:mod_sofia at FS_external_IP. >>>>>> x.x.x:5060;transport=udp,tcp >>>>>> HOLD-MUSIC local_stream://moh >>>>>> OUTBOUND-PROXY N/A >>>>>> CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>>>> CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>>>> TEL-EVENT 101 >>>>>> DTMF-MODE rfc2833 >>>>>> CNG 13 >>>>>> SESSION-TO 0 >>>>>> MAX-DIALOG 0 >>>>>> NOMEDIA false >>>>>> LATE-NEG true >>>>>> PROXY-MEDIA true >>>>>> ZRTP-PASSTHRU true >>>>>> AGGRESSIVENAT true >>>>>> >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>> switch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/fa96dad6/attachment-0001.html From hawkins at hawkinsegroup.com Sun Aug 7 03:12:17 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Sat, 6 Aug 2016 18:12:17 -0500 Subject: [Freeswitch-users] First Inbound DID Message-ID: I feel like the directions on setting up a DID for inbound couldn't be clearer but yet I've been unable to get it working. * 1. SIP Invite: ------------------------------------------------------------------------ ACK sip:19722364002 at mymyserver.com SIP/2.0 Via: SIP/2.0/UDP 162.217.100.10;branch=z9hG4bK1bf3.34c008d0cd01ff7b9bec681d865ae587.0 Max-Forwards: 69 To: ;tag=cZryjBv7B58aB From: ;tag=as74def9f2 Call-ID: 0a7173f94045e4985f82b31525b0d93f at 192.170.152.170 CSeq: 102 ACK Content-Length: 0 ------------------------------------------------------------------------ * 2. In public.xml AND in /public/inboundtest.xml also tried... * 3. Either way when I call the DID: 2016-08-06 23:05:04.089527 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/+14693380000 at 162.217.100.10 [ca1b456f-e9fc-4c99-a72d-d594835feb10] 2016-08-06 23:05:04.089527 [DEBUG] switch_core_state_machine.c:543 (sofia/internal/+14693380000 at 162.217.100.10) Running State Change CS_NEW 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9456 sofia/internal/+ 14693380000 at 162.217.100.10 receiving invite from 162.217.100.10:5060 version: 1.6.9 -16-d574870 64bit 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9623 IP 162.217.100.10 Rejected by acl "domains". Falling back to Digest auth. NOTE: 4693380000 is the number I am calling from, not the DID number. The DID number is 9722364002. Any help is appreciated, thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/d328c626/attachment.html From brian at freeswitch.org Sun Aug 7 06:40:45 2016 From: brian at freeswitch.org (Brian West) Date: Sat, 6 Aug 2016 21:40:45 -0500 Subject: [Freeswitch-users] First Inbound DID In-Reply-To: References: Message-ID: The issue is 1. you have an ACK there, 2 you have auth-calls enabled on the profile, and it snot hitting port 5080 but 5060 so its challenging you with a 401 auth. You can't answer it the call fails. /b On Sat, Aug 6, 2016 at 6:12 PM, Don Hawkins wrote: > I feel like the directions on setting up a DID for inbound couldn't be > clearer but yet I've been unable to get it working. > > > * 1. SIP Invite: > > > ----------------------------------------------------------- > ------------- > ACK sip:19722364002 at mymyserver.com SIP/2.0 > Via: SIP/2.0/UDP 162.217.100.10;branch=z9hG4bK1bf3. > 34c008d0cd01ff7b9bec681d865ae587.0 > Max-Forwards: 69 > To: ;tag=cZryjBv7B58aB > From: ;tag=as74def9f2 > Call-ID: 0a7173f94045e4985f82b31525b0d93f at 192.170.152.170 > CSeq: 102 ACK > Content-Length: 0 > > ----------------------------------------------------------- > ------------- > > > * 2. In public.xml AND in /public/inboundtest.xml > > > > > > > > > > > > also tried... > > > > > > * 3. Either way when I call the DID: > > 2016-08-06 23:05:04.089527 [NOTICE] switch_channel.c:1104 New Channel > sofia/internal/+14693380000 at 162.217.100.10 [ca1b456f-e9fc-4c99-a72d- > d594835feb10] > 2016-08-06 23:05:04.089527 [DEBUG] switch_core_state_machine.c:543 > (sofia/internal/+14693380000 at 162.217.100.10) Running State Change CS_NEW > 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9456 sofia/internal/+ > 14693380000 at 162.217.100.10 receiving invite from 162.217.100.10:5060 > version: 1.6.9 -16-d574870 64bit > 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9623 IP 162.217.100.10 Rejected > by acl "domains". Falling back to Digest auth. > > NOTE: 4693380000 is the number I am calling from, not the DID number. The > DID number is 9722364002. > > > Any help is appreciated, thanks! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com https://www.gofundme.com/freeswitch_ubuntu Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/c2cacded/attachment.html From bipin at xbipin.com Sun Aug 7 10:15:29 2016 From: bipin at xbipin.com (Bipin Patel) Date: Sun, 7 Aug 2016 10:15:29 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <395366e9-cf70-a50b-6f2b-b442075846e6@xbipin.com> References: <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> <156520956d8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <285701a2-b925-4d60-1c2c-96a94fe33459@xbipin.com> <60964329-5452-65e2-2d6f-cb05f98ecb25@xbipin.com> <395366e9-cf70-a50b-6f2b-b442075846e6@xbipin.com> Message-ID: <57124d4b-9c60-933b-a851-6961a4f89440@xbipin.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160807/f892e0c8/attachment-0001.html From tony.brodi at gmail.com Sun Aug 7 10:51:30 2016 From: tony.brodi at gmail.com (Anthony Brodi) Date: Sun, 7 Aug 2016 08:51:30 +0200 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media In-Reply-To: References: Message-ID: No SE Linux disabled already upon installation of FS, according to the installation guide. 2016-08-06 23:45 GMT+02:00 Brian West : > Do you have something like SE Linux enabled? > > On Sat, Aug 6, 2016 at 4:24 PM, Anthony Brodi > wrote: > >> Yes, the IP is directly bound on the interface on the system. >> >> 2016-08-06 18:27 GMT+02:00 Brian West : >> >>> is the IP directly bound on the interface on the system? >>> >>> On Sat, Aug 6, 2016 at 5:40 AM, Anthony Brodi >>> wrote: >>> >>>> I have Auto-NAT set to false for the internal profile - could it be the >>>> cause? >>>> >>>> >>>> 2016-08-05 17:02 GMT+02:00 Anthony Brodi : >>>> >>>>> I have in the sip_profile/internal.xml >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> However in my case all 4 addresses have the same value - the external >>>>> IP of the FS server. >>>>> >>>>> >>>>> 2016-08-05 16:34 GMT+02:00 Brian West : >>>>> >>>>>> What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to? >>>>>> >>>>>> On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi >>>>>> wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> Currently my FS is set up that way that it does not sent 183 Session >>>>>>> Progress but 180 Ringing at once. It makes the calling side sometimes >>>>>>> confused whether the call is being processed or not. >>>>>>> >>>>>>> To change this, I use pre_answer() before bridge, but then run onto >>>>>>> this issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local >>>>>>> host] as you can see in the log below. >>>>>>> >>>>>>> Can anyone help me on this. >>>>>>> Thanks. >>>>>>> >>>>>>> EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() >>>>>>> [INFO] mod_dptools.c:1327 Sending early media >>>>>>> [DEBUG] switch_core_media.c:2507 Set Codec >>>>>>> sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples 64000 >>>>>>> bits 1 channels >>>>>>> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X >>>>>>> Original read codec set to PCMU:0 >>>>>>> [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP >>>>>>> [sofia/internal/1000 at Registar_IP.X.X.X] >>>>>>> Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 codec: >>>>>>> 0 ms: 20 >>>>>>> [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing >>>>>>> local host] >>>>>>> >>>>>>> >>>>>>> freeswitch at internal> sofia status profile internal >>>>>>> ============================================================ >>>>>>> ===================================== >>>>>>> Name internal >>>>>>> Domain Name N/A >>>>>>> Auto-NAT false >>>>>>> DBName sofia_reg_internal >>>>>>> Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x >>>>>>> Dialplan XML >>>>>>> Context public >>>>>>> Challenge Realm auto_from >>>>>>> RTP-IP FS_external_IP.x.x.x >>>>>>> SIP-IP FS_external_IP.x.x.x >>>>>>> URL sip:mod_sofia at FS_external_IP.x >>>>>>> .x.x:5060 >>>>>>> BIND-URL sip:mod_sofia at FS_external_IP. >>>>>>> x.x.x:5060;transport=udp,tcp >>>>>>> HOLD-MUSIC local_stream://moh >>>>>>> OUTBOUND-PROXY N/A >>>>>>> CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>>>>> CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>>>>> TEL-EVENT 101 >>>>>>> DTMF-MODE rfc2833 >>>>>>> CNG 13 >>>>>>> SESSION-TO 0 >>>>>>> MAX-DIALOG 0 >>>>>>> NOMEDIA false >>>>>>> LATE-NEG true >>>>>>> PROXY-MEDIA true >>>>>>> ZRTP-PASSTHRU true >>>>>>> AGGRESSIVENAT true >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>>> switch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>> switch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160807/f42ce155/attachment-0001.html From tony.brodi at gmail.com Sun Aug 7 11:28:23 2016 From: tony.brodi at gmail.com (Anthony Brodi) Date: Sun, 7 Aug 2016 09:28:23 +0200 Subject: [Freeswitch-users] "Missing local host" error message while FS establishing early media In-Reply-To: References: Message-ID: Solved!!! someone suggested me to disable the inbound-proxy-media in the profile. I did so and the problem ceased to exist indeed. 2016-08-07 8:51 GMT+02:00 Anthony Brodi : > No SE Linux disabled already upon installation of FS, according to the > installation guide. > > 2016-08-06 23:45 GMT+02:00 Brian West : > >> Do you have something like SE Linux enabled? >> >> On Sat, Aug 6, 2016 at 4:24 PM, Anthony Brodi >> wrote: >> >>> Yes, the IP is directly bound on the interface on the system. >>> >>> 2016-08-06 18:27 GMT+02:00 Brian West : >>> >>>> is the IP directly bound on the interface on the system? >>>> >>>> On Sat, Aug 6, 2016 at 5:40 AM, Anthony Brodi >>>> wrote: >>>> >>>>> I have Auto-NAT set to false for the internal profile - could it be >>>>> the cause? >>>>> >>>>> >>>>> 2016-08-05 17:02 GMT+02:00 Anthony Brodi : >>>>> >>>>>> I have in the sip_profile/internal.xml >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> However in my case all 4 addresses have the same value - the external >>>>>> IP of the FS server. >>>>>> >>>>>> >>>>>> 2016-08-05 16:34 GMT+02:00 Brian West : >>>>>> >>>>>>> What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to? >>>>>>> >>>>>>> On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi >>>>>>> wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> Currently my FS is set up that way that it does not sent 183 >>>>>>>> Session Progress but 180 Ringing at once. It makes the calling side >>>>>>>> sometimes confused whether the call is being processed or not. >>>>>>>> >>>>>>>> To change this, I use pre_answer() before bridge, but then run onto >>>>>>>> this issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local >>>>>>>> host] as you can see in the log below. >>>>>>>> >>>>>>>> Can anyone help me on this. >>>>>>>> Thanks. >>>>>>>> >>>>>>>> EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer() >>>>>>>> [INFO] mod_dptools.c:1327 Sending early media >>>>>>>> [DEBUG] switch_core_media.c:2507 Set Codec >>>>>>>> sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples >>>>>>>> 64000 bits 1 channels >>>>>>>> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X >>>>>>>> Original read codec set to PCMU:0 >>>>>>>> [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP >>>>>>>> [sofia/internal/1000 at Registar_IP.X.X.X] >>>>>>>> Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930 >>>>>>>> codec: 0 ms: 20 >>>>>>>> [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing >>>>>>>> local host] >>>>>>>> >>>>>>>> >>>>>>>> freeswitch at internal> sofia status profile internal >>>>>>>> ============================================================ >>>>>>>> ===================================== >>>>>>>> Name internal >>>>>>>> Domain Name N/A >>>>>>>> Auto-NAT false >>>>>>>> DBName sofia_reg_internal >>>>>>>> Pres Hosts FS_external_IP.x.x.x,FS_external_IP.x.x.x >>>>>>>> Dialplan XML >>>>>>>> Context public >>>>>>>> Challenge Realm auto_from >>>>>>>> RTP-IP FS_external_IP.x.x.x >>>>>>>> SIP-IP FS_external_IP.x.x.x >>>>>>>> URL sip:mod_sofia at FS_external_IP.x >>>>>>>> .x.x:5060 >>>>>>>> BIND-URL sip:mod_sofia at FS_external_IP. >>>>>>>> x.x.x:5060;transport=udp,tcp >>>>>>>> HOLD-MUSIC local_stream://moh >>>>>>>> OUTBOUND-PROXY N/A >>>>>>>> CODECS IN PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>>>>>> CODECS OUT PCMU, PCMA,G729,G723,GSM,G722,OPUS >>>>>>>> TEL-EVENT 101 >>>>>>>> DTMF-MODE rfc2833 >>>>>>>> CNG 13 >>>>>>>> SESSION-TO 0 >>>>>>>> MAX-DIALOG 0 >>>>>>>> NOMEDIA false >>>>>>>> LATE-NEG true >>>>>>>> PROXY-MEDIA true >>>>>>>> ZRTP-PASSTHRU true >>>>>>>> AGGRESSIVENAT true >>>>>>>> >>>>>>>> ____________________________________________________________ >>>>>>>> _____________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>>>> switch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>>> switch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> https://www.gofundme.com/freeswitch_ubuntu >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160807/4d91a230/attachment-0001.html From hawkins at hawkinsegroup.com Sun Aug 7 11:45:42 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Sun, 7 Aug 2016 02:45:42 -0500 Subject: [Freeswitch-users] First Inbound DID In-Reply-To: References: Message-ID: Brian, Thanks for the reply. I kind of get what your saying but I'm still a little on the loopy side on this. It looks like the call is trying to go into the "internal" profile. I took auth-calls off that profile and non of my SIP accounts worked, plus I assume that's not a good idea anyway. I do see the "Rejected by acl "domains". Falling back to Digest auth." It's my understanding that the DID's should be hitting the public context first. Does this look right? And what profile exactly should I be setting up to receive this DID's inbound calls, I think I've tried them all by now. lol 2016-08-07 07:41:48.910771 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/+14693383688 at 162.217.100.10 [c37f310d-b32c-4254-9021-eeda53d5d837] 2016-08-07 07:41:48.910771 [DEBUG] switch_core_state_machine.c:543 (sofia/internal/+14693383688 at 162.217.100.10) Running State Change CS_NEW 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:9456 sofia/internal/+ 14693383656 at 162.217.100.10 receiving invite from 162.217.100.10:5060 version: 1.6.9 -16-d574870 64bit 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:9623 IP 162.217.100.10 Rejected by acl "domains". Falling back to Digest auth. 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:2248 detaching session c37f310d-b32c-4254-9021-eeda53d5d837 2016-08-07 07:41:48.910771 [DEBUG] switch_core_state_machine.c:562 (sofia/internal/+14693383688 at 162.217.100.10) State NEW On Sat, Aug 6, 2016 at 9:40 PM, Brian West wrote: > The issue is 1. you have an ACK there, 2 you have auth-calls enabled on > the profile, and it snot hitting port 5080 but 5060 so its challenging you > with a 401 auth. You can't answer it the call fails. > > /b > > > On Sat, Aug 6, 2016 at 6:12 PM, Don Hawkins > wrote: > >> I feel like the directions on setting up a DID for inbound couldn't be >> clearer but yet I've been unable to get it working. >> >> >> * 1. SIP Invite: >> >> >> ----------------------------------------------------------- >> ------------- >> ACK sip:19722364002 at mymyserver.com SIP/2.0 >> Via: SIP/2.0/UDP 162.217.100.10;branch=z9hG4bK1 >> bf3.34c008d0cd01ff7b9bec681d865ae587.0 >> Max-Forwards: 69 >> To: ;tag=cZryjBv7B58aB >> From: ;tag=as74def9f2 >> Call-ID: 0a7173f94045e4985f82b31525b0d93f at 192.170.152.170 >> CSeq: 102 ACK >> Content-Length: 0 >> >> ----------------------------------------------------------- >> ------------- >> >> >> * 2. In public.xml AND in /public/inboundtest.xml >> >> >> >> >> >> >> >> >> >> >> >> also tried... >> >> >> >> >> >> * 3. Either way when I call the DID: >> >> 2016-08-06 23:05:04.089527 [NOTICE] switch_channel.c:1104 New Channel >> sofia/internal/+14693380000 at 162.217.100.10 [ca1b456f-e9fc-4c99-a72d-d5948 >> 35feb10] >> 2016-08-06 23:05:04.089527 [DEBUG] switch_core_state_machine.c:543 >> (sofia/internal/+14693380000 at 162.217.100.10) Running State Change CS_NEW >> 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9456 sofia/internal/+ >> 14693380000 at 162.217.100.10 receiving invite from 162.217.100.10:5060 >> version: 1.6.9 -16-d574870 64bit >> 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9623 IP 162.217.100.10 >> Rejected by acl "domains". Falling back to Digest auth. >> >> NOTE: 4693380000 is the number I am calling from, not the DID number. >> The DID number is 9722364002. >> >> >> Any help is appreciated, thanks! >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160807/4462c418/attachment.html From aqsyounas at gmail.com Sun Aug 7 11:53:35 2016 From: aqsyounas at gmail.com (Aqs Younas) Date: Sun, 7 Aug 2016 12:53:35 +0500 Subject: [Freeswitch-users] First Inbound DID In-Reply-To: References: Message-ID: You should not be putting authentication off. Use external profile (5080) and add your ip through acl. And calls will be hitting public context. 5060 for default context and 5080 for public context. On Aug 7, 2016 12:49 PM, "Don Hawkins" wrote: > Brian, > > Thanks for the reply. I kind of get what your saying but I'm still a > little on the loopy side on this. It looks like the call is trying to go > into the "internal" profile. I took auth-calls off that profile and non of > my SIP accounts worked, plus I assume that's not a good idea anyway. > > I do see the "Rejected by acl "domains". Falling back to Digest auth." > > It's my understanding that the DID's should be hitting the public context > first. Does this look right? And what profile exactly should I be setting > up to receive this DID's inbound calls, I think I've tried them all by now. > lol > > 2016-08-07 07:41:48.910771 [NOTICE] switch_channel.c:1104 New Channel > sofia/internal/+14693383688 at 162.217.100.10 [c37f310d-b32c-4254-9021- > eeda53d5d837] > 2016-08-07 07:41:48.910771 [DEBUG] switch_core_state_machine.c:543 > (sofia/internal/+14693383688 at 162.217.100.10) Running State Change CS_NEW > 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:9456 sofia/internal/+ > 14693383656 at 162.217.100.10 receiving invite from 162.217.100.10:5060 > version: 1.6.9 -16-d574870 64bit > 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:9623 IP 162.217.100.10 Rejected > by acl "domains". Falling back to Digest auth. > 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:2248 detaching session > c37f310d-b32c-4254-9021-eeda53d5d837 > 2016-08-07 07:41:48.910771 [DEBUG] switch_core_state_machine.c:562 > (sofia/internal/+14693383688 at 162.217.100.10) State NEW > > > On Sat, Aug 6, 2016 at 9:40 PM, Brian West wrote: > >> The issue is 1. you have an ACK there, 2 you have auth-calls enabled on >> the profile, and it snot hitting port 5080 but 5060 so its challenging you >> with a 401 auth. You can't answer it the call fails. >> >> /b >> >> >> On Sat, Aug 6, 2016 at 6:12 PM, Don Hawkins >> wrote: >> >>> I feel like the directions on setting up a DID for inbound couldn't be >>> clearer but yet I've been unable to get it working. >>> >>> >>> * 1. SIP Invite: >>> >>> >>> ----------------------------------------------------------- >>> ------------- >>> ACK sip:19722364002 at mymyserver.com SIP/2.0 >>> Via: SIP/2.0/UDP 162.217.100.10;branch=z9hG4bK1 >>> bf3.34c008d0cd01ff7b9bec681d865ae587.0 >>> Max-Forwards: 69 >>> To: ;tag=cZryjBv7B58aB >>> From: ;tag=as74def9f2 >>> Call-ID: 0a7173f94045e4985f82b31525b0d93f at 192.170.152.170 >>> CSeq: 102 ACK >>> Content-Length: 0 >>> >>> ----------------------------------------------------------- >>> ------------- >>> >>> >>> * 2. In public.xml AND in /public/inboundtest.xml >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> also tried... >>> >>> >>> >>> >>> >>> * 3. Either way when I call the DID: >>> >>> 2016-08-06 23:05:04.089527 [NOTICE] switch_channel.c:1104 New Channel >>> sofia/internal/+14693380000 at 162.217.100.10 >>> [ca1b456f-e9fc-4c99-a72d-d594835feb10] >>> 2016-08-06 23:05:04.089527 [DEBUG] switch_core_state_machine.c:543 >>> (sofia/internal/+14693380000 at 162.217.100.10) Running State Change CS_NEW >>> 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9456 sofia/internal/+ >>> 14693380000 at 162.217.100.10 receiving invite from 162.217.100.10:5060 >>> version: 1.6.9 -16-d574870 64bit >>> 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9623 IP 162.217.100.10 >>> Rejected by acl "domains". Falling back to Digest auth. >>> >>> NOTE: 4693380000 is the number I am calling from, not the DID number. >>> The DID number is 9722364002. >>> >>> >>> Any help is appreciated, thanks! >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > Don Hawkins > CEO > Hawkins Enterprise Group LLC > http://hawkinsegroup.com > Zello PTT : push2don > P: 469-214-5044 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160807/40f588d1/attachment-0001.html From manpower13.cse at gmail.com Sun Aug 7 18:22:22 2016 From: manpower13.cse at gmail.com (Murugan Pandian) Date: Sun, 7 Aug 2016 19:52:22 +0530 Subject: [Freeswitch-users] PosgresSQL in core Message-ID: Hi, I have two FS node with single PosgresSQL,I can able to register extension in table, but when i make call between two extensions it always fails. 1) 1000(FS1)--->1001(FS1) Working 2)1000(FS1)--->1001(FS2) Not working Regard's Murugan Pandian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160807/e6e111c7/attachment.html From hawkins at hawkinsegroup.com Mon Aug 8 00:29:04 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Sun, 7 Aug 2016 15:29:04 -0500 Subject: [Freeswitch-users] First Inbound DID In-Reply-To: References: Message-ID: Thanks! Changed the SIP URI with my provider to send the calls to port 5080, problem solved. Didn't know about the 5060/default and 5080/public context links, thank you! On Sun, Aug 7, 2016 at 2:53 AM, Aqs Younas wrote: > You should not be putting authentication off. Use external profile (5080) > and add your ip through acl. And calls will be hitting public context. > 5060 for default context and 5080 for public context. > > On Aug 7, 2016 12:49 PM, "Don Hawkins" wrote: > >> Brian, >> >> Thanks for the reply. I kind of get what your saying but I'm still a >> little on the loopy side on this. It looks like the call is trying to go >> into the "internal" profile. I took auth-calls off that profile and non of >> my SIP accounts worked, plus I assume that's not a good idea anyway. >> >> I do see the "Rejected by acl "domains". Falling back to Digest auth." >> >> It's my understanding that the DID's should be hitting the public context >> first. Does this look right? And what profile exactly should I be setting >> up to receive this DID's inbound calls, I think I've tried them all by now. >> lol >> >> 2016-08-07 07:41:48.910771 [NOTICE] switch_channel.c:1104 New Channel >> sofia/internal/+14693383688 at 162.217.100.10 [c37f310d-b32c-4254-9021-eeda5 >> 3d5d837] >> 2016-08-07 07:41:48.910771 [DEBUG] switch_core_state_machine.c:543 >> (sofia/internal/+14693383688 at 162.217.100.10) Running State Change CS_NEW >> 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:9456 sofia/internal/+ >> 14693383656 at 162.217.100.10 receiving invite from 162.217.100.10:5060 >> version: 1.6.9 -16-d574870 64bit >> 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:9623 IP 162.217.100.10 >> Rejected by acl "domains". Falling back to Digest auth. >> 2016-08-07 07:41:48.910771 [DEBUG] sofia.c:2248 detaching session >> c37f310d-b32c-4254-9021-eeda53d5d837 >> 2016-08-07 07:41:48.910771 [DEBUG] switch_core_state_machine.c:562 >> (sofia/internal/+14693383688 at 162.217.100.10) State NEW >> >> >> On Sat, Aug 6, 2016 at 9:40 PM, Brian West wrote: >> >>> The issue is 1. you have an ACK there, 2 you have auth-calls enabled on >>> the profile, and it snot hitting port 5080 but 5060 so its challenging you >>> with a 401 auth. You can't answer it the call fails. >>> >>> /b >>> >>> >>> On Sat, Aug 6, 2016 at 6:12 PM, Don Hawkins >>> wrote: >>> >>>> I feel like the directions on setting up a DID for inbound couldn't be >>>> clearer but yet I've been unable to get it working. >>>> >>>> >>>> * 1. SIP Invite: >>>> >>>> >>>> ----------------------------------------------------------- >>>> ------------- >>>> ACK sip:19722364002 at mymyserver.com SIP/2.0 >>>> Via: SIP/2.0/UDP 162.217.100.10;branch=z9hG4bK1 >>>> bf3.34c008d0cd01ff7b9bec681d865ae587.0 >>>> Max-Forwards: 69 >>>> To: ;tag=cZryjBv7B58aB >>>> From: ;tag=as74def9f2 >>>> Call-ID: 0a7173f94045e4985f82b31525b0d93f at 192.170.152.170 >>>> CSeq: 102 ACK >>>> Content-Length: 0 >>>> >>>> ----------------------------------------------------------- >>>> ------------- >>>> >>>> >>>> * 2. In public.xml AND in /public/inboundtest.xml >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> also tried... >>>> >>>> >>>> >>>> >>>> >>>> * 3. Either way when I call the DID: >>>> >>>> 2016-08-06 23:05:04.089527 [NOTICE] switch_channel.c:1104 New Channel >>>> sofia/internal/+14693380000 at 162.217.100.10 >>>> [ca1b456f-e9fc-4c99-a72d-d594835feb10] >>>> 2016-08-06 23:05:04.089527 [DEBUG] switch_core_state_machine.c:543 >>>> (sofia/internal/+14693380000 at 162.217.100.10) Running State Change >>>> CS_NEW >>>> 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9456 sofia/internal/+ >>>> 14693380000 at 162.217.100.10 receiving invite from 162.217.100.10:5060 >>>> version: 1.6.9 -16-d574870 64bit >>>> 2016-08-06 23:05:04.089527 [DEBUG] sofia.c:9623 IP 162.217.100.10 >>>> Rejected by acl "domains". Falling back to Digest auth. >>>> >>>> NOTE: 4693380000 is the number I am calling from, not the DID number. >>>> The DID number is 9722364002. >>>> >>>> >>>> Any help is appreciated, thanks! >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> Don Hawkins >> CEO >> Hawkins Enterprise Group LLC >> http://hawkinsegroup.com >> Zello PTT : push2don >> P: 469-214-5044 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Don Hawkins CEO Hawkins Enterprise Group LLC http://hawkinsegroup.com Zello PTT : push2don P: 469-214-5044 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160807/d9bd2123/attachment-0001.html From daveh at beachdognet.com Mon Aug 8 06:03:22 2016 From: daveh at beachdognet.com (Dave Horton) Date: Sun, 7 Aug 2016 22:03:22 -0400 Subject: [Freeswitch-users] question on file string in playback Message-ID: When using the playback application (or play_and_get_digits etc) do I need to specify the full path to the file under the base sounds directory, including the sample rate (e.g. 8000). It?s a bit cumbersome to have to put the sample rate into the file string since that is dynamically determined at call set up, and I _thought_ that freeswitch had the ability to automatically factor that in when locating the file. However, I can?t find examples that do that ? am I wrong, and must I somehow concoct a file string that will be different per call if different codecs are chosen? From hawkins at hawkinsegroup.com Mon Aug 8 10:15:05 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Mon, 8 Aug 2016 01:15:05 -0500 Subject: [Freeswitch-users] question on file string in playback In-Reply-To: References: Message-ID: Simple answer is no, you don't have to specific the sample rate. If your doing mp3 make sure mod_shout is loaded. I have plenty of code working properly with no sample rate specified, but all the wav files are 8k. Sincerely, Don Hawkins Sent from my NationPCS? Nexus 6. On Aug 7, 2016 10:50 PM, "Dave Horton" wrote: > When using the playback application (or play_and_get_digits etc) do I need > to specify the full path to the file under the base sounds directory, > including the sample rate (e.g. 8000). > > It?s a bit cumbersome to have to put the sample rate into the file string > since that is dynamically determined at call set up, and I _thought_ that > freeswitch > had the ability to automatically factor that in when locating the file. > However, I can?t find examples that do that ? am I wrong, and must I somehow > concoct a file string that will be different per call if different codecs > are chosen? > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/dcef3dba/attachment.html From lassi.romanainen at gmail.com Mon Aug 8 11:03:24 2016 From: lassi.romanainen at gmail.com (Lassi Romanainen) Date: Mon, 08 Aug 2016 07:03:24 +0000 Subject: [Freeswitch-users] Ad-hoc conferences with RFC 4579 In-Reply-To: References: Message-ID: Hi Sergey, Thank You for the link, did I understand correctly that it's not currently possible to implement the conference factory feature with Freeswitch? The "rfc-4579" flag only enables the "isFocus" usage? Best regards, -Lassi pe 5. elokuuta 2016 klo 0.49 Sergey Safarov kirjoitti: > Look at FS-7259 > > > ??, 4 ???. 2016 ?. ? 20:11, Lassi Romanainen : > >> Hi, >> >> I've been trying to find an example how to configure (or use, if no extra >> configuration is needed) Freeswitch for creating ad-hoc conferences >> described in RFC 4579. Has anyone bumped into one recently or maybe used >> Freeswitch in such manner? >> >> I'm trying to create conference rooms as described in this chapter: >> https://tools.ietf.org/html/rfc4579#page-16 >> (5.4. INVITE: Creating a Conference Using Ad-Hoc SIP Methods) >> >> Thnks beforehand for any pointers! >> >> Best regards, >> >> -Lassi Romanainen >> > _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/92931b80/attachment.html From hawkins at hawkinsegroup.com Mon Aug 8 11:27:51 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Mon, 8 Aug 2016 02:27:51 -0500 Subject: [Freeswitch-users] Ad-hoc conferences with RFC 4579 In-Reply-To: References: Message-ID: mod_xml_rpc will allow you to serve the conference configs. Sincerely, Don Hawkins Sent from my NationPCS? Nexus 6. On Aug 4, 2016 12:11 PM, "Lassi Romanainen" wrote: > Hi, > > I've been trying to find an example how to configure (or use, if no extra > configuration is needed) Freeswitch for creating ad-hoc conferences > described in RFC 4579. Has anyone bumped into one recently or maybe used > Freeswitch in such manner? > > I'm trying to create conference rooms as described in this chapter: > https://tools.ietf.org/html/rfc4579#page-16 > (5.4. INVITE: Creating a Conference Using Ad-Hoc SIP Methods) > > Thnks beforehand for any pointers! > > Best regards, > > -Lassi Romanainen > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/5baaaff9/attachment.html From s.safarov at gmail.com Mon Aug 8 12:44:16 2016 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 08 Aug 2016 08:44:16 +0000 Subject: [Freeswitch-users] Ad-hoc conferences with RFC 4579 In-Reply-To: References: Message-ID: ??, 8 ???. 2016 ?. ? 10:04, Lassi Romanainen : > Thank You for the link, did I understand correctly that it's not currently > possible to implement the conference factory feature with Freeswitch? > The "rfc-4579" flag only enables the "isFocus" usage? > It is possible. As Mike wrote at jira "We would be glad to take pull requests to add this functionality or you can contact consulting at freeswitch.org if you are looking to pay to add this functionality." You can add this functionality to FS or contact to consulting at freeswitch.org to get quote to add this functionality" Sergey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/a46ef9ca/attachment-0001.html From blessendor at gmail.com Mon Aug 8 14:40:22 2016 From: blessendor at gmail.com (Alexandr Usov) Date: Mon, 8 Aug 2016 13:40:22 +0300 Subject: [Freeswitch-users] [ANN]: Odoo connector-telephony for FreeSWITCH new version In-Reply-To: <510a6803-a93a-c7cf-ed4b-4d09ba654b00@middleearth.sapphiresunday.org> References: <510a6803-a93a-c7cf-ed4b-4d09ba654b00@middleearth.sapphiresunday.org> Message-ID: Can't install base_phone module: Odoo Server Error ------------------------------ Traceback (most recent call last): File "/opt/openerp/v8/openerp/http.py", line 537, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/openerp/v8/openerp/http.py", line 574, in dispatch result = self._call_function(**self.params) File "/opt/openerp/v8/openerp/http.py", line 310, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/openerp/v8/openerp/service/model.py", line 113, in wrapper return f(dbname, *args, **kwargs) File "/opt/openerp/v8/openerp/http.py", line 307, in checked_call return self.endpoint(*a, **kw) File "/opt/openerp/v8/openerp/http.py", line 803, in __call__ return self.method(*args, **kw) File "/opt/openerp/v8/openerp/http.py", line 403, in response_wrap response = f(*args, **kw) File "/opt/openerp/v8/addons/web/controllers/main.py", line 948, in call_button action = self._call_kw(model, method, args, {}) File "/opt/openerp/v8/addons/web/controllers/main.py", line 936, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/openerp/v8/openerp/addons/base/module/module.py", line 446, in button_immediate_install return self._button_immediate_function(cr, uid, ids, self.button_install, context=context) File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/openerp/v8/openerp/addons/base/module/module.py", line 494, in _button_immediate_function registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True) File "/opt/openerp/v8/openerp/modules/registry.py", line 370, in new openerp.modules.load_modules(registry._db, force_demo, status, update_module) File "/opt/openerp/v8/openerp/modules/loading.py", line 355, in load_modules loaded_modules, update_module) File "/opt/openerp/v8/openerp/modules/loading.py", line 255, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/opt/openerp/v8/openerp/modules/loading.py", line 176, in load_module_graph _load_data(cr, module_name, idref, mode, kind='data') File "/opt/openerp/v8/openerp/modules/loading.py", line 118, in _load_data tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report) File "/opt/openerp/v8/openerp/tools/convert.py", line 901, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate, report) File "/opt/openerp/v8/openerp/tools/convert.py", line 987, in convert_xml_import obj.parse(doc.getroot(), mode=mode) File "/opt/openerp/v8/openerp/tools/convert.py", line 853, in parse self._tags[rec.tag](self.cr, rec, n, mode=mode) File "/opt/openerp/v8/openerp/tools/convert.py", line 763, in _tag_record id = self.pool['ir.model.data']._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context ) File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/openerp/v8/openerp/addons/base/ir/ir_model.py", line 1077, in _update res_id = model_obj.create(cr, uid, values, context=context) File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/openerp/v8/openerp/addons/base/ir/ir_ui_view.py", line 264, in create context=context) File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/openerp/v8/openerp/api.py", line 336, in old_api result = method(recs, *args, **kwargs) File "/opt/openerp/v8/openerp/models.py", line 4076, in create record = self.browse(self._create(old_vals)) File "/opt/openerp/v8/openerp/api.py", line 239, in wrapper return new_api(self, *args, **kwargs) File "/opt/openerp/v8/openerp/api.py", line 463, in new_api result = method(self._model, cr, uid, *args, **kwargs) File "/opt/openerp/v8/openerp/models.py", line 4267, in _create recs._validate_fields(vals) File "/opt/openerp/v8/openerp/api.py", line 239, in wrapper return new_api(self, *args, **kwargs) File "/opt/openerp/v8/openerp/models.py", line 1271, in _validate_fields raise ValidationError('\n'.join(errors)) ParseError: "ValidateError Field(s) `arch` failed against a constraint: Invalid view definition Error details: Field `state` does not exist Error context: View `reformat_all_phonenumbers.form` [view_id: 1499, xml_id: n/a, model: reformat.all.phonenumbers, parent_id: n/a]" while parsing /opt/openerp/v8/addons-community/base_phone/wizard/reformat_all_phonenumbers_view.xml:11, near reformat_all_phonenumbers.form reformat.all.phonenumbers
2016-08-03 13:18 GMT+03:00 Trever L. Adams < trever at middleearth.sapphiresunday.org>: > My module for OpenERP/Odoo to do click2dial and pull call details out of > the system, etc. has been updated. If you find it of interest, please > see the three sections below: > > > https://github.com/treveradams/connector-telephony/tree/freeswitch-7.0 > > This branch is for OpenERP 7.0. I no longer have an installation of 7.0, > but this should fix many bugs. If you use it and you have problems, > please let me know. I want to keep this working as long as people use it. > > If it doesn't work for you, please send me a private email. If it works, > please comment on https://github.com/OCA/connector-telephony/pull/58 > (feel free to comment there if it doesn't work). > > > https://github.com/treveradams/connector-telephony/tree/freeswitch-8.0 > > This branch is for Odoo 8.0. I never had an Odoo 8.0 installation. > However, I believe it should be working. If you use it and you have > problems, please let me know. I want to keep this working as long as > people use it. > > If it doesn't work for you, please send me a private email. If it works, > please comment on https://github.com/OCA/connector-telephony/pull/59 > (feel free to comment there if it doesn't work). > > > https://github.com/treveradams/connector-telephony/tree/freeswitch-9.0 > > This branch is for Odoo 9.0. It was created over the last few days and > is thoroughly tested (to what my installation allows me to). There may > be one bug. If you use sip phones internally, you may see this. I > believe it is simple to fix if it is there. > > If it doesn't work for you, please send me a private email. If it works, > please comment on https://github.com/OCA/connector-telephony/pull/96 > (feel free to comment there if it doesn't work). > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/8291aeac/attachment.html From daveh at beachdognet.com Mon Aug 8 17:38:37 2016 From: daveh at beachdognet.com (Dave Horton) Date: Mon, 8 Aug 2016 06:38:37 -0700 Subject: [Freeswitch-users] question on file string in playback In-Reply-To: References: Message-ID: <985942F9-BA03-485A-BD2D-7061B0B8CD1C@beachdognet.com> Ok I am not playing MP3 files just the files in the sounds directory Should that still work and why is mod shout necessary? I am using the standard play and get digits, playback, play and detect speech apps etc Sent from my iPhone > On Aug 7, 2016, at 11:15 PM, Don Hawkins wrote: > > Simple answer is no, you don't have to specific the sample rate. If your doing mp3 make sure mod_shout is loaded. I have plenty of code working properly with no sample rate specified, but all the wav files are 8k. > > Sincerely, > Don Hawkins > > Sent from my NationPCS? Nexus 6. > > >> On Aug 7, 2016 10:50 PM, "Dave Horton" wrote: >> When using the playback application (or play_and_get_digits etc) do I need to specify the full path to the file under the base sounds directory, including the sample rate (e.g. 8000). >> >> It?s a bit cumbersome to have to put the sample rate into the file string since that is dynamically determined at call set up, and I _thought_ that freeswitch >> had the ability to automatically factor that in when locating the file. However, I can?t find examples that do that ? am I wrong, and must I somehow >> concoct a file string that will be different per call if different codecs are chosen? >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/6e0a7b1e/attachment-0001.html From silviu.cpp at gmail.com Mon Aug 8 18:08:36 2016 From: silviu.cpp at gmail.com (Caragea Silviu) Date: Mon, 8 Aug 2016 17:08:36 +0300 Subject: [Freeswitch-users] mod_flite not loading on Ubuntu 14.04 at least Message-ID: Hello, I successfully compiled and started FS 1.6 (last commit from that branch) but seems there is a problem with mod_flite which is not startign because of : ib/freeswitch/mod/mod_flite.so **/usr/lib/libflite_cmu_us_slt.so.1: undefined symbol: cmu_lex_init** I was looking to FS 1.4 which works fine and I see there the flite is compiled from sources. I have a feeling that libflite-dev is broken on ubuntu . anyone has the same problem ? There is any workaround to this problem ? Silviu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/0ac37d92/attachment.html From jungleboogie0 at gmail.com Mon Aug 8 18:32:23 2016 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Mon, 8 Aug 2016 07:32:23 -0700 Subject: [Freeswitch-users] PosgresSQL in core In-Reply-To: References: Message-ID: On 7 August 2016 at 07:22, Murugan Pandian wrote: > I have two FS node with single PosgresSQL,I can able to register extension > in table, but when i make call between two extensions it always fails. You'll need to provide some logs. -- ------- inum: 883510009027723 sip: jungleboogie at sip2sip.info From colin.morelli at gmail.com Mon Aug 8 18:35:37 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Mon, 08 Aug 2016 14:35:37 +0000 Subject: [Freeswitch-users] Replace One Session with Another Message-ID: Hey all, I asked this question a little while back and didn't get a response but I worked around the issue for a while so I had never followed up. Now I'm facing some other issues and would like to see if there's an answer to this out there (or if it needs to be built). I'm looking to get behavior like the "pickup" channel, but at any point during a call. Say I have channel A on a call with channel B. Channel C calls, and I want it to take the place of A such that C is now talking to B. In this particular case, intercept could work, but I have two issues with that: 1. I would like to copy all channel vars from A to C 2. I would like to be able to do the same thing *at any point* during a call. Even if A is not currently bridged to another endpoint. As I understand, intercept connects you with an existing call, it doesn't replace anything. So logically it would only work when there's another endpoint to bridge you to. Essentially, I want to swap sessions. Have everything that A is doing replaced with C, and drop A. This actually appears to be what the pickup channel does (I have noticed all channel vars are copied), but pickup only works during bridging. Is this possible to do? Best, Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/7e837f95/attachment.html From ssinyagin at gmail.com Mon Aug 8 18:50:23 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 8 Aug 2016 16:50:23 +0200 Subject: [Freeswitch-users] Replace One Session with Another In-Reply-To: References: Message-ID: I think it's doable via ESL, but needs testing. For example, the B's leg goes to park(), and then you hangup A and bridge the C's session to B. Then you can also copy important variables between channels via uuid_getvar and uuid_setvar. Also mod_conference might be of help, although it would put extra load on the CPU. On Mon, Aug 8, 2016 at 4:35 PM, Colin Morelli wrote: > Hey all, > > I asked this question a little while back and didn't get a response but I > worked around the issue for a while so I had never followed up. Now I'm > facing some other issues and would like to see if there's an answer to this > out there (or if it needs to be built). > > I'm looking to get behavior like the "pickup" channel, but at any point > during a call. Say I have channel A on a call with channel B. Channel C > calls, and I want it to take the place of A such that C is now talking to B. > In this particular case, intercept could work, but I have two issues with > that: > > 1. I would like to copy all channel vars from A to C > 2. I would like to be able to do the same thing at any point during a call. > Even if A is not currently bridged to another endpoint. As I understand, > intercept connects you with an existing call, it doesn't replace anything. > So logically it would only work when there's another endpoint to bridge you > to. > > Essentially, I want to swap sessions. Have everything that A is doing > replaced with C, and drop A. This actually appears to be what the pickup > channel does (I have noticed all channel vars are copied), but pickup only > works during bridging. > > Is this possible to do? > > Best, > Colin > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From colin.morelli at gmail.com Mon Aug 8 19:00:24 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Mon, 08 Aug 2016 15:00:24 +0000 Subject: [Freeswitch-users] Replace One Session with Another In-Reply-To: References: Message-ID: Hey Stanislav, Thanks for the reply. mod_conference is actually what I'm using now to accomplish this. I drop C into the conference with A + B, along with an api_on_answer=uuid_kill ${a_uuid}. It works great, and actually doesn't notable impact CPU usage. I assume this is because of FS' default behavior of only mixing audio for members that are actively talking (maybe?) - so a good chunk of the time in a 2 person conference it's only "mixing" one person's audio. In any case, CPU usage is *very* similar in my configuration with either bridge or conference, and any potentially small additional CPU usage is worth it for the features conferencing provides in my opinion. Anyway, the problem is that none of this works when there's no bridged call. For example, I may have a channel that's currently listening to an audio file being played by playback in a dialplan. There is no B channel at all to bridge to, but I still want to be able to replace A with C (and start sending the playback to session C instead). This is where my current approach falls apart. Best, Colin On Mon, Aug 8, 2016 at 10:53 AM Stanislav Sinyagin wrote: > I think it's doable via ESL, but needs testing. > > For example, the B's leg goes to park(), and then you hangup A and > bridge the C's session to B. Then you can also copy important > variables between channels via uuid_getvar and uuid_setvar. > > Also mod_conference might be of help, although it would put extra load > on the CPU. > > > > > On Mon, Aug 8, 2016 at 4:35 PM, Colin Morelli > wrote: > > Hey all, > > > > I asked this question a little while back and didn't get a response but I > > worked around the issue for a while so I had never followed up. Now I'm > > facing some other issues and would like to see if there's an answer to > this > > out there (or if it needs to be built). > > > > I'm looking to get behavior like the "pickup" channel, but at any point > > during a call. Say I have channel A on a call with channel B. Channel C > > calls, and I want it to take the place of A such that C is now talking > to B. > > In this particular case, intercept could work, but I have two issues with > > that: > > > > 1. I would like to copy all channel vars from A to C > > 2. I would like to be able to do the same thing at any point during a > call. > > Even if A is not currently bridged to another endpoint. As I understand, > > intercept connects you with an existing call, it doesn't replace > anything. > > So logically it would only work when there's another endpoint to bridge > you > > to. > > > > Essentially, I want to swap sessions. Have everything that A is doing > > replaced with C, and drop A. This actually appears to be what the pickup > > channel does (I have noticed all channel vars are copied), but pickup > only > > works during bridging. > > > > Is this possible to do? > > > > Best, > > Colin > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/c73764b7/attachment.html From trever at middleearth.sapphiresunday.org Mon Aug 8 19:04:43 2016 From: trever at middleearth.sapphiresunday.org (Trever L. Adams) Date: Mon, 8 Aug 2016 09:04:43 -0600 Subject: [Freeswitch-users] [ANN]: Odoo connector-telephony for FreeSWITCH new version In-Reply-To: References: <510a6803-a93a-c7cf-ed4b-4d09ba654b00@middleearth.sapphiresunday.org> Message-ID: On 08/08/2016 04:40 AM, Alexandr Usov wrote: > Can't install base_phone module: > > Odoo Server Error > ------------------------------------------------------------------------ > Traceback (most recent call last): > File "/opt/openerp/v8/openerp/http.py", line 537, in _handle_exception > return super(JsonRequest, self)._handle_exception(exception) > File "/opt/openerp/v8/openerp/http.py", line 574, in dispatch > result = self._call_function(**self.params) > File "/opt/openerp/v8/openerp/http.py", line 310, in _call_function > return checked_call(self.db, *args, **kwargs) > File "/opt/openerp/v8/openerp/service/model.py", line 113, in wrapper > return f(dbname, *args, **kwargs) > File "/opt/openerp/v8/openerp/http.py", line 307, in checked_call > return self.endpoint(*a, **kw) > File "/opt/openerp/v8/openerp/http.py", line 803, in __call__ > return self.method(*args, **kw) > File "/opt/openerp/v8/openerp/http.py", line 403, in response_wrap > response = f(*args, **kw) > File "/opt/openerp/v8/addons/web/controllers/main.py", line 948, in call_button > action = self._call_kw(model, method, args, {}) > File "/opt/openerp/v8/addons/web/controllers/main.py", line 936, in _call_kw > return getattr(request.registry.get(model), method)(request.cr , request.uid, *args, **kwargs) > File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper > return old_api(self, *args, **kwargs) > File "/opt/openerp/v8/openerp/addons/base/module/module.py", line 446, in button_immediate_install > return self._button_immediate_function(cr, uid, ids, self.button_install, context=context) > File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper > return old_api(self, *args, **kwargs) > File "/opt/openerp/v8/openerp/addons/base/module/module.py", line 494, in _button_immediate_function > registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True) > File "/opt/openerp/v8/openerp/modules/registry.py", line 370, in new > openerp.modules.load_modules(registry._db, force_demo, status, update_module) > File "/opt/openerp/v8/openerp/modules/loading.py", line 355, in load_modules > loaded_modules, update_module) > File "/opt/openerp/v8/openerp/modules/loading.py", line 255, in load_marked_modules > loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) > File "/opt/openerp/v8/openerp/modules/loading.py", line 176, in load_module_graph > _load_data(cr, module_name, idref, mode, kind='data') > File "/opt/openerp/v8/openerp/modules/loading.py", line 118, in _load_data > tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report) > File "/opt/openerp/v8/openerp/tools/convert.py", line 901, in convert_file > convert_xml_import(cr, module, fp, idref, mode, noupdate, report) > File "/opt/openerp/v8/openerp/tools/convert.py", line 987, in convert_xml_import > obj.parse(doc.getroot(), mode=mode) > File "/opt/openerp/v8/openerp/tools/convert.py", line 853, in parse > self._tags[rec.tag](self.cr , rec, n, mode=mode) > File "/opt/openerp/v8/openerp/tools/convert.py", line 763, in _tag_record > id = self.pool['ir.model.data']._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context ) > File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper > return old_api(self, *args, **kwargs) > File "/opt/openerp/v8/openerp/addons/base/ir/ir_model.py", line 1077, in _update > res_id = model_obj.create(cr, uid, values, context=context) > File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper > return old_api(self, *args, **kwargs) > File "/opt/openerp/v8/openerp/addons/base/ir/ir_ui_view.py", line 264, in create > context=context) > File "/opt/openerp/v8/openerp/api.py", line 241, in wrapper > return old_api(self, *args, **kwargs) > File "/opt/openerp/v8/openerp/api.py", line 336, in old_api > result = method(recs, *args, **kwargs) > File "/opt/openerp/v8/openerp/models.py", line 4076, in create > record = self.browse(self._create(old_vals)) > File "/opt/openerp/v8/openerp/api.py", line 239, in wrapper > return new_api(self, *args, **kwargs) > File "/opt/openerp/v8/openerp/api.py", line 463, in new_api > result = method(self._model, cr, uid, *args, **kwargs) > File "/opt/openerp/v8/openerp/models.py", line 4267, in _create > recs._validate_fields(vals) > File "/opt/openerp/v8/openerp/api.py", line 239, in wrapper > return new_api(self, *args, **kwargs) > File "/opt/openerp/v8/openerp/models.py", line 1271, in _validate_fields > raise ValidationError('\n'.join(errors)) > ParseError: "ValidateError > Field(s) `arch` failed against a constraint: Invalid view definition > > Error details: > Field `state` does not exist > > Error context: > View `reformat_all_phonenumbers.form` > [view_id: 1499, xml_id: n/a, model: reformat.all.phonenumbers, parent_id: n/a]" while parsing /opt/openerp/v8/addons-community/base_phone/wizard/reformat_all_phonenumbers_view.xml:11, near > > reformat_all_phonenumbers.form > reformat.all.phonenumbers > >
> > >
>
>
>
>
> > > Ok. base_phone is upstream. I will look into it. Possibly, I am not on the current version. Thank you for the feedback. TRever -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/ad9b6c79/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 872 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/ad9b6c79/attachment-0001.bin From ssinyagin at gmail.com Mon Aug 8 21:55:43 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 8 Aug 2016 19:55:43 +0200 Subject: [Freeswitch-users] Replace One Session with Another In-Reply-To: References: Message-ID: I would consider two approaches, but this needs prototyping and testing: a) make sure there's always a bridged call: whenever A places or receives a call, it always appears in the conference first. I think it's quite doable, the only disadvantage that A will always see a connected call for outbound dialing, even that there's still a ringing tone. b) like I proposed above, whenever C comes in, use park() or maybe some other displace function to replace A leg with C. Probably also eavesdrop or one of its sisters (threeway and another one, I can't remember) would be of help too. So, this needs experimenting and digging in FreeSWITCH sources. I can do it, or the guys at consulting at freeswitch.org can do it too, it just needs to be a budget big enough :) On Mon, Aug 8, 2016 at 5:00 PM, Colin Morelli wrote: > Hey Stanislav, > > Thanks for the reply. > > mod_conference is actually what I'm using now to accomplish this. I drop C > into the conference with A + B, along with an api_on_answer=uuid_kill > ${a_uuid}. It works great, and actually doesn't notable impact CPU usage. I > assume this is because of FS' default behavior of only mixing audio for > members that are actively talking (maybe?) - so a good chunk of the time in > a 2 person conference it's only "mixing" one person's audio. In any case, > CPU usage is very similar in my configuration with either bridge or > conference, and any potentially small additional CPU usage is worth it for > the features conferencing provides in my opinion. > > Anyway, the problem is that none of this works when there's no bridged call. > For example, I may have a channel that's currently listening to an audio > file being played by playback in a dialplan. There is no B channel at all to > bridge to, but I still want to be able to replace A with C (and start > sending the playback to session C instead). This is where my current > approach falls apart. > > Best, > Colin > > On Mon, Aug 8, 2016 at 10:53 AM Stanislav Sinyagin > wrote: >> >> I think it's doable via ESL, but needs testing. >> >> For example, the B's leg goes to park(), and then you hangup A and >> bridge the C's session to B. Then you can also copy important >> variables between channels via uuid_getvar and uuid_setvar. >> >> Also mod_conference might be of help, although it would put extra load >> on the CPU. >> >> >> >> >> On Mon, Aug 8, 2016 at 4:35 PM, Colin Morelli >> wrote: >> > Hey all, >> > >> > I asked this question a little while back and didn't get a response but >> > I >> > worked around the issue for a while so I had never followed up. Now I'm >> > facing some other issues and would like to see if there's an answer to >> > this >> > out there (or if it needs to be built). >> > >> > I'm looking to get behavior like the "pickup" channel, but at any point >> > during a call. Say I have channel A on a call with channel B. Channel C >> > calls, and I want it to take the place of A such that C is now talking >> > to B. >> > In this particular case, intercept could work, but I have two issues >> > with >> > that: >> > >> > 1. I would like to copy all channel vars from A to C >> > 2. I would like to be able to do the same thing at any point during a >> > call. >> > Even if A is not currently bridged to another endpoint. As I understand, >> > intercept connects you with an existing call, it doesn't replace >> > anything. >> > So logically it would only work when there's another endpoint to bridge >> > you >> > to. >> > >> > Essentially, I want to swap sessions. Have everything that A is doing >> > replaced with C, and drop A. This actually appears to be what the pickup >> > channel does (I have noticed all channel vars are copied), but pickup >> > only >> > works during bridging. >> > >> > Is this possible to do? >> > >> > Best, >> > Colin >> > >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From david.villasmil at gmail.com Mon Aug 8 22:19:57 2016 From: david.villasmil at gmail.com (David Villasmil Govea) Date: Mon, 8 Aug 2016 20:19:57 +0200 Subject: [Freeswitch-users] answer supervision Message-ID: Hello Guys, I've got this provider who is answering the call immediately after a 183, systematically, even if the call hasn't been answered yet. Is there any way of detecting busy, ringing and voice with fs? Maybe with "tone_detect" for busy and ringing and something else for voice? Never done this, never had the need. But the provider can't change this... Thanks for your help! David -- DVG -- Imagination is more important than knowledge Albert Einstein ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/f943f3ca/attachment.html From ssinyagin at gmail.com Mon Aug 8 22:44:47 2016 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 8 Aug 2016 20:44:47 +0200 Subject: [Freeswitch-users] answer supervision In-Reply-To: References: Message-ID: I think you'll spend much less resources changing the provider, instead of trying to recognize the tones. On 8 Aug 2016 20:21, "David Villasmil Govea" wrote: > Hello Guys, > > I've got this provider who is answering the call immediately after a 183, > systematically, even if the call hasn't been answered yet. > Is there any way of detecting busy, ringing and voice with fs? Maybe with > "tone_detect" for busy and ringing and something else for voice? > Never done this, never had the need. But the provider can't change this... > > Thanks for your help! > > David > > -- > DVG > > -- > Imagination is more important than knowledge > Albert Einstein > ? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/59c2b6b7/attachment.html From daveh at beachdognet.com Mon Aug 8 23:00:15 2016 From: daveh at beachdognet.com (Dave Horton) Date: Mon, 8 Aug 2016 12:00:15 -0700 Subject: [Freeswitch-users] trying renegotiate video mid-call (renegotiate codec on reinvite not working) Message-ID: <48727298-37F1-4933-95A3-6CCE689AEA5F@beachdognet.com> I am establishing a bridged call with audio only: Command Execute bridge({sip_renegotiate_codec_on_reinvite=true}sofia/gateway/${asterisk}/110) and then receiving a re-INVITE on the A leg that includes video. Freeswitch sends 200 OK on the A leg but never sends a re-INVITE on the B leg. I am running version FreeSWITCH Version 1.6.8+git~20160505T153832Z~99de0ad502~64bit (git 99de0ad 2016-05-05 15:38:32Z 64bit) I have tried with late negotiation both true and false, neither works (in terms of getting FS to generate a re-INVITE on the B leg). I can provide full logs, etc and open a JIRA if this is a bug; just wanted to check if there was any possible explanation / collision of settings etc. that could explain it From colin.morelli at gmail.com Tue Aug 9 00:00:08 2016 From: colin.morelli at gmail.com (Colin Morelli) Date: Mon, 08 Aug 2016 20:00:08 +0000 Subject: [Freeswitch-users] trying renegotiate video mid-call (renegotiate codec on reinvite not working) In-Reply-To: <48727298-37F1-4933-95A3-6CCE689AEA5F@beachdognet.com> References: <48727298-37F1-4933-95A3-6CCE689AEA5F@beachdognet.com> Message-ID: Hey Dave, I actually recall stumbling on a ticket while looking for something else entirely, but it's possible that what you're looking to do is not supported: https://freeswitch.org/jira/browse/FS-7520 I could be wrong - so I'll let the FS guys confirm, but I figured I'd at least bring this to your attention. Best, Colin On Mon, Aug 8, 2016 at 3:03 PM Dave Horton wrote: > I am establishing a bridged call with audio only: > > Command Execute > bridge({sip_renegotiate_codec_on_reinvite=true}sofia/gateway/${asterisk}/110) > > and then receiving a re-INVITE on the A leg that includes video. > Freeswitch sends 200 OK on the A leg but never sends a re-INVITE on the B > leg. > > I am running version FreeSWITCH Version > 1.6.8+git~20160505T153832Z~99de0ad502~64bit (git 99de0ad 2016-05-05 > 15:38:32Z 64bit) > > I have tried with late negotiation both true and false, neither works (in > terms of getting FS to generate a re-INVITE on the B leg). > > I can provide full logs, etc and open a JIRA if this is a bug; just wanted > to check if there was any possible explanation / collision of settings etc. > that could explain it > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/62790607/attachment-0001.html From daveh at beachdognet.com Tue Aug 9 00:28:42 2016 From: daveh at beachdognet.com (Dave Horton) Date: Mon, 8 Aug 2016 13:28:42 -0700 Subject: [Freeswitch-users] trying renegotiate video mid-call (renegotiate codec on reinvite not working) In-Reply-To: References: <48727298-37F1-4933-95A3-6CCE689AEA5F@beachdognet.com> Message-ID: Thanks, appreciate the pointer! I guess if one of the FS guys can confirm whether or not this is currently supported that would be useful for me. On Aug 8, 2016, at 1:00 PM, Colin Morelli wrote: Hey Dave, I actually recall stumbling on a ticket while looking for something else entirely, but it's possible that what you're looking to do is not supported: https://freeswitch.org/jira/browse/FS-7520 I could be wrong - so I'll let the FS guys confirm, but I figured I'd at least bring this to your attention. Best, Colin On Mon, Aug 8, 2016 at 3:03 PM Dave Horton > wrote: I am establishing a bridged call with audio only: Command Execute bridge({sip_renegotiate_codec_on_reinvite=true}sofia/gateway/${asterisk}/110) and then receiving a re-INVITE on the A leg that includes video. Freeswitch sends 200 OK on the A leg but never sends a re-INVITE on the B leg. I am running version FreeSWITCH Version 1.6.8+git~20160505T153832Z~99de0ad502~64bit (git 99de0ad 2016-05-05 15:38:32Z 64bit) I have tried with late negotiation both true and false, neither works (in terms of getting FS to generate a re-INVITE on the B leg). I can provide full logs, etc and open a JIRA if this is a bug; just wanted to check if there was any possible explanation / collision of settings etc. that could explain it _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/4976caee/attachment.html From hawkins at hawkinsegroup.com Tue Aug 9 01:05:05 2016 From: hawkins at hawkinsegroup.com (Don Hawkins) Date: Mon, 8 Aug 2016 16:05:05 -0500 Subject: [Freeswitch-users] question on file string in playback In-Reply-To: <985942F9-BA03-485A-BD2D-7061B0B8CD1C@beachdognet.com> References: <985942F9-BA03-485A-BD2D-7061B0B8CD1C@beachdognet.com> Message-ID: It should work. Do you have the console log around the time it's trying to play the file? Sincerely, Don Hawkins Sent from my NationPCS? Nexus 6. On Aug 8, 2016 8:47 AM, "Dave Horton" wrote: > Ok I am not playing MP3 files just the files in the sounds directory > Should that still work and why is mod shout necessary? I am using the > standard play and get digits, playback, play and detect speech apps etc > > Sent from my iPhone > > On Aug 7, 2016, at 11:15 PM, Don Hawkins > wrote: > > Simple answer is no, you don't have to specific the sample rate. If your > doing mp3 make sure mod_shout is loaded. I have plenty of code working > properly with no sample rate specified, but all the wav files are 8k. > > Sincerely, > Don Hawkins > > Sent from my NationPCS? Nexus 6. > > On Aug 7, 2016 10:50 PM, "Dave Horton" wrote: > >> When using the playback application (or play_and_get_digits etc) do I >> need to specify the full path to the file under the base sounds directory, >> including the sample rate (e.g. 8000). >> >> It?s a bit cumbersome to have to put the sample rate into the file string >> since that is dynamically determined at call set up, and I _thought_ that >> freeswitch >> had the ability to automatically factor that in when locating the file. >> However, I can?t find examples that do that ? am I wrong, and must I somehow >> concoct a file string that will be different per call if different codecs >> are chosen? >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/38942ebb/attachment.html From italo at freeswitch.org Tue Aug 9 06:35:55 2016 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Mon, 8 Aug 2016 21:35:55 -0500 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: <57124d4b-9c60-933b-a851-6961a4f89440@xbipin.com> References: <15647c51ab8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> <156520956d8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <285701a2-b925-4d60-1c2c-96a94fe33459@xbipin.com> <60964329-5452-65e2-2d6f-cb05f98ecb25@xbipin.com> <395366e9-cf70-a50b-6f2b-b442075846e6@xbipin.com> <57124d4b-9c60-933b-a851-6961a4f89440@xbipin.com> Message-ID: You can enable verto debug logs in verto.conf.xml with param name debug and see if mod_verto is sending back the ringing state, we're in the middle of the ClueCon so it may take some time to answer you On Sun, Aug 7, 2016 at 1:15 AM, Bipin Patel wrote: > is there any fix for this, i have been banging my head with this and > everything i look at only makes it seem like mod_verto isnt sending the > ringing event to VC client even though in cli it says changing state from > down to ringing so due to this the VC client never gets a ringing event > after trying event > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: Bipin Patel > To: FreeSWITCH Users Help > > Date: 8/5/2016, 7:49:16 PM > > i tried a pre_answer in the dialplan and then the VC client gets a early > after trying but still no audio of carrier ringtone comes from the pstn > line, same with calling local FS account > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: Bipin Patel > To: FreeSWITCH Users Help > > Date: 8/5/2016, 12:30:29 PM > > looking at the trace i think mod_verto isnt firing the ringing event so > nothing comes to client, if u look at the below line, nothing goes to > client after that which would trigger ringing, im still not sure whats > wrong coz havent played with verto much > > switch_channel.c:2249 (verto.rtc/2002) Callstate Change DOWN -> RINGING > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: Bipin Patel > To: FreeSWITCH Users Help > > Date: 8/4/2016, 10:29:52 AM > > here u got > https://pastebin.freeswitch.org/view/877f7e5e > > > Regards, > Bipin > > > ------------------------------ > -------- Original Message -------- > Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing > From: Bipin Patel > To: FreeSWITCH Users Help > > Date: 8/4/2016, 12:12:40 AM > > It's a local fs sip account registered using xlite, I'll send you the sip > trace tomorrow. Even using fs conference server to dial other extension > also all goto trying only, the hangup is because I let the destination ext > ring and no ringtone heard on vc so disconnected later. > I was checking source of vc and I don't see the bell file being called > anywhere else other then just one place. > Using sip gateway also when I call the gateway sends a session progress > packet and I hear the pstn carrier ringtone when dialing using sip phone > and even if the carrier asks fs to generate local ringtone it does but only > in vc both don't work for some reason. > Anyways it's late night here so first thing in morning I'll send you sip > trace of fs by calling local extension to narrow this down. > > On August 3, 2016 9:51:51 PM ?talo Rossi > wrote: > >> There's no SIP trace in that pastebin, your verto dialog goes from trying >> directly to hangup, no ringing probably from the sip endpoint. >> >> On Wed, Aug 3, 2016 at 12:28 PM, Bipin Patel wrote: >> >>> hi, >>> >>> links for both the logs >>> >>> FS log >>> https://pastebin.freeswitch.org/view/6d5eca9d >>> >>> chrome console >>> https://pastebin.freeswitch.org/view/9132749f >>> >>> >>> >>> Regards, >>> Bipin >>> >>> >>> ------------------------------ >>> -------- Original Message -------- >>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>> From: ?talo Rossi >>> To: FreeSWITCH Users Help >>> >>> Date: 8/3/2016, 4:57:36 PM >>> >>> Can you pastebin your FS logs? And also try to get your browser console >>> logs. >>> >>> On Wed, Aug 3, 2016 at 3:26 AM, Bipin Patel wrote: >>> >>>> i tried calling local sip endpoints and still nothing rings in VC client >>>> >>>> >>>> Regards, >>>> Bipin >>>> >>>> >>>> ------------------------------ >>>> -------- Original Message -------- >>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>> From: ?talo Rossi >>>> To: FreeSWITCH Users Help >>>> >>>> Date: 8/2/2016, 9:38:20 PM >>>> >>>> Try calling a local sip endpoint and let me know. >>>> >>>> On Tue, Aug 2, 2016 at 7:07 AM, Bipin Patel wrote: >>>> >>>>> sorry about that, that not implemented also happens when calling FS >>>>> conference server >>>>> >>>>> my dialstring in dialplan is as such, could this be a problem >>>>> >>>>> {^^:sip_invite_domain=${dialed_domain}}${sofia_ >>>>> contact(*/${dialed_user}@${dialed_domain})},${verto_contact >>>>> ${dialed_user}@${dialed_domain}} >>>>> >>>>> >>>>> Regards, >>>>> Bipin >>>>> >>>>> >>>>> ------------------------------ >>>>> -------- Original Message -------- >>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>> From: Bipin Patel >>>>> To: FreeSWITCH Users Help >>>>> >>>>> Date: 8/2/2016, 1:28:07 PM >>>>> >>>>> in chrome console i see a got a not implemented state soon after the >>>>> call is placed >>>>> >>>>> Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: state change from new to >>>>> requesting >>>>> >>>>> vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, >>>>> verto: $.verto, direction: Object, lastState: Object, state: Object?} >>>>> >>>>> vertoService.js:624 Got a not implemented state: $.v?o.dialog {params: >>>>> Object, verto: $.verto, direction: Object, lastState: Object, state: >>>>> Object?}answered: falseattach: falseaudioStream: video#webcam.hidecallID: >>>>> "beac6a4b-dcc4-45bb-1d9f-fca14604acfb"callbacks: Objectcause: "NORMAL >>>>> CLEARING"causeCode: 16direction: ObjectlastState: Objectparams: Objectrtc: >>>>> $.FSRTCscreenShare: falsestate: ObjectuseCamera: "none"useMic: " >>>>> b59a95125522bf173fa8b1e7006b02e71087bef1a3fa3c32c147806f9d641072"useSpeak: >>>>> "default"verto: $.verto__proto__: Object >>>>> >>>>> jquery.jsonrpcclient.js:422 Speed Test: Up: 627 Down: 2012 >>>>> >>>>> jquery.verto.js:2146 Dialog beac6a4b-dcc4-45bb-1d9f-fca14604acfb: >>>>> state change from requesting to trying >>>>> >>>>> vertoService.js:589 onDialogState: $.v?o.dialog {params: Object, >>>>> verto: $.verto, direction: Object, lastState: Object, state: Object?} >>>>> >>>>> vertoService.js:595 Calling: Outbound Call <1234> >>>>> >>>>> Regards, >>>>> Bipin >>>>> >>>>> >>>>> ------------------------------ >>>>> -------- Original Message -------- >>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>> From: Mirko Brankovic >>>>> >>>>> To: FreeSWITCH Users Help >>>>> >>>>> Date: 8/2/2016, 11:27:18 AM >>>>> >>>>> aah yes it is in verto dir: >>>>> >>>>> ??? sounds >>>>> ? ??? bell_ring2.mp3 >>>>> ? ??? bell_ring2.wav >>>>> >>>>> >>>>> On Tue, Aug 2, 2016 at 9:23 AM, Mirko Brankovic < >>>>> mirkobrankovic at gmail.com> wrote: >>>>> >>>>>> BTW do you have freeswitch-sounds-en-us-callie installed ? >>>>>> >>>>>> On Mon, Aug 1, 2016 at 10:21 PM, Bipin Patel >>>>>> wrote: >>>>>> >>>>>>> I'm using g711u codec and the standard verto communicator portal so >>>>>>> what can go wrong? >>>>>>> Even the conference server of fs using vc I hear no ringtone so >>>>>>> could it be the vc code itself having the issue? >>>>>>> >>>>>>> On August 1, 2016 7:52:32 PM Mirko Brankovic < >>>>>>> mirkobrankovic at gmail.com> wrote: >>>>>>> >>>>>>>> I guess that is it. >>>>>>>> Just before that event being fired up you should have Callstate >>>>>>>> changed from Down to Ringing, something like: >>>>>>>> >>>>>>>> 2016-08-01 17:47:20.827754 [NOTICE] mod_verto.c:2312 Ring-Ready >>>>>>>> verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1! >>>>>>>> 2016-08-01 17:47:20.827754 [DEBUG] switch_channel.c:3343 >>>>>>>> (verto.rtc/44831961-bab8-91d6-14c1-03318f7c4ec1) Callstate Change >>>>>>>> DOWN -> RINGING >>>>>>>> >>>>>>>> which means that on the client side this event is not picked up to >>>>>>>> play ringtone I guess. Check the browser console log. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Mon, Aug 1, 2016 at 5:35 PM, Bipin Patel >>>>>>>> wrote: >>>>>>>> >>>>>>>>> hi, >>>>>>>>> >>>>>>>>> i did the verto trace and after invite i get the below event, i >>>>>>>>> didnt do the sip trace because when i call directly using sip i get session >>>>>>>>> progress so the gateway is surely generating the session progress >>>>>>>>> "channelCallState": "RINGING", >>>>>>>>> "originalChannelCallState": "DOWN", >>>>>>>>> >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> Bipin >>>>>>>>> >>>>>>>>> >>>>>>>>> ------------------------------ >>>>>>>>> -------- Original Message -------- >>>>>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>>>>> From: Mirko Brankovic >>>>>>>>> >>>>>>>>> To: FreeSWITCH Users Help >>>>>>>>> >>>>>>>>> Date: 8/1/2016, 7:19:24 PM >>>>>>>>> >>>>>>>>> yes increase the debug value to maybe 10 in verto.xml.conf and >>>>>>>>> sofia global siptrace on and see what is going on. >>>>>>>>> >>>>>>>>> On Mon, Aug 1, 2016 at 5:08 PM, Bipin Patel >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> hi, >>>>>>>>>> >>>>>>>>>> yes i have answer before the bridge but i even tried without >>>>>>>>>> answer and both ways no ringtone came, ill check the trace and get back >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> Bipin >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ------------------------------ >>>>>>>>>> -------- Original Message -------- >>>>>>>>>> Subject: Re: [Freeswitch-users] VC no ringtone when remote ringing >>>>>>>>>> From: Mirko Brankovic >>>>>>>>>> >>>>>>>>>> To: FreeSWITCH Users Help >>>>>>>>>> >>>>>>>>>> Date: 8/1/2016, 6:39:58 PM >>>>>>>>>> >>>>>>>>>> HI, >>>>>>>>>> Do you do answer before the bridge? >>>>>>>>>> >>>>>>>>>> Turn on SIP and Verto trace and see if 180/183 is propagated >>>>>>>>>> correctly into verto event "originalChannelCallState": "RINGING", >>>>>>>>>> after verto.invite. >>>>>>>>>> >>>>>>>>>> -mirko >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Mon, Aug 1, 2016 at 4:34 PM, Bipin Patel >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> i have successfully setup VC with FS with all the certs etc and >>>>>>>>>>> all calls coming from verto goto sip gateway and from there to pstn line. >>>>>>>>>>> The calls go all fine with 2 way audio but the only problem im facing is >>>>>>>>>>> when the verto user calls a number, he cant hear any ringtone and in cases >>>>>>>>>>> where the remote party mobile is switched of that time the wireless carrier >>>>>>>>>>> usually gives a phone switched off or out of coverage ivr but all those are >>>>>>>>>>> not heard to the verto user. Is there any way to fix this or probably >>>>>>>>>>> bridge the ringing received from remote side to verto caller, i dont want >>>>>>>>>>> to generate any local ring back on FS >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Regards, >>>>>>>>>>> Bipin >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> ------------------------------ >>>>>>>>>>> >>>>>>>>>>> ____________________________________________________________ >>>>>>>>>>> _____________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>>>>> options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Regards, >>>>>>>>>> Mirko >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ____________________________________________________________ >>>>>>>>>> _____________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>>>> options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Regards, >>>>>>>>> Mirko >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> ____________________________________________________________ >>>>>>>>> _____________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>>> options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Mirko >>>>>>>> ____________________________________________________________ >>>>>>>> _____________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>> options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>> options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Mirko >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Mirko >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>> options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> ?talo Rossi >>>> italo at freeswitch.org >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> ?talo Rossi >>> italo at freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>> >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> ?talo Rossi >> italo at freeswitch.org >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160808/92b37caf/attachment-0001.html From gregor at infomedia.si Tue Aug 9 09:54:07 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 9 Aug 2016 07:54:07 +0200 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> Message-ID: If I am getting same error on Windows Freeswitch, what are my options? 2016-08-02 17:00 GMT+02:00 Mirko Brankovic : > or apt-get install openssl=1.0.2g-1ubuntu4.1 > > On Tue, Aug 2, 2016 at 4:57 PM, Mirko Brankovic > wrote: > >> So just add, xenial securiti list to your apt repo: >> deb http://security.ubuntu.com/ubuntu xenial-security main >> >> and upgrate openssl: >> apt-get update && apt-get upgrade openssl -y >> >> >> >> On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris wrote: >> >>> We have seen this working multiple times now by way of installing >>> unpatched openssl 1.0.1 (latest version or at least g) over top of the >>> distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 >>> >>> Sent from my iPad >>> >>> On Aug 2, 2016, at 2:14 AM, Mirko Brankovic >>> wrote: >>> >>> Hi, >>> >>> No I guess you need to go to new version of OS or wait for the openssl >>> backport, or backport it yourself :) >>> >>> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger >>> wrote: >>> >>>> Has anyone found a definitive fix for this? >>>> Thanks, >>>> Jack >>>> >>>> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>>> >>>> Hi Michael, >>>> >>>> According to this document https://developers. >>>> google.com/web/updates/2016/06/webrtc-ecdsa, We have to change the >>>> JavaScript library. >>>> >>>> >>>> Thanks, >>>> >>>> *PRESENCE TECHNOLOGY* >>>> *Agust? Ubalde Bellot* >>>> Chief Developer >>>> C/ Comte Urgell 240 3A >>>> Barcelona 08036 >>>> aubalde at presenceco.com >>>> >>>> Ph: +34 93 10 10 300 >>>> Fx: +34 93 10 10 333 >>>> >>>> *www.presenceco.com* >>>> >>>> *Follow us on:* >>>> >>>> *[image: tw]* >>>> *[image: >>>> yt]* >>>> *[image: >>>> in]* >>>> *[image: >>>> ss]* >>>> *[image: >>>> fb]* >>>> >>>> For additional information, please visit our website >>>> *www.presenceco.com* >>>> >>>> 2016-07-28 15:43 GMT+02:00 Michael Jerris : >>>> >>>>> change it to what? >>>>> >>>>> >>>>> On Thursday, July 28, 2016, Agust? Ubalde >>>>> wrote: >>>>> >>>>>> Hi all, >>>>>> >>>>>> Is possible to change ECDSA-based on FreeSWITCH? >>>>>> >>>>>> >>>>>> Thanks, >>>>>> >>>>>> *PRESENCE TECHNOLOGY* >>>>>> *Agust? Ubalde Bellot* >>>>>> Chief Developer >>>>>> C/ Comte Urgell 240 3A >>>>>> Barcelona 08036 >>>>>> aubalde at presenceco.com >>>>>> >>>>>> Ph: +34 93 10 10 300 >>>>>> Fx: +34 93 10 10 333 >>>>>> >>>>>> *www.presenceco.com* >>>>>> >>>>>> *Follow us on:* >>>>>> >>>>>> *[image: tw]* >>>>>> *[image: >>>>>> yt]* >>>>>> *[image: >>>>>> in]* >>>>>> *[image: >>>>>> ss]* >>>>>> *[image: >>>>>> fb]* >>>>>> >>>>>> For additional information, please visit our website >>>>>> *www.presenceco.com* >>>>>> >>>>>> 2016-07-27 19:24 GMT+02:00 Chad Phillips : >>>>>> >>>>>>> I think this may clarify the issue a bit more. According to these >>>>>>> release notes: >>>>>>> >>>>>>> https://groups.google.com/forum/#!topic/discuss-webrtc/bDfxOA8XiJI >>>>>>> >>>>>>> Chrome 52 uses ECDSA-based certificate generation by default, and I >>>>>>> don't think older versions of OpenSSL support it. >>>>>>> >>>>>>> On Wed, Jul 27, 2016 at 4:33 AM, Mirko Brankovic < >>>>>>> mirkobrankovic at gmail.com> wrote: >>>>>>> >>>>>>>> Thanks, >>>>>>>> >>>>>>>> I got it fixed on Ubuntu 14.04 from 16.04 openssl lib and on >>>>>>>> Debian7 wheezy with lib from stretch. >>>>>>>> >>>>>>>> Luckely there was no dependencies problem, and no side effects for >>>>>>>> now sinece libc and libc6 was also updated. >>>>>>>> >>>>>>>> Thanks for suggestion. >>>>>>>> >>>>>>>> Mirko >>>>>>>> >>>>>>>> On Wed, Jul 27, 2016 at 1:02 PM, Agust? Ubalde < >>>>>>>> aubalde at presenceco.com> wrote: >>>>>>>> >>>>>>>>> CentOS release 6.8 (Final) >>>>>>>>> >>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>> Chief Developer >>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>> Barcelona 08036 >>>>>>>>> aubalde at presenceco.com >>>>>>>>> >>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>> >>>>>>>>> *www.presenceco.com* >>>>>>>>> >>>>>>>>> *Follow us on:* >>>>>>>>> >>>>>>>>> *[image: tw]* >>>>>>>>> *[image: >>>>>>>>> yt]* >>>>>>>>> *[image: >>>>>>>>> in]* >>>>>>>>> *[image: >>>>>>>>> ss]* >>>>>>>>> *[image: >>>>>>>>> fb]* >>>>>>>>> >>>>>>>>> For additional information, please visit our website >>>>>>>>> *www.presenceco.com* >>>>>>>>> >>>>>>>>> 2016-07-27 12:58 GMT+02:00 Mirko Brankovic < >>>>>>>>> mirkobrankovic at gmail.com>: >>>>>>>>> >>>>>>>>>> Hi Agusti, >>>>>>>>>> >>>>>>>>>> Can you tell me which version you installed on CentOS ? >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> mirko >>>>>>>>>> >>>>>>>>>> On Wed, Jul 27, 2016 at 11:42 AM, Mirko Brankovic < >>>>>>>>>> mirkobrankovic at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> HI, >>>>>>>>>>> >>>>>>>>>>> I guessed it was it but on debian I didn't had newer yesterday, >>>>>>>>>>> but tried downgrading it which didn't help ofcourse. >>>>>>>>>>> >>>>>>>>>>> I'll see if there is newer one now. >>>>>>>>>>> >>>>>>>>>>> Thanks, >>>>>>>>>>> Mirko >>>>>>>>>>> >>>>>>>>>>> On Wed, Jul 27, 2016 at 11:20 AM, Agust? Ubalde < >>>>>>>>>>> aubalde at presenceco.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi Mirko, >>>>>>>>>>>> >>>>>>>>>>>> I solved the problem updating *openssl* packet (I'm using >>>>>>>>>>>> CentOS 6). >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> Regards, >>>>>>>>>>>> >>>>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>>>> Chief Developer >>>>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>>>> Barcelona 08036 >>>>>>>>>>>> aubalde at presenceco.com >>>>>>>>>>>> >>>>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>>>> >>>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>>> >>>>>>>>>>>> *Follow us on:* >>>>>>>>>>>> >>>>>>>>>>>> *[image: tw]* >>>>>>>>>>>> *[image: >>>>>>>>>>>> yt]* >>>>>>>>>>>> *[image: >>>>>>>>>>>> in]* >>>>>>>>>>>> *[image: >>>>>>>>>>>> ss]* >>>>>>>>>>>> *[image: >>>>>>>>>>>> fb]* >>>>>>>>>>>> >>>>>>>>>>>> For additional information, please visit our website >>>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>>> >>>>>>>>>>>> 2016-07-27 11:05 GMT+02:00 Agust? Ubalde < >>>>>>>>>>>> aubalde at presenceco.com>: >>>>>>>>>>>> >>>>>>>>>>>>> Hi all, >>>>>>>>>>>>> >>>>>>>>>>>>> I've the same problem with FreeSWITCH 1.5.14. I apply this >>>>>>>>>>>>> patch to resolve a problem with Firefox ( >>>>>>>>>>>>> https://freeswitch.org/jira/browse/FS-7839) and now, Chrome >>>>>>>>>>>>> 52 not works. >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks, >>>>>>>>>>>>> >>>>>>>>>>>>> *PRESENCE TECHNOLOGY* >>>>>>>>>>>>> *Agust? Ubalde Bellot* >>>>>>>>>>>>> Chief Developer >>>>>>>>>>>>> C/ Comte Urgell 240 3A >>>>>>>>>>>>> Barcelona 08036 >>>>>>>>>>>>> aubalde at presenceco.com >>>>>>>>>>>>> >>>>>>>>>>>>> Ph: +34 93 10 10 300 >>>>>>>>>>>>> Fx: +34 93 10 10 333 >>>>>>>>>>>>> >>>>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>>>> >>>>>>>>>>>>> *Follow us on:* >>>>>>>>>>>>> >>>>>>>>>>>>> *[image: tw]* >>>>>>>>>>>>> *[image: >>>>>>>>>>>>> yt]* >>>>>>>>>>>>> *[image: >>>>>>>>>>>>> in]* >>>>>>>>>>>>> *[image: >>>>>>>>>>>>> ss]* >>>>>>>>>>>>> *[image: >>>>>>>>>>>>> fb]* >>>>>>>>>>>>> >>>>>>>>>>>>> For additional information, please visit our website >>>>>>>>>>>>> *www.presenceco.com* >>>>>>>>>>>>> >>>>>>>>>>>>> 2016-07-27 10:47 GMT+02:00 Mirko Brankovic < >>>>>>>>>>>>> mirkobrankovic at gmail.com>: >>>>>>>>>>>>> >>>>>>>>>>>>>> Yes, I was a 'few' commits behind on 1.7 ?, pulled latest >>>>>>>>>>>>>> from git re-compiled but problem still the same. >>>>>>>>>>>>>> >>>>>>>>>>>>>> I'll try to get some deeper into the problem. >>>>>>>>>>>>>> >>>>>>>>>>>>>> Thanks, >>>>>>>>>>>>>> Mirko >>>>>>>>>>>>>> >>>>>>>>>>>>>> ____________________________________________________________ >>>>>>>>>>>>>> _____________ >>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>>>>>>>> options/freeswitch-users >>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> *Presence Technology - Disclaimer This message, its content and >>>>>>>>>>>> any file attached thereto is for the intended recipient only and is >>>>>>>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>>>>>>> or had access to it, you should note that the information in it is private >>>>>>>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>>>>>>> has emitted.* >>>>>>>>>>>> >>>>>>>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>>>>>>> * >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> ____________________________________________________________ >>>>>>>>>>>> _____________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>>>>>> options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Regards, >>>>>>>>>>> Mirko >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Regards, >>>>>>>>>> Mirko >>>>>>>>>> >>>>>>>>>> ____________________________________________________________ >>>>>>>>>> _____________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>>>> options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> *Presence Technology - Disclaimer This message, its content and >>>>>>>>> any file attached thereto is for the intended recipient only and is >>>>>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>>>>> or had access to it, you should note that the information in it is private >>>>>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>>>>> Presence Technology reserves the right to take legal action against any >>>>>>>>> persons unlawfully gaining access to the content of any external message it >>>>>>>>> has emitted.* >>>>>>>>> >>>>>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>>>>> * >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> ____________________________________________________________ >>>>>>>>> _____________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>>> options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Mirko >>>>>>>> >>>>>>>> ____________________________________________________________ >>>>>>>> _____________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>>> options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>> options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> *Presence Technology - Disclaimer This message, its content and any >>>>>> file attached thereto is for the intended recipient only and is >>>>>> confidential and /or privileged. If you have received this e-mail in error >>>>>> or had access to it, you should note that the information in it is private >>>>>> and any use thereof is unauthorized. In such an event please notify us by >>>>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>>>> by whatsoever means and any transmission or dissemination thereof to other >>>>>> persons is prohibited. It should be deleted immediately from your system. >>>>>> Presence Technology reserves the right to take legal action against any >>>>>> persons unlawfully gaining access to the content of any external message it >>>>>> has emitted.* >>>>>> >>>>>> *For additional information, please visit our website **www.presenceco.com >>>>>> * >>>>>> >>>>>> >>>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>> options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> *Presence Technology - Disclaimer This message, its content and any >>>> file attached thereto is for the intended recipient only and is >>>> confidential and /or privileged. If you have received this e-mail in error >>>> or had access to it, you should note that the information in it is private >>>> and any use thereof is unauthorized. In such an event please notify us by >>>> e-mail or by telephone (+ 34 93 10 10 300). Any reproduction of this e-mail >>>> by whatsoever means and any transmission or dissemination thereof to other >>>> persons is prohibited. It should be deleted immediately from your system. >>>> Presence Technology reserves the right to take legal action against any >>>> persons unlawfully gaining access to the content of any external message it >>>> has emitted.* >>>> >>>> *For additional information, please visit our website **www.presenceco.com >>>> * >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> No virus found in this message. >>>> Checked by AVG - www.avg.com >>>> Version: 2016.0.7690 / Virus Database: 4627/12697 - Release Date: >>>> 07/28/16 >>>> >>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Regards, >>> Mirko >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Regards, >> Mirko >> > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/4b73f296/attachment-0001.html From mike at jerris.com Tue Aug 9 10:27:11 2016 From: mike at jerris.com (Michael Jerris) Date: Tue, 9 Aug 2016 01:27:11 -0500 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> Message-ID: <9EBAC5A1-B08F-4BF1-ABB5-E1C1AAB9FD13@jerris.com> that will require a fix to build newer openssl for the windows build. > On Aug 9, 2016, at 12:54 AM, Gregor Nanger wrote: > > If I am getting same error on Windows Freeswitch, what are my options? > > 2016-08-02 17:00 GMT+02:00 Mirko Brankovic >: > or apt-get install openssl=1.0.2g-1ubuntu4.1 > > On Tue, Aug 2, 2016 at 4:57 PM, Mirko Brankovic > wrote: > So just add, xenial securiti list to your apt repo: > deb http://security.ubuntu.com/ubuntu xenial-security main > > and upgrate openssl: > apt-get update && apt-get upgrade openssl -y > > > > On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris > wrote: > We have seen this working multiple times now by way of installing unpatched openssl 1.0.1 (latest version or at least g) over top of the distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 > > Sent from my iPad > > On Aug 2, 2016, at 2:14 AM, Mirko Brankovic > wrote: > >> Hi, >> >> No I guess you need to go to new version of OS or wait for the openssl backport, or backport it yourself :) >> >> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger > wrote: >> Has anyone found a definitive fix for this? >> Thanks, >> Jack >> >> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>> Hi Michael, >>> >>> According to this document https://developers.google.com/web/updates/2016/06/webrtc-ecdsa , We have to change the JavaScript library. >>> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/55340d9d/attachment.html From bipin at xbipin.com Tue Aug 9 12:11:22 2016 From: bipin at xbipin.com (Bipin Patel) Date: Tue, 9 Aug 2016 12:11:22 +0400 Subject: [Freeswitch-users] VC no ringtone when remote ringing In-Reply-To: References: <2d1f9411-a2ff-8349-6736-723075a03c0a@xbipin.com> <27b169ac-2bb7-365e-22ad-45b1b1a24ab6@xbipin.com> <0a925d82-05fe-9e27-310a-dca823022039@xbipin.com> <6fc19053-98db-b10f-ae26-14f4fcdc994a@xbipin.com> <156520956d8.2787.b07ebdf329620b8089087c7205b03f01@xbipin.com> <285701a2-b925-4d60-1c2c-96a94fe33459@xbipin.com> <60964329-5452-65e2-2d6f-cb05f98ecb25@xbipin.com> <395366e9-cf70-a50b-6f2b-b442075846e6@xbipin.com> <57124d4b-9c60-933b-a851-6961a4f89440@xbipin.com> Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/0008659a/attachment.html From gascagonzalo at gmail.com Tue Aug 9 13:51:50 2016 From: gascagonzalo at gmail.com (Gonzalo Gasca Meza) Date: Tue, 9 Aug 2016 02:51:50 -0700 Subject: [Freeswitch-users] No tone detection in AWS Message-ID: I'm troubleshooting Tone detection in Freeswitch installed in AWS (Debian) I have 2 servers one works the other doesn't: *FreeSWITCH (Version 1.7.0 -928-db61f4d 64bit)* DigitalOcean WORKS http://pastebin.com/bPx4xGCP *FreeSWITCH (Version 1.6.9 -16-d574870 64bit)* is ready AWS FAILS http://pastebin.com/ktnFYJ05 *Troubleshooting* Seems to be that Freeswitch in AWS EC2 because of NAT is not able to get the RTP from remote side. When I do a packet capture I don't get any RTP from remote end and in initial SIP SDP from Freeswitch I do see local IP address from AWS even though ext-X params are configured. 1. One instance is installed in AWS, the other one in DigitalOcean, 2. I'm originating my calls using ESL and my Gateway: *originate {ignore_early_media=true}sofia/gateway/asterisk/+14171111111 handle_calls* 3. I already configured* ext-rtp-ip and ext-sip-ip* fields in external.xml https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf Any ideas? *Logs* sofia status gateway asterisk ================================================================================================= Name asterisk Profile external Scheme Digest Realm 192.241.203.21:5090 Username FreeSWITCH Password no >From Contact Exten FreeSWITCH To sip:FreeSWITCH at 192.241.203.21:5090 Proxy sip:192.241.203.21:5090 Context public Expires 3600 Freq 3600 Ping 0 PingFreq 0 PingTime 0.00 PingState 0/0/0 State NOREG Status UP Uptime 290s CallsIN 0 CallsOUT 2 FailedCallsIN 0 FailedCallsOUT 0 sofia status profile external ================================================================================================= Name external Domain Name N/A Auto-NAT false DBName sofia_reg_external Pres Hosts Dialplan XML Context public Challenge Realm auto_to RTP-IP 172.31.3.166 Ext-RTP-IP 52.67.78.120 SIP-IP 172.31.3.166 Ext-SIP-IP 52.67.78.120 URL sip:mod_sofia at 52.67.78.120:5090 BIND-URL sip:mod_sofia at 52.67.78.120:5090 ;maddr=172.31.3.166;transport=udp,tcp HOLD-MUSIC local_stream://moh OUTBOUND-PROXY N/A CODECS IN OPUS,G722,PCMU,PCMA,VP8 CODECS OUT OPUS,G722,PCMU,PCMA,VP8 TEL-EVENT 101 DTMF-MODE rfc2833 CNG 13 SESSION-TO 0 MAX-DIALOG 0 NOMEDIA false LATE-NEG true PROXY-MEDIA false ZRTP-PASSTHRU true AGGRESSIVENAT true CALLS-IN 0 FAILED-CALLS-IN 0 CALLS-OUT 2 FAILED-CALLS-OUT 1 REGISTRATIONS 0 Mod_spandsp >module_exists mod_spandsp true >show applications spandsp_detect_tdd,Detect TDD data,,mod_spandsp spandsp_inject_tdd,Send TDD data,,mod_spandsp spandsp_send_tdd,Send TDD data,,mod_spandsp spandsp_start_dtmf,Detect dtmf,,mod_spandsp spandsp_start_fax_detect,start fax detect,[ ][ ][ ],mod_spandsp spandsp_start_tone_detect,Start background tone detection with cadence,,mod_spandsp spandsp_stop_detect_tdd,stop sending tdd,,mod_spandsp spandsp_stop_dtmf,stop inband dtmf,,mod_spandsp spandsp_stop_fax_detect,stop fax detect,,mod_spandsp spandsp_stop_inject_tdd,stop sending tdd,,mod_spandsp spandsp_stop_tone_detect,Stop background tone detection with cadence,,mod_spandsp Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/283b67e9/attachment-0001.html From uzair.iltifat.ahmed at gmail.com Tue Aug 9 14:57:39 2016 From: uzair.iltifat.ahmed at gmail.com (uzair iltifat) Date: Tue, 9 Aug 2016 15:57:39 +0500 Subject: [Freeswitch-users] Empty Database of freeswitch and fusionpbx Message-ID: Hi, I have success fully installed the freeswitch and registered 2 SIP user, now i have installed the fusion pbx and it has given me the successfully installed message. Now when i try check its databases from mysql console they are empty, why is it so. Even it didnt have the v_default_setting , etc tables in it. waiting for the response. http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ Uzair Ahmed [image: http://]about.me/uzairIltifat http://uzair.ahmed.netcv.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/f9ce54ef/attachment.html From vbvbrj at gmail.com Tue Aug 9 15:37:35 2016 From: vbvbrj at gmail.com (Mimiko) Date: Tue, 9 Aug 2016 14:37:35 +0300 Subject: [Freeswitch-users] Sounds and moh format. Message-ID: Hello. In asterisk sounds and moh a delivered as files encoded to different codec like ulaw, alaw, gsm and so on. FS deliver sounds in .wav file with different discretisation frequency like 8k, 16k, 32k, 48k. If asterisk has the leg in one format, it will fetch the corresponding file to other party not doing any decode/encode of the sound. FS needs to encode every time into corresponding codec of the client. Which approach is better from performance view? -- Mimiko desu. From aqsyounas at gmail.com Tue Aug 9 16:03:02 2016 From: aqsyounas at gmail.com (Aqs Younas) Date: Tue, 9 Aug 2016 17:03:02 +0500 Subject: [Freeswitch-users] Sounds and moh format. In-Reply-To: References: Message-ID: FreeSWITCH has mod_natvie_file module through which you can use to play already transcoded files. On 9 August 2016 at 16:37, Mimiko wrote: > Hello. > > In asterisk sounds and moh a delivered as files encoded to different > codec like ulaw, alaw, gsm and so on. FS deliver sounds in .wav file > with different discretisation frequency like 8k, 16k, 32k, 48k. > > If asterisk has the leg in one format, it will fetch the corresponding > file to other party not doing any decode/encode of the sound. FS needs > to encode every time into corresponding codec of the client. > > Which approach is better from performance view? > > -- > Mimiko desu. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/b36fc1b1/attachment.html From mirkobrankovic at gmail.com Tue Aug 9 16:06:17 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Tue, 9 Aug 2016 14:06:17 +0200 Subject: [Freeswitch-users] Sounds and moh format. In-Reply-To: References: Message-ID: Hi, Be assured that if all your sounds are in 8k and you call in Asterisk with Opus 48k asterisk has to do the transcoding. The difference that fs vs * is doing is that it is not playing file for every channel that is requesting it, but moh files are streamed constantly as local://stream so it will just append that stream to channel that is requesting it. So if you place *hold_music* on channel by codec they are using, so for example on calls from Opus/48k to use music/48000/ then there shouldn't be any transcoding. So my opinion Asterisk approach is good if you have a lot of different MOH files and not so many calls asking for them (but you can mimic same behavior with playback also) and FS way of sreeaming and appending to stream is better for more users requesting it, in case you don't have thousands of moh files :) Hope it helps and if i'm wrong in something maybe someone with more knowledge will correct me. Regards, Mirko On Tue, Aug 9, 2016 at 1:37 PM, Mimiko wrote: > Hello. > > In asterisk sounds and moh a delivered as files encoded to different > codec like ulaw, alaw, gsm and so on. FS deliver sounds in .wav file > with different discretisation frequency like 8k, 16k, 32k, 48k. > > If asterisk has the leg in one format, it will fetch the corresponding > file to other party not doing any decode/encode of the sound. FS needs > to encode every time into corresponding codec of the client. > > Which approach is better from performance view? > > -- > Mimiko desu. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/2524b651/attachment.html From uzair.iltifat.ahmed at gmail.com Tue Aug 9 16:07:18 2016 From: uzair.iltifat.ahmed at gmail.com (uzair iltifat) Date: Tue, 9 Aug 2016 17:07:18 +0500 Subject: [Freeswitch-users] Empty Database of freeswitch and fusionpbx In-Reply-To: References: Message-ID: waiting for the response ... http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ Uzair Ahmed [image: http://]about.me/uzairIltifat http://uzair.ahmed.netcv.com/ On Tue, Aug 9, 2016 at 3:57 PM, uzair iltifat wrote: > Hi, > I have success fully installed the freeswitch and registered 2 SIP user, > now i have installed the fusion pbx and it has given me the successfully > installed message. Now when i try check its databases from mysql console > they are empty, why is it so. Even it didnt have the v_default_setting , > etc tables in it. > waiting for the response. > http://uzair.ahmed.netcv.com/http://uzair.ahmed.netcv.com/ > > Uzair Ahmed > [image: http://]about.me/uzairIltifat > > > > > > > http://uzair.ahmed.netcv.com/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/770fd6b5/attachment-0001.html From mario_fs at mgtech.com Wed Aug 10 01:57:12 2016 From: mario_fs at mgtech.com (Mario G) Date: Tue, 9 Aug 2016 14:57:12 -0700 Subject: [Freeswitch-users] question on file string in playback In-Reply-To: References: <985942F9-BA03-485A-BD2D-7061B0B8CD1C@beachdognet.com> Message-ID: <8E49F447-80CB-4645-9939-CB5C6321EB3F@mgtech.com> I don?t know if this is any value to you but I play sounds from LUA and I DO need the rate in the file path: local rr = session:getVariable("read_rate") -- add rate to path since real full path is also needed in some functions if rr == nil then rr = "8000" -- happens for internal testing calls end rr = "8000" -- force to 8000 since that is all we have for sounds, started problem 5/21/14 em1rp = sound_path.."/"..rr.."/em1.wav" em2rp = sound_path.."/"..rr.."/em2.wav" Mario > On Aug 8, 2016, at 2:05 PM, Don Hawkins wrote: > > It should work. Do you have the console log around the time it's trying to play the file? > > Sincerely, > Don Hawkins > > Sent from my NationPCS? Nexus 6. > > > On Aug 8, 2016 8:47 AM, "Dave Horton" > wrote: > Ok I am not playing MP3 files just the files in the sounds directory Should that still work and why is mod shout necessary? I am using the standard play and get digits, playback, play and detect speech apps etc > > Sent from my iPhone > > On Aug 7, 2016, at 11:15 PM, Don Hawkins > wrote: > >> Simple answer is no, you don't have to specific the sample rate. If your doing mp3 make sure mod_shout is loaded. I have plenty of code working properly with no sample rate specified, but all the wav files are 8k. >> >> Sincerely, >> Don Hawkins >> >> Sent from my NationPCS? Nexus 6. >> >> >> On Aug 7, 2016 10:50 PM, "Dave Horton" > wrote: >> When using the playback application (or play_and_get_digits etc) do I need to specify the full path to the file under the base sounds directory, including the sample rate (e.g. 8000). >> >> It?s a bit cumbersome to have to put the sample rate into the file string since that is dynamically determined at call set up, and I _thought_ that freeswitch >> had the ability to automatically factor that in when locating the file. However, I can?t find examples that do that ? am I wrong, and must I somehow >> concoct a file string that will be different per call if different codecs are chosen? >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/c16f40e7/attachment.html From gregor at infomedia.si Wed Aug 10 02:07:05 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 10 Aug 2016 00:07:05 +0200 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: <9EBAC5A1-B08F-4BF1-ABB5-E1C1AAB9FD13@jerris.com> References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> <9EBAC5A1-B08F-4BF1-ABB5-E1C1AAB9FD13@jerris.com> Message-ID: Tried to just change openssl version in prop file and rebuild it, but get a lot of errors, althoug new tar file was downloded and uncompressed. I was too optmistic :-) Anyway, found already built openssl and just replace ssleay32.dll and libeay32.dll in freeswitch and everything started to work. But real solution would be to fix windows build of freeswitch. I know that there is Cluecon, but anyone could give me hand? 2016-08-09 8:27 GMT+02:00 Michael Jerris : > that will require a fix to build newer openssl for the windows build. > > > On Aug 9, 2016, at 12:54 AM, Gregor Nanger wrote: > > If I am getting same error on Windows Freeswitch, what are my options? > > 2016-08-02 17:00 GMT+02:00 Mirko Brankovic : > >> or apt-get install openssl=1.0.2g-1ubuntu4.1 >> >> On Tue, Aug 2, 2016 at 4:57 PM, Mirko Brankovic > > wrote: >> >>> So just add, xenial securiti list to your apt repo: >>> deb http://security.ubuntu.com/ubuntu xenial-security main >>> >>> and upgrate openssl: >>> apt-get update && apt-get upgrade openssl -y >>> >>> >>> >>> On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris wrote: >>> >>>> We have seen this working multiple times now by way of installing >>>> unpatched openssl 1.0.1 (latest version or at least g) over top of the >>>> distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 >>>> >>>> Sent from my iPad >>>> >>>> On Aug 2, 2016, at 2:14 AM, Mirko Brankovic >>>> wrote: >>>> >>>> Hi, >>>> >>>> No I guess you need to go to new version of OS or wait for the openssl >>>> backport, or backport it yourself :) >>>> >>>> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger >>>> wrote: >>>> >>>>> Has anyone found a definitive fix for this? >>>>> Thanks, >>>>> Jack >>>>> >>>>> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>>>> >>>>> Hi Michael, >>>>> >>>>> According to this document https://developers.go >>>>> ogle.com/web/updates/2016/06/webrtc-ecdsa, We have to change the >>>>> JavaScript library. >>>>> >>>>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/cb6cfcbf/attachment-0001.html From fernando at softov.com.br Wed Aug 10 04:09:04 2016 From: fernando at softov.com.br (Luiz Fernando Softov) Date: Tue, 9 Aug 2016 20:09:04 -0400 Subject: [Freeswitch-users] Verto + Cordova Message-ID: Hi, I'm trying to create a Cordova APP using verto.min.js. I just make a register and a call, tried in browser (Chrome) and this work fine. But, when I make a android app, this wont work, since function navigator.getUserMedia(...) isn't native in Android. There is another native function to do the same thing? Has someone here already done this? If yes, what i need? I already googled it, without success yet. ps, I will make a IOS and WP too, if this work. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/0880229f/attachment.html From trever at middleearth.sapphiresunday.org Wed Aug 10 04:30:52 2016 From: trever at middleearth.sapphiresunday.org (Trever L. Adams) Date: Tue, 9 Aug 2016 18:30:52 -0600 Subject: [Freeswitch-users] export variable from bind_digit_action called dialplan Message-ID: I have the following in the dialplan entry that starts recording: With set or export it only shows up on the leg that has the bind_digit_action setup. I need to see rec_file as a channel/session variable no matter whether the call is incoming or outgoing. (Both have the bind_digit_action set so only the internal user can activate it.) I have a script called from api_hangup_hook that needs to see this as it is used to setup call records in Odoo, if a recording took place, it is supposed to log an entry. Right now, it doesn't on incoming due to the bind_digit_action not setting a channel/session variable if it isn't the aleg. Any help would be greatly appreciated. Trever -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 872 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160809/8b75fd4b/attachment.bin From mike at jerris.com Wed Aug 10 08:28:33 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 10 Aug 2016 00:28:33 -0400 Subject: [Freeswitch-users] Verto + Cordova In-Reply-To: References: Message-ID: we just demoed verto working on a number of platforms (basically everything but iOS) this week at cluecon. This requires some changes to the js that isn't in our main tree yet. A that being said its tested working on android in the past, so that not working surprises me On Tuesday, August 9, 2016, Luiz Fernando Softov wrote: > Hi, I'm trying to create a Cordova APP using verto.min.js. > > I just make a register and a call, tried in browser (Chrome) and this work > fine. > > But, when I make a android app, this wont work, since function > navigator.getUserMedia(...) isn't native in Android. > > There is another native function to do the same thing? > > Has someone here already done this? > > If yes, what i need? > > I already googled it, without success yet. > > ps, I will make a IOS and WP too, if this work. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/9aa8213b/attachment.html From fanx07 at gmail.com Wed Aug 10 10:02:11 2016 From: fanx07 at gmail.com (Anonim Stefan) Date: Wed, 10 Aug 2016 09:02:11 +0300 Subject: [Freeswitch-users] append header when LOSE_RACE Message-ID: Hi, I am facing a bridge parallel forking scenario where I need to append a header in the CANCEL send to the LOSE_RACE leg. Is there a way I can do this? Thanks, Stefan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/99424964/attachment.html From rick at magicmail.mooo.com Wed Aug 10 17:37:36 2016 From: rick at magicmail.mooo.com (Rick Jarvis) Date: Wed, 10 Aug 2016 14:37:36 +0100 Subject: [Freeswitch-users] Conditions / time of day Message-ID: I have to admit, I?ve always struggled with conditions. Here I?m trying to have a different close time on a Friday to the rest of the week. Ignore the resulting actions, that?s just for testing. It appears the issue is matching the variable. I?ve tried export instead of set as well. Can anyone tell me where I?m going wrong, or if this should work? R -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/134035a9/attachment-0001.html From mike at jerris.com Wed Aug 10 17:55:39 2016 From: mike at jerris.com (Michael Jerris) Date: Wed, 10 Aug 2016 09:55:39 -0400 Subject: [Freeswitch-users] Conditions / time of day In-Reply-To: References: Message-ID: check out the inline attribute On Wednesday, August 10, 2016, Rick Jarvis wrote: > I have to admit, I?ve always struggled with conditions. > > Here I?m trying to have a different close time on a Friday to the rest of > the week. Ignore the resulting actions, that?s just for testing. It appears > the issue is matching the variable. I?ve tried export instead of set as > well. Can anyone tell me where I?m going wrong, or if this should work? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > R > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/c90ca60d/attachment.html From jack at livematch.com Wed Aug 10 18:43:40 2016 From: jack at livematch.com (Jack Loranger) Date: Wed, 10 Aug 2016 07:43:40 -0700 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> <9EBAC5A1-B08F-4BF1-ABB5-E1C1AAB9FD13@jerris.com> Message-ID: <1ff59bac-1af1-9220-15f5-2cfc5d0e6171@livematch.com> Which version of openssl are you using? Did you change anything in the verto javascript ? Thanks, Jack On 8/9/2016 3:07 PM, Gregor Nanger wrote: > Tried to just change openssl version in prop file and rebuild it, but > get a lot of errors, althoug new tar file was downloded and > uncompressed. I was too optmistic :-) > > Anyway, found already built openssl and just replace ssleay32.dll and > libeay32.dll in freeswitch and everything started to work. > > But real solution would be to fix windows build of freeswitch. I know > that there is Cluecon, but anyone could give me hand? > > > 2016-08-09 8:27 GMT+02:00 Michael Jerris >: > > that will require a fix to build newer openssl for the windows build. > > >> On Aug 9, 2016, at 12:54 AM, Gregor Nanger > > wrote: >> >> If I am getting same error on Windows Freeswitch, what are my >> options? >> >> 2016-08-02 17:00 GMT+02:00 Mirko Brankovic >> >: >> >> or apt-get install openssl=1.0.2g-1ubuntu4.1 >> >> On Tue, Aug 2, 2016 at 4:57 PM, Mirko Brankovic >> > >> wrote: >> >> So just add, xenial securiti list to your apt repo: >> deb http://security.ubuntu.com/ubuntu >> xenial-security main >> >> and upgrate openssl: >> apt-get update && apt-get upgrade openssl -y >> >> >> >> On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris >> > wrote: >> >> We have seen this working multiple times now by way >> of installing unpatched openssl 1.0.1 (latest version >> or at least g) over top of the distro package or >> rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 >> >> Sent from my iPad >> >> On Aug 2, 2016, at 2:14 AM, Mirko Brankovic >> > > wrote: >> >>> Hi, >>> >>> No I guess you need to go to new version of OS or >>> wait for the openssl backport, or backport it >>> yourself :) >>> >>> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger >>> > wrote: >>> >>> Has anyone found a definitive fix for this? >>> Thanks, >>> Jack >>> >>> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>>> Hi Michael, >>>> >>>> According to this document >>>> https://developers.google.com/web/updates/2016/06/webrtc-ecdsa >>>> , >>>> We have to change the JavaScript library. >>>> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > -- > Gregor Nanger > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7752 / Virus Database: 4633/12782 - Release Date: 08/09/16 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/cc7a2867/attachment-0001.html From gregor at infomedia.si Wed Aug 10 18:49:42 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 10 Aug 2016 16:49:42 +0200 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: <1ff59bac-1af1-9220-15f5-2cfc5d0e6171@livematch.com> References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> <9EBAC5A1-B08F-4BF1-ABB5-E1C1AAB9FD13@jerris.com> <1ff59bac-1af1-9220-15f5-2cfc5d0e6171@livematch.com> Message-ID: No, nothing in javascript. Freeswitch build for windows uses openssl 1.01, but handshake fails with new chrome. I upgraded only openssl dll in freeswitch to 1.02 and everything works as before. 2016-08-10 16:43 GMT+02:00 Jack Loranger : > Which version of openssl are you using? Did you change anything in the > verto javascript ? > Thanks, > Jack > > > On 8/9/2016 3:07 PM, Gregor Nanger wrote: > > Tried to just change openssl version in prop file and rebuild it, but get > a lot of errors, althoug new tar file was downloded and uncompressed. I was > too optmistic :-) > > Anyway, found already built openssl and just replace ssleay32.dll and > libeay32.dll in freeswitch and everything started to work. > > But real solution would be to fix windows build of freeswitch. I know that > there is Cluecon, but anyone could give me hand? > > > 2016-08-09 8:27 GMT+02:00 Michael Jerris : > >> that will require a fix to build newer openssl for the windows build. >> >> >> On Aug 9, 2016, at 12:54 AM, Gregor Nanger wrote: >> >> If I am getting same error on Windows Freeswitch, what are my options? >> >> 2016-08-02 17:00 GMT+02:00 Mirko Brankovic : >> >>> or apt-get install openssl=1.0.2g-1ubuntu4.1 >>> >>> On Tue, Aug 2, 2016 at 4:57 PM, Mirko Brankovic < >>> mirkobrankovic at gmail.com> wrote: >>> >>>> So just add, xenial securiti list to your apt repo: >>>> deb http://security.ubuntu.com/ubuntu xenial-security main >>>> >>>> and upgrate openssl: >>>> apt-get update && apt-get upgrade openssl -y >>>> >>>> >>>> >>>> On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris wrote: >>>> >>>>> We have seen this working multiple times now by way of installing >>>>> unpatched openssl 1.0.1 (latest version or at least g) over top of the >>>>> distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 >>>>> >>>>> Sent from my iPad >>>>> >>>>> On Aug 2, 2016, at 2:14 AM, Mirko Brankovic >>>>> wrote: >>>>> >>>>> Hi, >>>>> >>>>> No I guess you need to go to new version of OS or wait for the openssl >>>>> backport, or backport it yourself :) >>>>> >>>>> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger >>>>> wrote: >>>>> >>>>>> Has anyone found a definitive fix for this? >>>>>> Thanks, >>>>>> Jack >>>>>> >>>>>> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>>>>> >>>>>> Hi Michael, >>>>>> >>>>>> According to this document https://developers.go >>>>>> ogle.com/web/updates/2016/06/webrtc-ecdsa, We have to change the >>>>>> JavaScript library. >>>>>> >>>>>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 > ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia > ? www.infomedia.si > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > > > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2016.0.7752 / Virus Database: 4633/12782 - Release Date: 08/09/16 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/e0394678/attachment-0001.html From rick at magicmail.mooo.com Wed Aug 10 18:57:18 2016 From: rick at magicmail.mooo.com (Rick Jarvis) Date: Wed, 10 Aug 2016 15:57:18 +0100 Subject: [Freeswitch-users] Conditions / time of day In-Reply-To: References: Message-ID: <553EAB1C-00B2-43AD-81CA-DD27E66588FF@magicmail.mooo.com> Sorted, thank you Mike :) > On 10 Aug 2016, at 14:55, Michael Jerris wrote: > > check out the inline attribute > > On Wednesday, August 10, 2016, Rick Jarvis > wrote: > I have to admit, I?ve always struggled with conditions. > > Here I?m trying to have a different close time on a Friday to the rest of the week. Ignore the resulting actions, that?s just for testing. It appears the issue is matching the variable. I?ve tried export instead of set as well. Can anyone tell me where I?m going wrong, or if this should work? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > R > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/f793ce9d/attachment.html From jack at livematch.com Wed Aug 10 20:20:13 2016 From: jack at livematch.com (Jack Loranger) Date: Wed, 10 Aug 2016 09:20:13 -0700 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> <9EBAC5A1-B08F-4BF1-ABB5-E1C1AAB9FD13@jerris.com> <1ff59bac-1af1-9220-15f5-2cfc5d0e6171@livematch.com> Message-ID: Did you use 1.02g or 1.02h? I have tried then both and works with Opera and Chrome mobile but failing with Chrome 52 and FireFox. On 8/10/2016 7:49 AM, Gregor Nanger wrote: > No, nothing in javascript. > > Freeswitch build for windows uses openssl 1.01, but handshake fails > with new chrome. I upgraded only openssl dll in freeswitch to 1.02 and > everything works as before. > > 2016-08-10 16:43 GMT+02:00 Jack Loranger >: > > Which version of openssl are you using? Did you change anything > in the verto javascript ? > Thanks, > Jack > > > On 8/9/2016 3:07 PM, Gregor Nanger wrote: >> Tried to just change openssl version in prop file and rebuild it, >> but get a lot of errors, althoug new tar file was downloded and >> uncompressed. I was too optmistic :-) >> >> Anyway, found already built openssl and just replace ssleay32.dll >> and libeay32.dll in freeswitch and everything started to work. >> >> But real solution would be to fix windows build of freeswitch. I >> know that there is Cluecon, but anyone could give me hand? >> >> >> 2016-08-09 8:27 GMT+02:00 Michael Jerris > >: >> >> that will require a fix to build newer openssl for the >> windows build. >> >> >>> On Aug 9, 2016, at 12:54 AM, Gregor Nanger >>> > wrote: >>> >>> If I am getting same error on Windows Freeswitch, what are >>> my options? >>> >>> 2016-08-02 17:00 GMT+02:00 Mirko Brankovic >>> >: >>> >>> or apt-get install openssl=1.0.2g-1ubuntu4.1 >>> >>> On Tue, Aug 2, 2016 at 4:57 PM, Mirko Brankovic >>> >> > wrote: >>> >>> So just add, xenial securiti list to your apt repo: >>> deb http://security.ubuntu.com/ubuntu >>> xenial-security main >>> >>> and upgrate openssl: >>> apt-get update && apt-get upgrade openssl -y >>> >>> >>> >>> On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris >>> > wrote: >>> >>> We have seen this working multiple times now by >>> way of installing unpatched openssl 1.0.1 >>> (latest version or at least g) over top of the >>> distro package or rebuilding the Debian Jessie >>> OpenSSL for Ubuntu 14.04 >>> >>> Sent from my iPad >>> >>> On Aug 2, 2016, at 2:14 AM, Mirko Brankovic >>> >> > wrote: >>> >>>> Hi, >>>> >>>> No I guess you need to go to new version of OS >>>> or wait for the openssl backport, or backport >>>> it yourself :) >>>> >>>> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger >>>> >>> > wrote: >>>> >>>> Has anyone found a definitive fix for this? >>>> Thanks, >>>> Jack >>>> >>>> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>>>> Hi Michael, >>>>> >>>>> According to this document >>>>> https://developers.google.com/web/updates/2016/06/webrtc-ecdsa >>>>> , >>>>> We have to change the JavaScript library. >>>>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> >> >> >> >> -- >> Gregor Nanger >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> >> No virus found in this message. Checked by AVG - www.avg.com >> Version: 2016.0.7752 / Virus Database: >> 4633/12782 - Release Date: 08/09/16 >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > Official FreeSWITCH Sites > http://www.freeswitch.org http://confluence.freeswitch.org > http://www.cluecon.com > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > -- > Gregor Nanger > *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? > Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > No virus found in this message. Checked by AVG - www.avg.com > Version: 2016.0.7752 / Virus Database: 4633/12784 > - Release Date: 08/10/16 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/a0c15cfd/attachment-0001.html From gregor at infomedia.si Wed Aug 10 20:41:41 2016 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 10 Aug 2016 18:41:41 +0200 Subject: [Freeswitch-users] Chrome v52 In-Reply-To: References: <60dbfcbc-ccc2-13ab-1e83-117325fd44d3@livematch.com> <9EBAC5A1-B08F-4BF1-ABB5-E1C1AAB9FD13@jerris.com> <1ff59bac-1af1-9220-15f5-2cfc5d0e6171@livematch.com> Message-ID: My current dll version is built on 1.02g 2016-08-10 18:20 GMT+02:00 Jack Loranger : > Did you use 1.02g or 1.02h? I have tried then both and works with Opera > and Chrome mobile but failing with Chrome 52 and FireFox. > > > On 8/10/2016 7:49 AM, Gregor Nanger wrote: > > No, nothing in javascript. > > Freeswitch build for windows uses openssl 1.01, but handshake fails with > new chrome. I upgraded only openssl dll in freeswitch to 1.02 and > everything works as before. > > 2016-08-10 16:43 GMT+02:00 Jack Loranger : > >> Which version of openssl are you using? Did you change anything in the >> verto javascript ? >> Thanks, >> Jack >> >> >> On 8/9/2016 3:07 PM, Gregor Nanger wrote: >> >> Tried to just change openssl version in prop file and rebuild it, but get >> a lot of errors, althoug new tar file was downloded and uncompressed. I was >> too optmistic :-) >> >> Anyway, found already built openssl and just replace ssleay32.dll and >> libeay32.dll in freeswitch and everything started to work. >> >> But real solution would be to fix windows build of freeswitch. I know >> that there is Cluecon, but anyone could give me hand? >> >> >> 2016-08-09 8:27 GMT+02:00 Michael Jerris : >> >>> that will require a fix to build newer openssl for the windows build. >>> >>> >>> On Aug 9, 2016, at 12:54 AM, Gregor Nanger wrote: >>> >>> If I am getting same error on Windows Freeswitch, what are my options? >>> >>> 2016-08-02 17:00 GMT+02:00 Mirko Brankovic : >>> >>>> or apt-get install openssl=1.0.2g-1ubuntu4.1 >>>> >>>> On Tue, Aug 2, 2016 at 4:57 PM, Mirko Brankovic < >>>> mirkobrankovic at gmail.com> wrote: >>>> >>>>> So just add, xenial securiti list to your apt repo: >>>>> deb http://security.ubuntu.com/ubuntu xenial-security main >>>>> >>>>> and upgrate openssl: >>>>> apt-get update && apt-get upgrade openssl -y >>>>> >>>>> >>>>> >>>>> On Tue, Aug 2, 2016 at 4:24 PM, Michael Jerris >>>>> wrote: >>>>> >>>>>> We have seen this working multiple times now by way of installing >>>>>> unpatched openssl 1.0.1 (latest version or at least g) over top of the >>>>>> distro package or rebuilding the Debian Jessie OpenSSL for Ubuntu 14.04 >>>>>> >>>>>> Sent from my iPad >>>>>> >>>>>> On Aug 2, 2016, at 2:14 AM, Mirko Brankovic >>>>>> wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> No I guess you need to go to new version of OS or wait for the >>>>>> openssl backport, or backport it yourself :) >>>>>> >>>>>> On Tue, Aug 2, 2016 at 7:39 AM, Jack Loranger >>>>>> wrote: >>>>>> >>>>>>> Has anyone found a definitive fix for this? >>>>>>> Thanks, >>>>>>> Jack >>>>>>> >>>>>>> On 7/28/2016 7:34 AM, Agust? Ubalde wrote: >>>>>>> >>>>>>> Hi Michael, >>>>>>> >>>>>>> According to this document https://developers.go >>>>>>> ogle.com/web/updates/2016/06/webrtc-ecdsa, We have to change the >>>>>>> JavaScript library. >>>>>>> >>>>>>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 >> ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia >> ? www.infomedia.si >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org >> >> No virus found in this message. Checked by AVG - www.avg.com Version: >> 2016.0.7752 / Virus Database: 4633/12782 - Release Date: 08/09/16 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: consulting at freeswitch.org >> http://www.freeswitchsolutions.com Official FreeSWITCH Sites >> http://www.freeswitch.org http://confluence.freeswitch.org >> http://www.cluecon.com FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/ma >> ilman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.frees >> witch.org/mailman/options/freeswitch-users http://www.freeswitch.org > > -- > Gregor Nanger > > *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? > Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.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-usershttp://www.freeswitch.org > > No virus found in this message. Checked by AVG - www.avg.com Version: > 2016.0.7752 / Virus Database: 4633/12784 - Release Date: 08/10/16 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 ? m:. 00386 (0)41 756485 ? Infomedia d.o.o. ? Jerebova 3, Novo mesto, Slovenia ? www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/27e61ee1/attachment-0001.html From fernando at softov.com.br Wed Aug 10 23:08:28 2016 From: fernando at softov.com.br (Luiz Fernando Softov) Date: Wed, 10 Aug 2016 15:08:28 -0400 Subject: [Freeswitch-users] Verto + Cordova In-Reply-To: References: Message-ID: Yeah, I know you guys don't have time, like me too, because the current job, projects, etc. There is a sample to make a APP to Android and IOS? I made a APP, running in browser (chrome), this works fine. But, I wan't the APP to work as a cordova APP for android (.apk), without client need chrome to run it. When I made a cordova app, and inspect android device i get this # has no method 'getUserMedia'. In a simple app with just console.log(!!navigator.getUserMedia); this return false; Already tried moz*, webkit*, ms*, and only getUserMedia (no navigator), and this always return false. So i set all permissions, and this continue to return false; I also create a APP using https://github.com/cesterlizi/vertortc * I need to do some changes to work, but I don't make notes, i will make a diff if this works well. But, with cesterlizi git, I only able to make calls, since I don't know how to do answer and the other things using this plugin. Since this is another approach, and use Java to make the job. Then I found https://github.com/remotium/cordova-plugin-webrtc, a plugin to make a support to getUserMedia function and other functionalities. Then after 3 days, I'm new with cordova and this new features (I'm a C Programmer and js developer), i figure out I need the libjingle_connection.jar and others changes to work. So, I build a android project, and no problem in getUserMedia. Now i'm getting that # has no method 'getTracks'. cordova-plugin-webrtc ### Current Limitations - Canvas operations not supported over the WebRTC video elements. - getUserMedia only returns front camera. - getUserMedia overrides native implementation (if it exists). Do not use it for anything else. - Audio tracks will be enabled even if the video tag is not in the DOM. - No MediaStream callbacks - Cannot detect javascript object garbage collection, thus everything has to be disposed manually (use obj.dispose() for that). I only need to Know, if someone here can explain to me some things, or have the source of a sample cordova APP, using latest verto.js. And, of course, I need to know if verto.js really works in cordova app for android, without changes. If not work, I will continue to try this cordova-plugin-webrtc, and maybe i will need some guidance in the source, since I am new in this area. 2016-08-10 0:28 GMT-04:00 Michael Jerris : > we just demoed verto working on a number of platforms (basically > everything but iOS) this week at cluecon. This requires some changes to > the js that isn't in our main tree yet. A that being said its tested > working on android in the past, so that not working surprises me > > > On Tuesday, August 9, 2016, Luiz Fernando Softov > wrote: > >> Hi, I'm trying to create a Cordova APP using verto.min.js. >> >> I just make a register and a call, tried in browser (Chrome) and this >> work fine. >> >> But, when I make a android app, this wont work, since function >> navigator.getUserMedia(...) isn't native in Android. >> >> There is another native function to do the same thing? >> >> Has someone here already done this? >> >> If yes, what i need? >> >> I already googled it, without success yet. >> >> ps, I will make a IOS and WP too, if this work. >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/9b2a22c3/attachment.html From mirkobrankovic at gmail.com Wed Aug 10 23:38:39 2016 From: mirkobrankovic at gmail.com (Mirko Brankovic) Date: Wed, 10 Aug 2016 21:38:39 +0200 Subject: [Freeswitch-users] Verto + Cordova In-Reply-To: References: Message-ID: Hi, I don't think this is a question for freeswitch community, but more for Android forums, since the problem has nothing to do with freeswitch. Regards, Mirko On Wed, Aug 10, 2016 at 9:08 PM, Luiz Fernando Softov < fernando at softov.com.br> wrote: > Yeah, > > I know you guys don't have time, like me too, because the current job, > projects, etc. > > There is a sample to make a APP to Android and IOS? > > I made a APP, running in browser (chrome), this works fine. > > But, I wan't the APP to work as a cordova APP for android (.apk), without > client need chrome to run it. > > When I made a cordova app, and inspect android device i get this > > # has no method 'getUserMedia'. > > In a simple app with just console.log(!!navigator.getUserMedia); this > return false; > Already tried moz*, webkit*, ms*, and only getUserMedia (no navigator), > and this always return false. > So i set all permissions, and this continue to return false; > > I also create a APP using https://github.com/cesterlizi/vertortc > * I need to do some changes to work, but I don't make notes, i will make a > diff if this works well. > But, with cesterlizi git, I only able to make calls, since I don't know > how to do answer and the other things using this plugin. > Since this is another approach, and use Java to make the job. > > Then I found https://github.com/remotium/cordova-plugin-webrtc, a plugin > to make a support to getUserMedia function and other functionalities. > Then after 3 days, I'm new with cordova and this new features (I'm a C > Programmer and js developer), i figure out I need the > libjingle_connection.jar and others changes to work. > So, I build a android project, and no problem in getUserMedia. > Now i'm getting that # has no method 'getTracks'. > > cordova-plugin-webrtc > ### Current Limitations > - Canvas operations not supported over the WebRTC video elements. > - getUserMedia only returns front camera. > - getUserMedia overrides native implementation (if it exists). Do not use > it for anything else. > - Audio tracks will be enabled even if the video tag is not in the DOM. > - No MediaStream callbacks > - Cannot detect javascript object garbage collection, thus everything has > to be disposed manually (use obj.dispose() for that). > > I only need to Know, if someone here can explain to me some things, or > have the source of a sample cordova APP, using latest verto.js. > And, of course, I need to know if verto.js really works in cordova app for > android, without changes. > If not work, I will continue to try this cordova-plugin-webrtc, and maybe > i will need some guidance in the source, since I am new in this area. > > > > > > > > > > > > 2016-08-10 0:28 GMT-04:00 Michael Jerris : > >> we just demoed verto working on a number of platforms (basically >> everything but iOS) this week at cluecon. This requires some changes to >> the js that isn't in our main tree yet. A that being said its tested >> working on android in the past, so that not working surprises me >> >> >> On Tuesday, August 9, 2016, Luiz Fernando Softov >> wrote: >> >>> Hi, I'm trying to create a Cordova APP using verto.min.js. >>> >>> I just make a register and a call, tried in browser (Chrome) and this >>> work fine. >>> >>> But, when I make a android app, this wont work, since function >>> navigator.getUserMedia(...) isn't native in Android. >>> >>> There is another native function to do the same thing? >>> >>> Has someone here already done this? >>> >>> If yes, what i need? >>> >>> I already googled it, without success yet. >>> >>> ps, I will make a IOS and WP too, if this work. >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Regards, Mirko -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/266cee71/attachment.html From fernando at softov.com.br Thu Aug 11 00:33:33 2016 From: fernando at softov.com.br (Luiz Fernando Softov) Date: Wed, 10 Aug 2016 16:33:33 -0400 Subject: [Freeswitch-users] Verto + Cordova In-Reply-To: References: Message-ID: Yeah, I already ask this in another places. I just ask here, because, you know, vertortc, and: * The Initial Developer of the Original Code is * Anthony Minessale II So, the main question is, if someone already use verto with cordova. And, there is more chances to find someone here using verto, than in Android forum. Thanks for your reply Mirko, I will be concerned to post things here with nothing to do with the community. 2016-08-10 15:38 GMT-04:00 Mirko Brankovic : > Hi, > > I don't think this is a question for freeswitch community, but more for > Android forums, since the problem has nothing to do with freeswitch. > > Regards, > Mirko > > On Wed, Aug 10, 2016 at 9:08 PM, Luiz Fernando Softov < > fernando at softov.com.br> wrote: > >> Yeah, >> >> I know you guys don't have time, like me too, because the current job, >> projects, etc. >> >> There is a sample to make a APP to Android and IOS? >> >> I made a APP, running in browser (chrome), this works fine. >> >> But, I wan't the APP to work as a cordova APP for android (.apk), without >> client need chrome to run it. >> >> When I made a cordova app, and inspect android device i get this >> >> # has no method 'getUserMedia'. >> >> In a simple app with just console.log(!!navigator.getUserMedia); this >> return false; >> Already tried moz*, webkit*, ms*, and only getUserMedia (no navigator), >> and this always return false. >> So i set all permissions, and this continue to return false; >> >> I also create a APP using https://github.com/cesterlizi/vertortc >> * I need to do some changes to work, but I don't make notes, i will make >> a diff if this works well. >> But, with cesterlizi git, I only able to make calls, since I don't know >> how to do answer and the other things using this plugin. >> Since this is another approach, and use Java to make the job. >> >> Then I found https://github.com/remotium/cordova-plugin-webrtc, a plugin >> to make a support to getUserMedia function and other functionalities. >> Then after 3 days, I'm new with cordova and this new features (I'm a C >> Programmer and js developer), i figure out I need the >> libjingle_connection.jar and others changes to work. >> So, I build a android project, and no problem in getUserMedia. >> Now i'm getting that # has no method 'getTracks'. >> >> cordova-plugin-webrtc >> ### Current Limitations >> - Canvas operations not supported over the WebRTC video elements. >> - getUserMedia only returns front camera. >> - getUserMedia overrides native implementation (if it exists). Do not use >> it for anything else. >> - Audio tracks will be enabled even if the video tag is not in the DOM. >> - No MediaStream callbacks >> - Cannot detect javascript object garbage collection, thus everything has >> to be disposed manually (use obj.dispose() for that). >> >> I only need to Know, if someone here can explain to me some things, or >> have the source of a sample cordova APP, using latest verto.js. >> And, of course, I need to know if verto.js really works in cordova app >> for android, without changes. >> If not work, I will continue to try this cordova-plugin-webrtc, and maybe >> i will need some guidance in the source, since I am new in this area. >> >> >> >> >> >> >> >> >> >> >> >> 2016-08-10 0:28 GMT-04:00 Michael Jerris : >> >>> we just demoed verto working on a number of platforms (basically >>> everything but iOS) this week at cluecon. This requires some changes to >>> the js that isn't in our main tree yet. A that being said its tested >>> working on android in the past, so that not working surprises me >>> >>> >>> On Tuesday, August 9, 2016, Luiz Fernando Softov >>> wrote: >>> >>>> Hi, I'm trying to create a Cordova APP using verto.min.js. >>>> >>>> I just make a register and a call, tried in browser (Chrome) and this >>>> work fine. >>>> >>>> But, when I make a android app, this wont work, since function >>>> navigator.getUserMedia(...) isn't native in Android. >>>> >>>> There is another native function to do the same thing? >>>> >>>> Has someone here already done this? >>>> >>>> If yes, what i need? >>>> >>>> I already googled it, without success yet. >>>> >>>> ps, I will make a IOS and WP too, if this work. >>>> >>>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Regards, > Mirko > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160810/50e02aef/attachment-0001.html From manpower13.cse at gmail.com Thu Aug 11 00:42:32 2016 From: manpower13.cse at gmail.com (Murugan Pandian) Date: Thu, 11 Aug 2016 02:12:32 +0530 Subject: [Freeswitch-users] VertoJS Not working in Firefox Message-ID: Hai, When i use VertoJS with chrome working fine no issue ,But when i use VertoJS with firefox call hangup automatically. OS: OSX FF version: 48 I attached my browser log -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160811/197b1625/attachment.html -------------- next part -------------- navigator.mozGetUserMedia has been replaced by navigator.mediaDevices.getUserMediajquery.FSRTC.js:1029:8 Camera Disabledjquery.FSRTC.js:567:6 Audio constraints Object { mandatory: Object, optional: Array[0] }jquery.FSRTC.js:632:2 Video constraints falsejquery.FSRTC.js:633:2 WebRTC interfaces with the "moz" prefix (mozRTCPeerConnection, mozRTCSessionDescription, mozRTCIceCandidate) have been deprecated.jquery.FSRTC.js:716:19 onaddstream is deprecated! Use peerConnection.ontrack instead.jquery.FSRTC.js:802 Stream Successjquery.FSRTC.js:217:9 stream startedjquery.verto.js:1999:13 Offer SDPjquery.FSRTC.js:285:9 offer RTCIceCandidate { candidate: "candidate:0 1 UDP 2122252543 192.16?", sdpMid: "sdparta_0", sdpMLineIndex: 0 }jquery.verto.js:1993:17 offer RTCIceCandidate { candidate: "candidate:0 2 UDP 2122252542 192.16?", sdpMid: "sdparta_0", sdpMLineIndex: 0 }jquery.verto.js:1993:17 ICE Completejquery.FSRTC.js:235:9 ICE SDPjquery.FSRTC.js:246:9 RECV offer SDP v=0 o=mozilla...THIS_IS_SDPARTA-48.0 2984951728138684148 0 IN IP4 0.0.0.0 s=- t=0 0 a=sendrecv a=fingerprint:sha-256 62:5C:02:98:13:4D:B8:10:FD:CC:7D:DE:2B:D5:EE:82:D5:75:1D:EA:D9:AC:64:26:63:FA:87:B1:F8:A3:16:2A a=ice-options:trickle a=msid-semantic:WMS * m=audio 63268 UDP/TLS/RTP/SAVPF 109 9 0 8 c=IN IP4 192.168.0.104 a=candidate:0 1 UDP 2122252543 192.168.0.104 63268 typ host a=candidate:0 2 UDP 2122252542 192.168.0.104 63301 typ host a=sendrecv a=end-of-candidates a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=fmtp:109 maxplaybackrate=48000;stereo=1 a=ice-pwd:699e51d1e2cc9d5db2c93b3f1195c30e a=ice-ufrag:ef21d22c a=mid:sdparta_0 a=msid:{09c44556-1cc4-c147-b32d-ec1d173d1437} {224d25b1-89f8-3344-a95d-b6f8b361cd11} a=rtcp:63301 IN IP4 192.168.0.104 a=rtcp-mux a=rtpmap:109 opus/48000/2 a=rtpmap:9 G722/8000/1 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=setup:actpass a=ssrc:3708571005 cname:{5e1c19c0-528d-4646-aeb0-d0e64b6c9d1b} jquery.verto.js:1961:13 Dialog 1ddd9328-d8f5-d72d-d702-743fc6074178: state change from new to requestingjquery.verto.js:2132:9 Dialog 1ddd9328-d8f5-d72d-d702-743fc6074178: state change from requesting to tryingjquery.verto.js:2132:9 Object { event: "trying", status: true }site2.js:21:9 Dialog 1ddd9328-d8f5-d72d-d702-743fc6074178EARLY SDP v=0 o=FreeSWITCH 1470840307 1470840308 IN IP4 139.59.0.143 s=FreeSWITCH c=IN IP4 139.59.0.143 t=0 0 a=msid-semantic: WMS PZJxP818FbpVwfQbdH8p1O3hW9hCQi5w a=end-of-candidates m=audio 21344 UDP/TLS/RTP/SAVPF 109 a=rtpmap:109 opus/48000/2 a=fmtp:109 useinbandfec=1; stereo=1 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv a=fingerprint:sha-256 68:3B:4D:23:52:B6:DB:CE:C0:5A:CC:CF:6A:92:F4:8F:76:10:B0:69:2D:AA:89:AE:72:B6:1F:C3:DF:D8:78:09 a=setup:active a=rtcp-mux a=rtcp:21344 IN IP4 139.59.0.143 a=ice-ufrag:98r1Nk8Ajg30pZmo a=ice-pwd:u52XFFXhyIgwagx9fP1TZZj9 a=candidate:9477513653 1 udp 659136 139.59.0.143 21344 typ host generation 0 a=ssrc:4088802003 cname:8FTODKN9M2U87Bab a=ssrc:4088802003 msid:PZJxP818FbpVwfQbdH8p1O3hW9hCQi5w a0 a=ssrc:4088802003 mslabel:PZJxP818FbpVwfQbdH8p1O3hW9hCQi5w a=ssrc:4088802003 label:PZJxP818FbpVwfQbdH8p1O3hW9hCQi5wa0 jquery.verto.js:2530:9 Dialog 1ddd9328-d8f5-d72d-d702-743fc6074178Establishing early mediajquery.verto.js:2519:13 Dialog 1ddd9328-d8f5-d72d-d702-743fc6074178: state change from trying to earlyjquery.verto.js:2132:9 Object { event: "early", status: true }site2.js:21:9 Using Speaker: anyjquery.verto.js:2155:6 REMOTE STREAM MediaStream { onended: RTCPeerConnection/peer.onaddstream/remoteMediaStream.onended(), id: "PZJxP818FbpVwfQbdH8p1O3hW9hCQi5w", currentTime: 7.912199546485261 }